Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 13:15:54 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
buttonAnimation="slide-up"
background={{ variant: "radial-gradient" }}
dashboard={{
title: "Culinary Excellence", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Private chef preparing gourmet dish", logoIcon: Utensils,
title: "Culinary Excellence", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=1", imageAlt: "Private chef preparing gourmet dish", logoIcon: Utensils,
searchPlaceholder: "Search seasonal menus...", sidebarItems: [
{ icon: Home, active: true },
{ icon: BookOpen },
@@ -144,16 +144,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Margaret Richardson", role: "Business Executive", testimonial: "Chef Alexandra transformed our dinner party into an unforgettable experience. The attention to detail and culinary innovation was extraordinary. We've already booked her for our next event.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Margaret Richardson", icon: Heart,
id: "1", name: "Margaret Richardson", role: "Business Executive", testimonial: "Chef Alexandra transformed our dinner party into an unforgettable experience. The attention to detail and culinary innovation was extraordinary. We've already booked her for our next event.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Margaret Richardson", icon: Heart,
},
{
id: "2", name: "James & Catherine Chen", role: "Anniversary Celebration", testimonial: "The personalized menu was absolutely perfect. Every course told a story and reflected our culinary preferences beautifully. An absolutely romantic and delicious evening.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James and Catherine Chen", icon: Heart,
id: "2", name: "James & Catherine Chen", role: "Anniversary Celebration", testimonial: "The personalized menu was absolutely perfect. Every course told a story and reflected our culinary preferences beautifully. An absolutely romantic and delicious evening.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James and Catherine Chen", icon: Heart,
},
{
id: "3", name: "David Martinez", role: "Corporate Events Manager", testimonial: "Managed our 75-person corporate dinner seamlessly. The food quality, presentation, and service professionalism exceeded all expectations. Our guests are still talking about it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez", icon: Heart,
id: "3", name: "David Martinez", role: "Corporate Events Manager", testimonial: "Managed our 75-person corporate dinner seamlessly. The food quality, presentation, and service professionalism exceeded all expectations. Our guests are still talking about it.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Martinez", icon: Heart,
},
{
id: "4", name: "Sophie Laurent", role: "Restaurant Owner", testimonial: "As someone deeply familiar with fine dining, I was thoroughly impressed. The creativity, precision, and passion in every dish demonstrated true culinary excellence and artistry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sophie Laurent", icon: Heart,
id: "4", name: "Sophie Laurent", role: "Restaurant Owner", testimonial: "As someone deeply familiar with fine dining, I was thoroughly impressed. The creativity, precision, and passion in every dish demonstrated true culinary excellence and artistry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Sophie Laurent", icon: Heart,
},
]}
textboxLayout="default"
@@ -171,11 +171,11 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "menu-1", name: "Farm-to-Table Spring Collection", price: "Upon Consultation", variant: "Seasonal - Spring", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Spring farm-to-table dish"},
id: "menu-1", name: "Farm-to-Table Spring Collection", price: "Upon Consultation", variant: "Seasonal - Spring", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=2", imageAlt: "Spring farm-to-table dish"},
{
id: "menu-2", name: "Coastal Elegance Seafood Menu", price: "Upon Consultation", variant: "Signature - 4-5 Courses", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "Seafood tasting menu"},
id: "menu-2", name: "Coastal Elegance Seafood Menu", price: "Upon Consultation", variant: "Signature - 4-5 Courses", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=3", imageAlt: "Seafood tasting menu"},
{
id: "menu-3", name: "Classic French Haute Cuisine", price: "Upon Consultation", variant: "Traditional - Fine Dining", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg", imageAlt: "French haute cuisine"},
id: "menu-3", name: "Classic French Haute Cuisine", price: "Upon Consultation", variant: "Traditional - Fine Dining", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=4", imageAlt: "French haute cuisine"},
]}
textboxLayout="default"
gridVariant="uniform-all-items-equal"