Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-11 14:18:50 +00:00

View File

@@ -221,7 +221,7 @@ export default function LandingPage() {
<ContactFaq
faqs={[
{
id: "1", title: "What are your opening hours?", content: "We're open daily from 9:00 AM to 10:00 PM, ready to serve you breakfast, lunch, or dinner. Come by anytime!"
id: "1", title: "What are your opening hours?", content: "Open daily 9:00 AM 10:00 PM"
},
{
id: "2", title: "Do you offer takeout?", content: "Yes! We offer both dine-in and takeout. Call ahead at 010-255 0103 for faster service."
@@ -280,4 +280,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}