diff --git a/src/app/page.tsx b/src/app/page.tsx index 984389b..7356bf5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ import { Award, Coffee, Droplet, Sparkles, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -83,9 +79,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { title: "Light & Airy", description: "Our raised yeast doughnuts are airy and light.", bentoComponent: { bentoComponent: 'reveal-icon', icon: Sparkles } }, - { title: "Smooth Glazes", description: "Enjoy glazes and frosting that are smooth, never grainy.", bentoComponent: { bentoComponent: 'reveal-icon', icon: Droplet } }, - { title: "Fresh Variety", description: "A wide variety of pastries baked fresh every morning.", bentoComponent: { bentoComponent: 'reveal-icon', icon: Award } }, + { title: "Light & Airy", description: "Our raised yeast doughnuts are airy and light.", bentoComponent: "reveal-icon", icon: Sparkles }, + { title: "Smooth Glazes", description: "Enjoy glazes and frosting that are smooth, never grainy.", bentoComponent: "reveal-icon", icon: Droplet }, + { title: "Fresh Variety", description: "A wide variety of pastries baked fresh every morning.", bentoComponent: "reveal-icon", icon: Award }, ]} title="Why Customers Love It" description="Everything we make is crafted for that perfect, fresh experience." @@ -102,8 +98,6 @@ export default function LandingPage() { { id: "1", name: "Sarah J.", role: "Local Resident", company: "McPherson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg" }, { id: "2", name: "Michael C.", role: "Food Blogger", company: "Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg" }, { id: "3", name: "Emily R.", role: "Daily Regular", company: "McPherson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg" }, - { id: "4", name: "David K.", role: "Coffee Lover", company: "Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/amazing-woman-sitting-indoors-using-tablet-computer_171337-14053.jpg" }, - { id: "5", name: "Lisa M.", role: "Student", company: "McPherson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-carefree-young-woman-has-fun-wakes-up-morning-laughs-joyfully-dressed-nightwear-applies-beauty-patches-eyes-holds-soft-pillow-pile-pancakes-has-feathers-stuck-hair_273609-59805.jpg" }, ]} title="What Locals Say" description="Don't just take our word for it." @@ -118,7 +112,6 @@ export default function LandingPage() { metrics={[ { id: "m1", value: "100%", title: "Freshness Guaranteed", items: ["Local ingredients", "Daily batches"] }, { id: "m2", value: "50+", title: "Pastry Variety", items: ["Yeast doughnuts", "Cake donuts", "Pastries"] }, - { id: "m3", value: "5/5", title: "Highly Recommended", items: ["Locally owned", "Customer favorite"] }, ]} title="The Donut Experience" description="Crafted with passion for your morning routine." @@ -131,7 +124,6 @@ export default function LandingPage() { faqs={[ { id: "f1", title: "What are your hours?", content: "We open early morning to serve fresh donuts daily." }, { id: "f2", title: "Do you offer catering?", content: "Yes, we handle large orders for events. Please call ahead." }, - { id: "f3", title: "Are you locally owned?", content: "Yes, we are a family-owned local business here in McPherson." }, ]} sideTitle="Common Questions" sideDescription="Everything you need to know about Dough Co. Donuts." diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d7532bf..0b396cf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #ffffff; - --foreground: #1a1a1a; - --primary-cta: #1a1a1a; + --card: #f9f9f9; + --foreground: #000612e6; + --primary-cta: #15479c; --primary-cta-text: #f5f4ef; - --secondary-cta: #f1f1f1; + --secondary-cta: #f9f9f9; --secondary-cta-text: #2a2928; - --accent: #e5e5e5; - --background-accent: #f9f9f9; + --accent: #e2e2e2; + --background-accent: #c4c4c4; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);