Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-05 06:34:34 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
tag="Private Dining"
buttons={[{ text: "Book Your Chef", href: "#contact" }]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg", imageAlt: "Gourmet plating" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg?_wi=1", imageAlt: "Gourmet plating" },
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-homemade-bread_23-2148361942.jpg", imageAlt: "Fresh ingredients" },
{ imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg", imageAlt: "Dining setting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-holds-plate-with-gurza-side-view_141793-4738.jpg", imageAlt: "Plating detail" },
@@ -75,16 +75,16 @@ export default function LandingPage() {
description="Bespoke experiences tailored to your tastes and dietary needs."
features={[
{
title: "Bespoke Menu Planning", description: "Customized seasonal menus designed exclusively for your palate.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-notebook_23-2148834705.jpg", imageAlt: "Menu planning" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-notebook_23-2148834705.jpg", imageAlt: "Menu planning" }
title: "Bespoke Menu Planning", description: "Customized seasonal menus designed exclusively for your palate.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-notebook_23-2148834705.jpg?_wi=1", imageAlt: "Menu planning" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-food-ingredients-with-notebook_23-2148834705.jpg?_wi=2", imageAlt: "Menu planning" }
},
{
title: "In-Home Fine Dining", description: "Full service multi-course dinners prepared fresh in your kitchen.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/little-present-box-stands-dinner-table-by-plate_1304-4641.jpg", imageAlt: "Dining service" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/little-present-box-stands-dinner-table-by-plate_1304-4641.jpg", imageAlt: "Dining service" }
title: "In-Home Fine Dining", description: "Full service multi-course dinners prepared fresh in your kitchen.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/little-present-box-stands-dinner-table-by-plate_1304-4641.jpg?_wi=1", imageAlt: "Dining service" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/little-present-box-stands-dinner-table-by-plate_1304-4641.jpg?_wi=2", imageAlt: "Dining service" }
},
{
title: "Cooking Masterclasses", description: "Learn professional techniques with private hands-on instruction.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646225.jpg", imageAlt: "Cooking class" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646225.jpg", imageAlt: "Cooking class" }
title: "Cooking Masterclasses", description: "Learn professional techniques with private hands-on instruction.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646225.jpg?_wi=1", imageAlt: "Cooking class" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-washing-frying-pan_23-2149646225.jpg?_wi=2", imageAlt: "Cooking class" }
}
]}
/>
@@ -119,7 +119,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg"
imageSrc="http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-plant_23-2148914883.jpg?_wi=2"
logoText="Chef Artisan"
columns={[
{ title: "Services", items: [{ label: "Dinner Parties", href: "#features" }, { label: "Classes", href: "#features" }] },