Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-24 13:19:07 +00:00

View File

@@ -187,7 +187,7 @@ export default function LandingPage() {
{
id: "1", title: "What are your operating hours?", content: "We are open every day starting at 8:00 AM and close at 2:00 AM."},
{
id: "2", title: "Do you offer delivery?", content: "Yes, we offer no-contact delivery and curbside pickup."},
id: "2", title: "Do you offer delivery?", content: "Yes, we offer delivery via GrabFood and FoodPanda, or you can call us directly at 0917-123-4567 for orders."},
{
id: "3", title: "Where is the restaurant located?", content: "You can find us at Arnaldo Hwy, General Trias, Cavite."},
]}
@@ -228,4 +228,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}