// Verbatim content + assets
const IMAGES = {
  hero: "https://static1.squarespace.com/static/5797f111ff7c50e562a7b774/t/579d338d37c581f9480015a1/1469920146630/DSC_0006.JPG?format=1500w",
  sushi: "https://images.squarespace-cdn.com/content/v1/5797f111ff7c50e562a7b774/1469917424940-CALPCX6R9HEPDYAXIMLY/image-asset.jpeg",
  jersey: "https://images.squarespace-cdn.com/content/v1/5797f111ff7c50e562a7b774/1469917405197-LS60P26L5WXAHD77FQ9X/IMG_0184.JPG",
};

const CLIENTS = [
  { name: "UT Southwestern Hospitals", category: "Healthcare" },
  { name: "Dave & Buster's", category: "Hospitality" },
  { name: "Collin County Community College", category: "Education" },
  { name: "City of McKinney", category: "Government" },
];

const WHAT_WE_FRAME = [
  "Hole-in-one memorabilia",
  "Signed vinyl records",
  "College diplomas",
  "Sports jerseys",
  "Family photographs",
  "Original artwork",
  "Shadow boxes",
  "Military medals",
  "Mirrors",
  "Business decor",
];

const COPY = {
  tagline: "Art and Frame + Signs is a custom frame shop located in McKinney, Texas.",
  whatWeDo: "Art & Frame + Signs is a custom framing shop. Whether it's shadow-boxing the memory of your hole in one, framing the vinyl record with your favorite band's signature, or your child's college diploma, we will work with you to capture the best way to preserve those amazing memories.",
  differentiatorShort: "We do it all. And it's all we do!",
  differentiatorLong: "Unlike some of our big-box competitors who have started offering custom framing, our 20 years of experience learning this craft ensure our work satisfies the needs of each of our customers.",
  businesses: "Ensuring the decor of your business is fresh, inviting, and well-done is a vital piece of our customers' success. Therefore, our framing offerings allow us to not only manage large volume orders, but also unique, fun pieces.",
  individuals: "Preservation is key when it comes to capturing memories that are expected to hang up on the wall. Therefore, our framing offerings includes the best practices for preservation, staining, and visual aesthetics.",
  about: [
    "Since 1994... Art & Frame + Signs has served McKinney and the greater Dallas area.",
    "We've been fortunate to work with UT Southwestern Hospitals, Dave & Buster's, Collin County Community College, and different departments within the city of McKinney.",
    "We are so thankful not only for the Dallas businesses who have been loyal customers, but also for the many families and individuals who have entrusted us with some of their most valuable and sentimental memories by way of photographs, memorabilia, diplomas, and many more.",
    "In Jan 2016, Art & Frame + Signs moved to a more central location in McKinney to better serve the community, so we can't wait to continue serving the community we love!",
    "Come by and say hello!",
  ],
  closure: "We'll be closed June 6–10, 2026.",
  phone: "469-855-9625",
  phoneHref: "tel:4698559625",
  smsHref: "sms:4698559625",
};

window.AF_DATA = { IMAGES, CLIENTS, WHAT_WE_FRAME, COPY };
