Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-07 06:59:18 +00:00

View File

@@ -35,7 +35,8 @@ export default function LandingPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Subscribe", href: "#contact"}}
text: "Subscribe", href: "#contact"
}}
animateOnLoad={true}
/>
</div>
@@ -81,11 +82,14 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Pan-Seared Scallops with Truffle Beurre Blanc", price: "Advanced Level", imageSrc: "http://img.b2bpic.net/free-photo/chicken-rolls-with-herbs-cream-sauce_114579-2528.jpg", imageAlt: "Pan-seared scallops dish"},
id: "1", name: "Pan-Seared Scallops with Truffle Beurre Blanc", price: "Advanced Level", imageSrc: "http://img.b2bpic.net/free-photo/chicken-rolls-with-herbs-cream-sauce_114579-2528.jpg", imageAlt: "Pan-seared scallops dish"
},
{
id: "2", name: "French Onion Soup - Traditional Method", price: "Intermediate Level", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-lentil-soup-with-tandoor-bread-tray_140725-11587.jpg", imageAlt: "French onion soup"},
id: "2", name: "French Onion Soup - Traditional Method", price: "Intermediate Level", imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-azerbaijani-lentil-soup-with-tandoor-bread-tray_140725-11587.jpg", imageAlt: "French onion soup"
},
{
id: "3", name: "Sous Vide Ribeye with Micro Greens", price: "Advanced Level", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-eggplants-tomatoes-served-with-glass-wine_141793-745.jpg", imageAlt: "Sous vide ribeye steak"},
id: "3", name: "Sous Vide Ribeye with Micro Greens", price: "Advanced Level", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-with-eggplants-tomatoes-served-with-glass-wine_141793-745.jpg", imageAlt: "Sous vide ribeye steak"
},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -103,22 +107,28 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Sarah Chen", role: "Home Chef", company: "Culinary Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing_176474-62378.jpg", imageAlt: "professional portrait woman chef smiling"},
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing_176474-62378.jpg", imageAlt: "professional portrait woman chef smiling"
},
{
id: "2", name: "Marcus Johnson", role: "Restaurant Owner", company: "Fine Dining NYC", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/suspicious-young-male-chef-wearing-uniform-touching-face-looking-side-isolated-brown-background_141793-133639.jpg", imageAlt: "professional portrait man restaurant owner"},
imageSrc: "http://img.b2bpic.net/free-photo/suspicious-young-male-chef-wearing-uniform-touching-face-looking-side-isolated-brown-background_141793-133639.jpg", imageAlt: "professional portrait man restaurant owner"
},
{
id: "3", name: "Elena Rossi", role: "Cooking Instructor", company: "Culinary Academy", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-elderly-woman-wearing-bonete-looking-camrea-dining-room-home-retired-old-baker-with-kitchen-uniform-preparing-bakery-ingredients-table-ready-cook-homemade-bread-cakes-pasta_482257-14386.jpg", imageAlt: "professional woman cooking instructor portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/happy-elderly-woman-wearing-bonete-looking-camrea-dining-room-home-retired-old-baker-with-kitchen-uniform-preparing-bakery-ingredients-table-ready-cook-homemade-bread-cakes-pasta_482257-14386.jpg", imageAlt: "professional woman cooking instructor portrait"
},
{
id: "4", name: "James Mitchell", role: "Food Blogger", company: "Gourmet Tales", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-with-round-delivery-bowls-his-hands-light-pink-background_140725-40604.jpg", imageAlt: "professional man food blogger portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-cape-with-round-delivery-bowls-his-hands-light-pink-background_140725-40604.jpg", imageAlt: "professional man food blogger portrait"
},
{
id: "5", name: "Victoria Santos", role: "Executive Chef", company: "Michelin Star Restaurant", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232209.jpg", imageAlt: "professional woman executive chef portrait"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-working_23-2151232209.jpg", imageAlt: "professional woman executive chef portrait"
},
{
id: "6", name: "David Liu", role: "Food Writer", company: "Culinary Magazine", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-recording-while-cooking-home_23-2148581857.jpg", imageAlt: "professional man food writer journalist"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-male-recording-while-cooking-home_23-2148581857.jpg", imageAlt: "professional man food writer journalist"
},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -135,8 +145,9 @@ export default function LandingPage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
names=[
"Michelin Guide", "Bon Appétit", "Saveur Magazine", "Food & Wine", "Cooking Light", "Gourmet", "The Kitchn", "Serious Eats"]
names={[
"Michelin Guide", "Bon Appétit", "Saveur Magazine", "Food & Wine", "Cooking Light", "Gourmet", "The Kitchn", "Serious Eats"
]}
speed={40}
showCard={true}
/>