3 Commits

Author SHA1 Message Date
9568f90083 Merge version_2 into main
Merge version_2 into main
2026-04-06 08:08:32 +00:00
67b28cdc93 Update src/app/page.tsx 2026-04-06 08:08:29 +00:00
e2cc82737a Merge version_1 into main
Merge version_1 into main
2026-04-06 08:07:20 +00:00

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "About",
id: "about",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
brandName="Gourmet Haven"
/>
@@ -51,48 +39,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "rotated-rays-animated",
}}
background={{ variant: "rotated-rays-animated" }}
title="Exquisite Dining, Unforgettable Moments"
description="Experience culinary perfection crafted with passion, served in the heart of the city."
buttons={[
{
text: "Order Now",
href: "#menu",
},
]}
buttons={[{ text: "Order Now", href: "#menu" }]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg",
imageAlt: "Luxurious dining atmosphere",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-plate-with-plant-vase_23-2148696218.jpg?_wi=1",
imageAlt: "Signature dish",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/creamy-pasta-with-fresh-herbs-dark-bowl_84443-87148.jpg?_wi=1",
imageAlt: "Gourmet meal",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg?_wi=1",
imageAlt: "Sea food plating",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88374.jpg?_wi=1",
imageAlt: "Fresh ingredients",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/cake-cake-with-berries-powdered-sugar-chocolate-waffles-green-sauce_140725-73660.jpg?_wi=1",
imageAlt: "Artisan dessert",
},
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg", imageAlt: "Luxurious dining atmosphere" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-plate-with-plant-vase_23-2148696218.jpg?_wi=1", imageAlt: "Signature dish" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/creamy-pasta-with-fresh-herbs-dark-bowl_84443-87148.jpg?_wi=1", imageAlt: "Gourmet meal" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg?_wi=1", imageAlt: "Sea food plating" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88374.jpg?_wi=1", imageAlt: "Fresh ingredients" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cake-cake-with-berries-powdered-sugar-chocolate-waffles-green-sauce_140725-73660.jpg?_wi=1", imageAlt: "Artisan dessert" },
]}
/>
</div>
@@ -104,48 +61,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Signature Steak",
price: "$38.00",
variant: "Meat",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-plate-with-plant-vase_23-2148696218.jpg?_wi=2",
},
{
id: "p2",
name: "Truffle Pasta",
price: "$28.00",
variant: "Vegetarian",
imageSrc: "http://img.b2bpic.net/free-photo/creamy-pasta-with-fresh-herbs-dark-bowl_84443-87148.jpg?_wi=2",
},
{
id: "p3",
name: "Mediterranean Fish",
price: "$34.00",
variant: "Seafood",
imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg?_wi=2",
},
{
id: "p4",
name: "Garden Harvest",
price: "$22.00",
variant: "Vegan",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88374.jpg?_wi=2",
},
{
id: "p5",
name: "Chocolate Lava Cake",
price: "$15.00",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/cake-cake-with-berries-powdered-sugar-chocolate-waffles-green-sauce_140725-73660.jpg?_wi=2",
},
{
id: "p6",
name: "Artisan Cocktail",
price: "$18.00",
variant: "Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/beverage-with-dries-top_141793-619.jpg",
},
{ id: "p1", name: "Signature Steak", price: "$38.00", variant: "Meat", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dessert-plate-with-plant-vase_23-2148696218.jpg?_wi=2" },
{ id: "p2", name: "Truffle Pasta", price: "$28.00", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/creamy-pasta-with-fresh-herbs-dark-bowl_84443-87148.jpg?_wi=2" },
{ id: "p3", name: "Mediterranean Fish", price: "$34.00", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/seafood-crab-salad-with-fresh-parmesan-crackers-greenery-inside-white-plate_114579-1799.jpg?_wi=2" },
{ id: "p4", name: "Garden Harvest", price: "$22.00", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88374.jpg?_wi=2" },
]}
title="Our Signature Menu"
description="Explore our curated selection of fine dishes prepared daily with fresh ingredients."
@@ -162,99 +81,22 @@ export default function LandingPage() {
/>
</div>
<div id="team" data-section="team">
<TeamCardFive
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Meet Our Culinary Team"
description="The creative minds behind your exceptional dining experience."
team={[
{
id: "m1",
name: "Julian Rossi",
role: "Executive Chef",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-male-chef-cook-hat-standing-kitchen-table-holding-up-cup-tomato_140725-142358.jpg?_wi=2",
},
{
id: "m2",
name: "Elena Martinez",
role: "Sous Chef",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-male-chef-cook-hat-standing-kitchen-table-holding-up-cup-tomato_140725-142358.jpg?_wi=3",
},
{
id: "m3",
name: "David Chen",
role: "Pastry Chef",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-male-chef-cook-hat-standing-kitchen-table-holding-up-cup-tomato_140725-142358.jpg?_wi=4",
},
{
id: "m4",
name: "Sarah Jenkins",
role: "Sommelier",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-male-chef-cook-hat-standing-kitchen-table-holding-up-cup-tomato_140725-142358.jpg?_wi=5",
},
{
id: "m5",
name: "Marcus Thorne",
role: "Head of Service",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-happy-male-chef-cook-hat-standing-kitchen-table-holding-up-cup-tomato_140725-142358.jpg?_wi=6",
},
]}
/>
</div>
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Contact Us"
title="Reserve Your Table"
description="Have any questions or special requests? We'd love to hear from you. Get in touch with our team today."
buttons={[
{
text: "Contact Us",
href: "#",
},
]}
buttons={[{ text: "Contact Us", href: "#" }]}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{
title: "Visit Us",
items: [
{
label: "123 Culinary St, Food City",
href: "#",
},
{
label: "Mon - Sun: 10am - 10pm",
href: "#",
},
],
},
{
title: "Follow Us",
items: [
{
label: "Instagram",
href: "#",
},
{
label: "Facebook",
href: "#",
},
{
label: "Twitter",
href: "#",
},
],
},
{ title: "Visit Us", items: [{ label: "123 Culinary St, Food City", href: "#" }, { label: "Mon - Sun: 10am - 10pm", href: "#" }] },
{ title: "Follow Us", items: [{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Twitter", href: "#" }] },
]}
bottomLeftText="© 2024 Gourmet Haven. All rights reserved."
bottomRightText="Privacy Policy"
@@ -263,4 +105,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}