// Content data for the site
const SITE = {
  name: "Ari Joon Home",
  tagline: "Interior Styling & Home Staging",
  location: "Austin · San Antonio",
  email: "hello@arijoonhome.com",
  phone: "(956) 220-6997",
  instagram: "@arijoonhome",
};

const PROJECTS = [
  {
    id: "bluff-springs",
    title: "Bluff Springs",
    city: "Austin, Texas",
    year: "2025",
    type: "Staging",
    sqft: "2,180 sq ft",
    sold: "sold in 9 days",
    tone: "oklch(0.88 0.04 35)",
    cover: { label: "Bluff Springs · master bedroom", tint: "#eadfd3" },
    blurb: "A sunlit four-bedroom with a story of quiet mornings. Styled in warm whites, honey oak, and a whisper of sage.",
    rooms: [
      { label: "primary bedroom", tint: "#e8dccf" },
      { label: "dining nook", tint: "#ddd0c0" },
      { label: "living · fireplace detail", tint: "#ece0d1" },
      { label: "entry · styled console", tint: "#e2d3c2" },
      { label: "kitchen · styled counter", tint: "#e9dfd2" },
      { label: "guest bath · vignette", tint: "#dfd0bf" },
    ],
  },
  {
    id: "bradshaw-crossing",
    title: "Bradshaw Crossing",
    city: "Austin, Texas",
    year: "2025",
    type: "Staging",
    sqft: "1,960 sq ft",
    sold: "sold above ask",
    tone: "oklch(0.86 0.04 55)",
    cover: { label: "Bradshaw Crossing · breakfast nook", tint: "#e4d8c8" },
    blurb: "A young family's first home. Linen, rattan, clay — a palette that felt instantly lived-in.",
    rooms: [
      { label: "breakfast nook", tint: "#e2d4c2" },
      { label: "living · sofa", tint: "#d9cab7" },
      { label: "primary · layered bed", tint: "#eadfd1" },
      { label: "kids room", tint: "#e6d7c4" },
      { label: "office · styled desk", tint: "#ddcfbc" },
    ],
  },
  {
    id: "tanglewood",
    title: "Tanglewood",
    city: "San Marcos, Texas",
    year: "2025",
    type: "Decor",
    sqft: "2,450 sq ft",
    sold: "client residence",
    tone: "oklch(0.87 0.03 80)",
    cover: { label: "Tanglewood · formal living", tint: "#e6dccb" },
    blurb: "Permanent styling for a family choosing to stay. Art chosen room by room, over a single long afternoon.",
    rooms: [
      { label: "formal living", tint: "#e3d8c6" },
      { label: "reading corner", tint: "#e9dfcd" },
      { label: "primary suite", tint: "#ddd0bc" },
      { label: "gallery wall", tint: "#e5d9c5" },
    ],
  },
  {
    id: "legend-oaks",
    title: "Legend Oaks",
    city: "Austin, Texas",
    year: "2024",
    type: "Staging",
    sqft: "3,120 sq ft",
    sold: "sold in 14 days",
    tone: "oklch(0.85 0.03 40)",
    cover: { label: "Legend Oaks · open living", tint: "#e1d4c0" },
    blurb: "A layered family home with high ceilings and a staircase begging for moment. We gave it one.",
    rooms: [
      { label: "open living", tint: "#e0d3be" },
      { label: "staircase moment", tint: "#d8c9b3" },
      { label: "dining · pendant", tint: "#e6d9c4" },
      { label: "primary suite", tint: "#ddcfb9" },
      { label: "backyard patio", tint: "#dccdb7" },
    ],
  },
  {
    id: "sunset-valley",
    title: "Sunset Valley",
    city: "Austin, Texas",
    year: "2024",
    type: "Staging",
    sqft: "2,760 sq ft",
    sold: "sold in 11 days",
    tone: "oklch(0.84 0.04 60)",
    cover: { label: "Sunset Valley · living wide", tint: "#e3d6c3" },
    blurb: "A quiet cul-de-sac ranch, restaged in soft olive and cream with brass punctuation.",
    rooms: [
      { label: "living room", tint: "#e2d5c2" },
      { label: "kitchen", tint: "#ddd0bb" },
      { label: "primary bed", tint: "#eadfcb" },
    ],
  },
  {
    id: "hill-country",
    title: "Hill Country Retreat",
    city: "Dripping Springs, Texas",
    year: "2024",
    type: "Decor",
    sqft: "4,100 sq ft",
    sold: "client residence",
    tone: "oklch(0.83 0.03 70)",
    cover: { label: "Hill Country · great room", tint: "#ddd0ba" },
    blurb: "Full decor for a stone-and-cedar retreat. Earthenware, wool, handwoven textiles from a Wimberley maker.",
    rooms: [
      { label: "great room", tint: "#ddcfb8" },
      { label: "dining · long table", tint: "#e4d7c0" },
      { label: "porch", tint: "#dccfb8" },
    ],
  },
  {
    id: "mueller",
    title: "Mueller Townhome",
    city: "Austin, Texas",
    year: "2024",
    type: "Staging",
    sqft: "1,680 sq ft",
    sold: "sold in 6 days",
    tone: "oklch(0.86 0.04 30)",
    cover: { label: "Mueller · stairwell view", tint: "#e5d8c5" },
    blurb: "A three-story townhome where every landing had to earn its keep. A study in vertical rhythm.",
    rooms: [
      { label: "living", tint: "#e5d8c5" },
      { label: "stairwell", tint: "#d7c9b3" },
      { label: "rooftop", tint: "#dfd2bc" },
    ],
  },
  {
    id: "alamo-heights",
    title: "Alamo Heights",
    city: "San Antonio, Texas",
    year: "2024",
    type: "Staging",
    sqft: "2,340 sq ft",
    sold: "sold in 8 days",
    tone: "oklch(0.85 0.04 45)",
    cover: { label: "Alamo Heights · breakfast", tint: "#e2d5c0" },
    blurb: "A 1950s bungalow with original terrazzo. We leaned into the character with rounded silhouettes and terracotta.",
    rooms: [
      { label: "breakfast", tint: "#e2d5c0" },
      { label: "primary suite", tint: "#ddcfba" },
      { label: "front porch", tint: "#e6d9c2" },
    ],
  },
];

const SERVICES = [
  {
    key: "staging",
    number: "01",
    name: "Home Staging",
    blurb: "We transform vacant homes into spaces buyers walk into and never want to leave.",
    included: [
      "Complimentary site visit",
      "Full furnishing & styling install",
      "30-day rental, extendable month-to-month",
      "De-stage & removal",
    ],
  },
  {
    key: "curation",
    number: "02",
    name: "Interior Curation",
    blurb: "Permanent styling for homeowners who are ready to stay. Your taste, refined into a plan.",
    included: [
      "On-site consultation",
      "Room-by-room design plan",
      "Procurement & receiving coordination",
      "White-glove install day",
      "Styling & final walkthrough",
    ],
  },
  {
    key: "partnerships",
    number: "03",
    name: "Partnerships",
    blurb: "The stager in your corner, every listing.",
    included: [
      "Priority scheduling for agent partners",
      "Consistent staging aesthetic across listings",
      "Streamlined invoicing & communication",
      "Volume flexibility — one home or twenty",
    ],
  },
];

const PROCESS = [
  { n: "01", t: "Inquiry", d: "You send a note. We respond promptly with a window to chat." },
  { n: "02", t: "Walkthrough", d: "A short visit for us, an optional visit for you — in person. We measure, photograph, and plan." },
  { n: "03", t: "Install day", d: "One day, start to finish. You come home to a staged house." },
  { n: "04", t: "Live with it", d: "We hand it off, check-in, and stay on-call until the home is sold or settled." },
];

const TESTIMONIALS = [
  { q: "Ariana is phenomenal at what she does. She has an incredible eye for detail and a talent for highlighting a property's best features. Her pricing is competitive, and her service is unmatched.", a: "Seth Beresford ★★★★★ · Google Review" },
  { q: "We hired Ariana to stage our home while selling, and it was one of the best decisions we made. Her taste is absolutely incredible, and she transformed our house into something that truly stood out.", a: "Cynthia Barros ★★★★★ · Google Review" },
  { q: "My client's home in Austin went under contract just three days after hitting the market. There's no doubt Ariana's staging played a big role in how well the property showed.", a: "Allyssa Gonzalez ★★★★★ · Google Review" },
];

const PRESS = [
  "Austin",
  "Cedar Park",
  "Round Rock",
  "Georgetown",
  "San Antonio",
  "San Marcos",
  "New Braunfels",
  "Dripping Springs",
  "Kyle",
  "Buda",
  "Pflugerville",
  "Leander",
];

Object.assign(window, { SITE, PROJECTS, SERVICES, PROCESS, TESTIMONIALS, PRESS });
