5 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
56b129f433 Update src/app/page.tsx 2026-05-23 18:04:03 +00:00
357e3ff2fc Merge version_2 into main
Merge version_2 into main
2026-05-23 18:03:05 +00:00

View File

@@ -21,12 +21,12 @@ export default function LandingPage() {
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="mediumLargeSizeMediumTitles"
background="fluid"
cardStyle="gradient-radial"
primaryButtonStyle="gradient"
sizing="medium"
background="none"
cardStyle="solid"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="bold"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -49,11 +49,6 @@ export default function LandingPage() {
{ text: "Discover Our Menu", href: "#product" },
]}
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>
@@ -77,8 +72,8 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
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: () => alert("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", onProductClick: () => alert("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" },
]}
title="Our Signature Specialties"
description="Handpicked traditional dishes crafted with fresh local ingredients."
@@ -136,13 +131,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={true}
background={{ variant: "plain" }}
tag="Visit Us"
title="Ready for a Taste?"
description="Find us at our location or reach out for event bookings."
buttons={[
{ text: "Call Now", onClick: () => window.location.href = "tel:+123456789" },
]}
background={{ variant: "plain" }}
/>
</div>