Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-10 16:36:29 +00:00

View File

@@ -30,46 +30,27 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Recipes",
id: "products",
},
{
name: "Process",
id: "about",
},
{
name: "Stories",
id: "testimonials",
},
{ name: "Home", id: "hero" },
{ name: "Recipes", id: "products" },
{ name: "Process", id: "about" },
{ name: "Stories", id: "testimonials" },
]}
brandName="Culinary3D"
button={{ text: "Contact", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
logoText="Mastering the Culinary Art"
description="Premium recipe collections delivered with cinematic precision and 3D precision."
buttons={[
{
text: "Explore Recipes",
href: "#products",
},
{
text: "Our Approach",
href: "#about",
},
{ text: "Explore Recipes", href: "#products" },
{ text: "Our Approach", href: "#about" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-pilaf-with-meet-dried-fruits-chestnut-jug-round-plate_176474-3426.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/top-view-pilaf-with-meet-dried-fruits-chestnut-jug-round-plate_176474-3426.jpg"
mediaAnimation="blur-reveal"
frameStyle="card"
/>
@@ -80,10 +61,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Precision in Every Step"
description={[
"Our recipes are engineered for perfection.",
"Using advanced culinary techniques and visual guides.",
"Experience cooking like never before.",
]}
"Our recipes are engineered for perfection.", "Using advanced culinary techniques and visual guides.", "Experience cooking like never before."]}
/>
</div>
@@ -91,32 +69,13 @@ export default function LandingPage() {
<FeatureHoverPattern
textboxLayout="split"
useInvertedBackground={false}
animationType="slide-up"
features={[
{
icon: Award,
title: "Expert Techniques",
description: "Professional guidance for all skill levels.",
},
{
icon: Timer,
title: "Precision Timing",
description: "Perfect results every single time.",
},
{
icon: Palette,
title: "Artistic Plating",
description: "Transform meals into visual masterpieces.",
},
{
icon: Zap,
title: "Fast Execution",
description: "Streamlined workflows for modern kitchens.",
},
{
icon: Award,
title: "Award-Winning Flavor",
description: "Curated profiles to satisfy any gourmet palate.",
},
{ icon: Award, title: "Expert Techniques", description: "Professional guidance for all skill levels." },
{ icon: Timer, title: "Precision Timing", description: "Perfect results every single time." },
{ icon: Palette, title: "Artistic Plating", description: "Transform meals into visual masterpieces." },
{ icon: Zap, title: "Fast Execution", description: "Streamlined workflows for modern kitchens." },
{ icon: Award, title: "Award-Winning Flavor", description: "Curated profiles to satisfy any gourmet palate." },
]}
title="Designed for Excellence"
description="Every detail matters in our digital kitchen."
@@ -130,48 +89,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "1",
name: "Miso Ramen",
price: "$15",
variant: "Japanese",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks-arrangement_23-2150756220.jpg",
},
{
id: "2",
name: "Wagyu Steak",
price: "$45",
variant: "Western",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-baked-potatoes-green-basil-sauce-white-plate-isolated-white-background-photo-menu_639032-1533.jpg",
},
{
id: "3",
name: "Dragon Roll",
price: "$20",
variant: "Sushi",
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-sushi_23-2151301178.jpg",
},
{
id: "4",
name: "Berry Tart",
price: "$12",
variant: "Dessert",
imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18523.jpg",
},
{
id: "5",
name: "Garden Salad",
price: "$10",
variant: "Healthy",
imageSrc: "http://img.b2bpic.net/free-photo/sliced-smoked-sausages-lettuce-tomato-green-bowl_114579-62240.jpg",
},
{
id: "6",
name: "Sunset Spritz",
price: "$8",
variant: "Beverage",
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-with-cherry-flowers_23-2151974209.jpg",
},
{ id: "1", name: "Miso Ramen", price: "$15", variant: "Japanese", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ramen-with-chopsticks-arrangement_23-2150756220.jpg" },
{ id: "2", name: "Wagyu Steak", price: "$45", variant: "Western", imageSrc: "http://img.b2bpic.net/free-photo/grilled-steak-baked-potatoes-green-basil-sauce-white-plate-isolated-white-background-photo-menu_639032-1533.jpg" },
{ id: "3", name: "Dragon Roll", price: "$20", variant: "Sushi", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-sushi_23-2151301178.jpg" },
{ id: "4", name: "Berry Tart", price: "$12", variant: "Dessert", imageSrc: "http://img.b2bpic.net/free-photo/muffins-black_114579-18523.jpg" },
{ id: "5", name: "Garden Salad", price: "$10", variant: "Healthy", imageSrc: "http://img.b2bpic.net/free-photo/sliced-smoked-sausages-lettuce-tomato-green-bowl_114579-62240.jpg" },
{ id: "6", name: "Sunset Spritz", price: "$8", variant: "Beverage", imageSrc: "http://img.b2bpic.net/free-photo/cocktail-with-cherry-flowers_23-2151974209.jpg" },
]}
title="Curated Collections"
description="Explore our premium selection of gourmet recipes."
@@ -184,46 +107,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Elena R.",
handle: "@elena_cooks",
testimonial: "The 3D guides are absolute game changers!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg",
},
{
id: "2",
name: "Mark S.",
handle: "@mark_chef",
testimonial: "Sophisticated recipes, perfect platform.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35672.jpg",
},
{
id: "3",
name: "Sarah J.",
handle: "@sarah_foodie",
testimonial: "I never failed a dish with these guides.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-enthusiastic-excited-surprised-hispanic-guy-hear-amazing-news-open-mouth-bea_1258-113406.jpg",
},
{
id: "4",
name: "David W.",
handle: "@dave_eats",
testimonial: "Apple-level UX for culinary arts.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg",
},
{
id: "5",
name: "Chloe T.",
handle: "@chloe_tastes",
testimonial: "Beautiful animations and great flavor profiles.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-pretty-female-smiling-pink_179666-2002.jpg",
},
{ id: "1", name: "Elena R.", handle: "@elena_cooks", testimonial: "The 3D guides are absolute game changers!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg" },
{ id: "2", name: "Mark S.", handle: "@mark_chef", testimonial: "Sophisticated recipes, perfect platform.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-young-woman-isolated_273609-35672.jpg" },
{ id: "3", name: "Sarah J.", handle: "@sarah_foodie", testimonial: "I never failed a dish with these guides.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-enthusiastic-excited-surprised-hispanic-guy-hear-amazing-news-open-mouth-bea_1258-113406.jpg" },
{ id: "4", name: "David W.", handle: "@dave_eats", testimonial: "Apple-level UX for culinary arts.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg" },
{ id: "5", name: "Chloe T.", handle: "@chloe_tastes", testimonial: "Beautiful animations and great flavor profiles.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-pretty-female-smiling-pink_179666-2002.jpg" },
]}
showRating={true}
title="Loved by Chefs"
@@ -234,14 +122,12 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Newsletter"
title="Join the Elite Kitchen"
description="Receive monthly premium recipe cards."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-pilaf-with-meet-dried-fruits-chestnut-jug-round-plate_176474-3426.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/top-view-pilaf-with-meet-dried-fruits-chestnut-jug-round-plate_176474-3426.jpg"
/>
</div>
@@ -249,32 +135,8 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Culinary3D"
columns={[
{
title: "Platform",
items: [
{
label: "About",
href: "#about",
},
{
label: "Recipes",
href: "#products",
},
],
},
{
title: "Support",
items: [
{
label: "Help",
href: "#",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ title: "Platform", items: [{ label: "About", href: "#about" }, { label: "Recipes", href: "#products" }] },
{ title: "Support", items: [{ label: "Help", href: "#" }, { label: "Contact", href: "#contact" }] },
]}
/>
</div>