Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2ed52f01e | |||
| b149e4024b | |||
| 558c288d2b |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user