3 Commits

Author SHA1 Message Date
c83ce74278 Update src/app/page.tsx 2026-03-19 18:33:47 +00:00
0d78d0e455 Merge version_1 into main
Merge version_1 into main
2026-03-19 17:56:52 +00:00
595f7c3e28 Merge version_1 into main
Merge version_1 into main
2026-03-19 17:56:17 +00:00

View File

@@ -164,7 +164,7 @@ export default function LandingPage() {
faqsAnimation="slide-up"
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."
@@ -218,9 +218,10 @@ export default function LandingPage() {
},
{
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: "Closed Mondays", href: "#" },
{ label: "Get Directions", href: "https://maps.google.com" }
]
},