From 94f8b2bd68b8103c41dd63e6a72891777fa34ac0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:32:36 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a317f0d..0666a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,14 +137,14 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "15+", title: "Years Baking", description: "Serving the community since 2008.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-worker-uniform-carrying-shelves-with-croissant-bakery_23-2148189031.jpg"}, + id: "m1", value: "15+", title: "Years Baking", description: "Our journey started with a single oven and a passion for sourdough.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-worker-uniform-carrying-shelves-with-croissant-bakery_23-2148189031.jpg"}, { - id: "m2", value: "50+", title: "Sourced Ingredients", description: "From local independent farmers.", imageSrc: "http://img.b2bpic.net/free-photo/round-rye-bread-wooden-tray_114579-5219.jpg"}, + id: "m2", value: "50+", title: "Local Partners", description: "Building strong relationships with independent farmers and suppliers.", imageSrc: "http://img.b2bpic.net/free-photo/round-rye-bread-wooden-tray_114579-5219.jpg"}, { - id: "m3", value: "10k+", title: "Bread Loaves", description: "Baked to perfection yearly.", imageSrc: "http://img.b2bpic.net/free-photo/adult-person-interacting-with-futuristic-delivery-robot_23-2151211038.jpg"}, + id: "m3", value: "10k+", title: "Daily Treats", description: "Serving our community with smiles and fresh baked joy.", imageSrc: "http://img.b2bpic.net/free-photo/adult-person-interacting-with-futuristic-delivery-robot_23-2151211038.jpg"}, ]} - title="Bakery Excellence" - description="Our numbers reflect our passion." + title="Our Bakery Milestones" + description="Years of hard work, locally sourced quality, and happy customers." /> @@ -155,18 +155,14 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Jane Doe", role: "Foodie", testimonial: "Best sourdough in the city, hands down!", imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985065.jpg"}, + id: "t1", name: "Jane Doe", role: "Neighborhood Foodie", testimonial: "Best sourdough in the city! It’s my weekend staple.", imageSrc: "http://img.b2bpic.net/free-photo/waitress-offering-macarons_23-2147985065.jpg"}, { - id: "t2", name: "John Smith", role: "Local Resident", testimonial: "Fresh pastries are a daily essential.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-fresh-bread_23-2148454537.jpg"}, + id: "t2", name: "John Smith", role: "Loyal Regular", testimonial: "I grab a fresh croissant every morning. Simply divine.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-fresh-bread_23-2148454537.jpg"}, { - id: "t3", name: "Alice Wong", role: "Parent", testimonial: "Kids love the cinnamon swirls here.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg"}, - { - id: "t4", name: "Robert Brown", role: "Chef", testimonial: "The quality is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-woman-showing-eclairs-bakery-counter_23-2148189123.jpg"}, - { - id: "t5", name: "Emily Davis", role: "Office Worker", testimonial: "Perfect morning croissant every time.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-woman-shows-ok-sign-lady-with-toothy-smile-has-happy-facial-expression_176532-9175.jpg"}, + id: "t3", name: "Alice Wong", role: "Happy Parent", testimonial: "My kids are obsessed with their cinnamon swirls. The best treat.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-baker-serving-pastry-cake-customer_23-2148028043.jpg"}, ]} - title="Loved by Our Customers" - description="Hear what our local community says about our bakery." + title="Voices of Our Community" + description="Real love stories from our loyal bakery fans." /> @@ -176,14 +172,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", title: "Do you offer wholesale?", content: "Yes, we work with local cafes and restaurants."}, + id: "q1", title: "Do you offer custom cakes?", content: "Yes! We specialize in custom artisanal cakes for your special occasions. Contact us two weeks in advance."}, { - id: "q2", title: "Are your ingredients organic?", content: "We prioritize organic and local sustainable sourcing."}, + id: "q2", title: "Are your breads vegan?", content: "Most of our sourdough and rustic breads are vegan-friendly. Ask us about specific ingredients."}, { - id: "q3", title: "How early can I pre-order?", content: "Please pre-order at least 24 hours in advance."}, + id: "q3", title: "Do you host baking workshops?", content: "We host monthly artisan bread workshops for beginners. Check our social media for schedules."}, ]} title="Frequently Asked Questions" - description="Have questions about our baking process?" + description="Everything you need to know about our oven-fresh delights." faqsAnimation="slide-up" /> @@ -193,10 +189,10 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "gradient-bars"}} - text="Have questions or want to place a large order? Stop by the shop or call us anytime." + text="Ready to taste the freshness? Order your daily bread or drop by our bakery for a coffee and treat." buttons={[ { - text: "Contact Us", href: "mailto:hello@sweetcrust.bakery"}, + text: "Get in Touch", href: "mailto:hello@sweetcrust.bakery"}, ]} /> @@ -207,21 +203,21 @@ export default function LandingPage() { { items: [ { - label: "About Us", href: "#about"}, + label: "Our Story", href: "#about"}, { - label: "Products", href: "#products"}, + label: "Shop Products", href: "#products"}, ], }, { items: [ { - label: "Contact", href: "#contact"}, + label: "Order Wholesale", href: "#contact"}, { - label: "Privacy Policy", href: "#"}, + label: "Privacy Terms", href: "#"}, ], }, ]} - logoText="Sweet Crust" + logoText="Sweet Crust Bakery" /> -- 2.49.1 From ec6cfc23bd453250829711c72858994d88154c3f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:32:36 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..f93a4d6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --card: #efe7dd; + --foreground: #2b180a; + --primary-cta: #2b180a; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #efe7dd; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #94877c; + --background-accent: #afa094; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1