← back to Quadrille House Site

about.js

74 lines

/* Per-brand About copy — real heritage, framed "in collaboration with Designer Wallcoverings".
   Factual and brand-respectful; no invented dates/awards, no upstream-sourcing leaks. */
const COLLAB = 'Presented in collaboration with Designer Wallcoverings.';

module.exports = {
  house: {
    heading: 'The Quadrille House',
    paragraphs: [
      'Quadrille is an American house of hand-screened textiles and wallcoverings, celebrated for saturated color, bold scale, and a distinctly resort-meets-classic point of view. Under its roof sit a family of beloved lines — China Seas, Quadrille, Alan Campbell, Home Couture, Charles Burger, Cloth & Paper, Suncloth, Plains and Grasscloth — each with its own voice but a shared devotion to craft and color.',
      'The patterns are printed by hand, the colorways are unmistakable, and the result is a look that has defined American interiors for generations. Designer Wallcoverings brings the full house together in one place, to the trade.',
    ],
    collab: COLLAB,
  },
  brands: {
    'China Seas': {
      paragraphs: [
        'China Seas is Quadrille\'s most iconic line — vivid, graphic, and unabashedly colorful. Its hand-screened batiks, stripes, and botanicals translate the energy of global textile traditions into patterns that read fresh in any room.',
        'From the small-scale geometrics to the bold botanical statements, China Seas is the line designers reach for when a room needs character and color.',
      ],
      collab: COLLAB,
    },
    'Quadrille': {
      paragraphs: [
        'The Quadrille line is the house\'s signature — refined classics and confident scale rendered in hand-screened color. Toiles, trellises, florals and stripes that feel both timeless and alive.',
        'It is the connective thread of the entire house: polished, characterful, and unmistakably Quadrille.',
      ],
      collab: COLLAB,
    },
    'Alan Campbell': {
      paragraphs: [
        'The Alan Campbell line is pure graphic modernism — crisp geometrics and rhythmic motifs that have become design-world shorthand for clean, confident pattern. Potalla, Fez, and Zig Zag among them have appeared in countless celebrated interiors.',
        'Bold yet endlessly versatile, Alan Campbell is the line for a room that wants architecture in its walls.',
      ],
      collab: COLLAB,
    },
    'Home Couture': {
      paragraphs: [
        'Home Couture brings a fashion-forward sensibility to the house — layered patterns and rich colorways designed to mix with abandon. It is the line for the maximalist who treats a room like a wardrobe.',
      ],
      collab: COLLAB,
    },
    'Charles Burger': {
      paragraphs: [
        'Charles Burger carries a heritage of French hand-blocked elegance — refined documentary patterns and historic motifs rendered with old-world craft. The line lends a quiet, collected sophistication to a room.',
      ],
      collab: COLLAB,
    },
    'Cloth and Paper': {
      paragraphs: [
        'Cloth & Paper pairs textiles with their wallcovering companions — patterns designed to live together across fabric and wall. It is the house\'s answer to a fully realized, coordinated room.',
      ],
      collab: COLLAB,
    },
    'Suncloth': {
      paragraphs: [
        'Suncloth is the Alan Campbell library reimagined for the outdoors — the same beloved graphic patterns in performance cloth built to weather sun and salt. Resort color that lives well beyond the porch.',
      ],
      collab: COLLAB,
    },
    'Plains': {
      paragraphs: [
        'The Plains collection is the house\'s palette of solids and textures — the grounding, color-rich foundations that let the patterns sing. An essential companion to every printed line.',
      ],
      collab: COLLAB,
    },
    'Grasscloth': {
      paragraphs: [
        'The Grasscloth collection brings natural fiber and hand-laid texture to the house — organic, tactile wallcoverings that warm a room with depth and quiet luxury.',
      ],
      collab: COLLAB,
    },
  },
};