From fa10bc4ff7a348c379902c021aeeaac1e245ed77 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 22:12:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 318 ++++++++++------------------------------------- 1 file changed, 65 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cc8fab..3c86219 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,30 +34,18 @@ export default function LandingPage() { @@ -65,43 +53,22 @@ export default function LandingPage() {
@@ -367,24 +218,16 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "hours", - title: "What are your operating hours?", - content: "We are open Monday – Sunday, from 9:00 AM to 10:00 PM for all your ordering needs. Come visit us any day of the week!", - }, + id: "hours", title: "What are your operating hours?", content: "We are open Monday – Sunday, from 9:00 AM to 10:00 PM for all your ordering needs. Come visit us any day of the week!"}, { - id: "ordering", - title: "Do you offer delivery or online ordering?", - content: "You can place your orders by calling us directly at (530) 645-7038 during our operating hours (9:00 AM - 10:00 PM). We currently do not offer delivery, but we look forward to seeing you for pickup!", - }, + id: "ordering", title: "Do you offer delivery or online ordering?", content: "You can place your orders by calling us directly at (530) 645-7038 during our operating hours (9:00 AM - 10:00 PM). We currently do not offer delivery, but we look forward to seeing you for pickup!"}, { - id: "customization", - title: "Can I customize my drinks?", - content: "Absolutely! Our menu features extensive customization options for size, milk, syrups, toppings, and espresso shots to ensure your drink is made just the way you like it. Check out our 'Craft Your Perfect Drink' section for details.", - }, + id: "customization", title: "Can I customize my drinks?", content: "Absolutely! Our menu features extensive customization options for size, milk, syrups, toppings, and espresso shots to ensure your drink is made just the way you like it. Check out our 'Craft Your Perfect Drink' section for details."}, ]} sideTitle="Frequently Asked Questions" sideDescription="Find quick answers to common questions about Sweet Table Cafe, from our operating hours to customization options." - faqsAnimation="smooth" + faqsAnimation="slide-up" + animationType="smooth" />
@@ -392,18 +235,13 @@ export default function LandingPage() { @@ -415,61 +253,35 @@ export default function LandingPage() { logoText="Sweet Table Cafe" columns={[ { - title: "Menu", - items: [ + title: "Menu", items: [ { - label: "Lattes", - href: "#product", - }, + label: "Lattes", href: "#product"}, { - label: "Refreshers", - href: "#product", - }, + label: "Refreshers", href: "#product"}, { - label: "Crepes", - href: "#features", - }, + label: "Crepes", href: "#features"}, { - label: "Desserts", - href: "#features", - }, + label: "Desserts", href: "#features"}, { - label: "Hot Foods", - href: "#features", - }, + label: "Hot Foods", href: "#features"}, { - label: "Matcha", - href: "#product", - }, + label: "Matcha", href: "#product"}, { - label: "Traditionals", - href: "#product", - }, + label: "Traditionals", href: "#product"}, ], }, { - title: "Cafe", - items: [ + title: "Cafe", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, { - label: "FAQs", - href: "#faqs", - }, + label: "FAQs", href: "#faqs"}, { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "Hours & Location", - href: "#contact", - }, + label: "Hours & Location", href: "#contact"}, ], }, ]}