3 Commits

Author SHA1 Message Date
ae81ab827d Update src/app/page.tsx 2026-05-23 18:06:10 +00:00
5a08b5bdd4 Update src/app/page.tsx 2026-05-23 18:05:43 +00:00
ca7b0f7520 Merge version_3 into main
Merge version_3 into main
2026-05-23 18:04:09 +00:00

View File

@@ -21,12 +21,12 @@ export default function LandingPage() {
defaultTextAnimation="entrance-slide" defaultTextAnimation="entrance-slide"
borderRadius="pill" borderRadius="pill"
contentWidth="medium" contentWidth="medium"
sizing="mediumLargeSizeMediumTitles" sizing="medium"
background="fluid" background="none"
cardStyle="gradient-radial" cardStyle="solid"
primaryButtonStyle="gradient" primaryButtonStyle="flat"
secondaryButtonStyle="solid" secondaryButtonStyle="solid"
headingFontWeight="bold" headingFontWeight="semibold"
> >
<ReactLenis root> <ReactLenis root>
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
@@ -49,11 +49,6 @@ export default function LandingPage() {
{ text: "Discover Our Menu", href: "#product" }, { text: "Discover Our Menu", href: "#product" },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/singe-dish-table_23-2147681075.jpg" imageSrc="http://img.b2bpic.net/free-photo/singe-dish-table_23-2147681075.jpg"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/drink-snacks-table_23-2147885843.jpg", alt: "Drink and snacks on table" },
{ src: "http://img.b2bpic.net/free-photo/wooden-pot-wooden-table-with-flowers-candles-it-near-armchair-fireplace_181624-6073.jpg", alt: "Wooden pot" },
]}
avatarText="Join our growing community of happy diners."
/> />
</div> </div>
@@ -77,8 +72,8 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights" gridVariant="two-columns-alternating-heights"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Traditional Seafood Stew", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-served-with-green-herbs-lemon-slices_114579-3581.jpg", onProductClick: () => console.log("Adding to order...") }, { id: "p1", name: "Traditional Seafood Stew", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-served-with-green-herbs-lemon-slices_114579-3581.jpg" },
{ id: "p2", name: "Grilled Catch of the Day", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-side-oysters-lemons_141793-419.jpg", onProductClick: () => console.log("Adding to order...") }, { id: "p2", name: "Grilled Catch of the Day", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-side-oysters-lemons_141793-419.jpg" },
]} ]}
title="Our Signature Specialties" title="Our Signature Specialties"
description="Handpicked traditional dishes crafted with fresh local ingredients." description="Handpicked traditional dishes crafted with fresh local ingredients."
@@ -136,13 +131,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCTA <ContactCTA
useInvertedBackground={true} useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Visit Us" tag="Visit Us"
title="Ready for a Taste?" title="Ready for a Taste?"
description="Find us at our location or reach out for event bookings." description="Find us at our location or reach out for event bookings."
buttons={[ buttons={[
{ text: "Call Now", onClick: () => window.location.href = "tel:+123456789" }, { text: "Call Now", onClick: () => window.location.href = "tel:+123456789" },
]} ]}
background={{ variant: "plain" }}
/> />
</div> </div>