6 Commits

Author SHA1 Message Date
c204a891b8 Update src/app/page.tsx 2026-04-18 06:17:41 +00:00
106d4368a5 Merge version_2 into main
Merge version_2 into main
2026-04-18 06:14:03 +00:00
60db5af2ff Update src/app/page.tsx 2026-04-18 06:13:57 +00:00
87df8473ac Merge version_1 into main
Merge version_1 into main
2026-04-18 06:12:28 +00:00
f04273fa77 Merge version_1 into main
Merge version_1 into main
2026-04-18 06:12:05 +00:00
f14387c2b3 Merge version_1 into main
Merge version_1 into main
2026-04-18 06:11:36 +00:00

View File

@@ -35,6 +35,8 @@ export default function LandingPage() {
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" },
]}
brandName="Ideal Restaurant"
@@ -93,7 +95,7 @@ export default function LandingPage() {
<div id="menu" data-section="menu">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
textboxLayout="split-actions"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
@@ -106,6 +108,7 @@ export default function LandingPage() {
]}
title="Signature Menu Selections"
description="Discover our carefully curated selection of handcrafted culinary creations."
buttons={[{ text: "Reserve Now", href: "#contact" }]}
/>
</div>