Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -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 Tuesday–Saturday, 8am–6pm, and Sunday 9am–4pm. 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. Tuesday–Thursday: 9am–7pm. Friday–Saturday: 9am–9pm. Sunday: 9am–4pm. 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: "Tue–Sat: 8am–6pm", href: "#" },
|
{ label: "Mon: Closed", href: "#" },
|
||||||
|
{ label: "Tue–Thu: 9am–7pm", href: "#" },
|
||||||
|
{ label: "Fri–Sat: 9am–9pm", href: "#" },
|
||||||
{ label: "Sun: 9am–4pm", href: "#" },
|
{ label: "Sun: 9am–4pm", href: "#" },
|
||||||
{ label: "Closed Mondays", href: "#" },
|
|
||||||
{ label: "Get Directions", href: "https://maps.google.com" }
|
{ label: "Get Directions", href: "https://maps.google.com" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user