3 Commits

Author SHA1 Message Date
a2ed52f01e Update src/app/page.tsx 2026-05-13 02:17:01 +00:00
b149e4024b Merge version_1 into main
Merge version_1 into main
2026-05-13 00:17:13 +00:00
558c288d2b Merge version_1 into main
Merge version_1 into main
2026-05-13 00:15:09 +00:00

View File

@@ -149,7 +149,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Where are you located?", content: "We are located at 93 Mornington-Tyabb Rd, Tyabb VIC 3913." },
{ id: "f2", title: "What are your opening hours?", content: "Please check our social media or Google business page for the latest opening times." },
{ id: "f2", title: "What are your opening hours?", content: "Monday: 11am-3pm, Tuesday: Closed, Wednesday: Closed, Thursday: 10am-5pm, Friday: 10am-5pm, Saturday: 10am-5pm, Sunday: 10am-5pm." },
{ id: "f3", title: "Can I become a stallholder?", content: "Yes, we welcome inquiries about joining our community of stallholders." }
]}
title="Frequently Asked Questions"
@@ -178,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}