Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-19 18:33:51 +00:00

View File

@@ -164,7 +164,7 @@ export default function LandingPage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", title: "What are your hours?", content: "We're open TuesdaySaturday, 8am6pm, and Sunday 9am4pm. Closed Mondays for family time. We recommend arriving early on Saturdays as fresh items sell out quickly." id: "1", title: "What are your hours?", content: "Closed Mondays. TuesdayThursday: 9am7pm. FridaySaturday: 9am9pm. Sunday: 9am4pm. We recommend arriving early on Saturdays as fresh items sell out quickly."
}, },
{ {
id: "2", title: "Do you offer online ordering?", content: "Yes! Order sandwiches, bread, and pastries online for same-day pickup. Call ahead for custom orders or large group requests. We also offer delivery through local apps." id: "2", title: "Do you offer online ordering?", content: "Yes! Order sandwiches, bread, and pastries online for same-day pickup. Call ahead for custom orders or large group requests. We also offer delivery through local apps."
@@ -218,9 +218,10 @@ export default function LandingPage() {
}, },
{ {
title: "Hours & Location", items: [ title: "Hours & Location", items: [
{ label: "TueSat: 8am6pm", href: "#" }, { label: "Mon: Closed", href: "#" },
{ label: "TueThu: 9am7pm", href: "#" },
{ label: "FriSat: 9am9pm", href: "#" },
{ label: "Sun: 9am4pm", href: "#" }, { label: "Sun: 9am4pm", href: "#" },
{ label: "Closed Mondays", href: "#" },
{ label: "Get Directions", href: "https://maps.google.com" } { label: "Get Directions", href: "https://maps.google.com" }
] ]
}, },