4 Commits

Author SHA1 Message Date
524ef00f14 Update src/app/page.tsx 2026-04-16 03:59:05 +00:00
f07d4344d5 Merge version_3 into main
Merge version_3 into main
2026-04-16 03:56:56 +00:00
6043ee1030 Update src/app/page.tsx 2026-04-16 03:56:53 +00:00
58abe0b9a3 Merge version_2 into main
Merge version_2 into main
2026-04-16 03:55:46 +00:00

View File

@@ -121,6 +121,10 @@ export default function LandingPage() {
]}
title="Menu Highlights"
description="Discover our most-loved dishes, crafted with tradition and care."
buttons={[
{
text: "View Full Menu", href: "#"},
]}
/>
</div>
@@ -174,6 +178,8 @@ export default function LandingPage() {
id: "f2", title: "Do you offer delivery?", content: "Yes, through our online platform."},
{
id: "f3", title: "Is seating available?", content: "Yes, we offer clean, comfortable dine-in seating."},
{
id: "f4", title: "Where can I park?", content: "We have a large private parking lot located directly behind the restaurant, with easy access from Whittier Blvd."},
]}
title="Common Questions"
faqsAnimation="slide-up"
@@ -219,4 +225,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}