From f978bf86e5e140108e4c3f819997efcd27d72614 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:03:31 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index fe0f9c0..36e69cf 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -82,7 +82,7 @@ export default function AboutPage() { { value: "20+", title: "Years of Excellence" }, { value: "5★", title: "Guest Satisfaction" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/fine-cuisine-design-made-by-chef-his-restaurant-kitchen_482257-10352.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fine-cuisine-design-made-by-chef-his-restaurant-kitchen_482257-10352.jpg?_wi=2" imageAlt="Chef preparing signature dish" useInvertedBackground={true} mediaAnimation="slide-up" @@ -102,13 +102,13 @@ export default function AboutPage() { features={[ { id: 1, - title: "Premium Sourcing", description: "We partner with local farmers and international suppliers to ensure only the finest, freshest ingredients reach our kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-mix-wooden-table_114579-6095.jpg", imageAlt: "Fresh ingredients"}, + title: "Premium Sourcing", description: "We partner with local farmers and international suppliers to ensure only the finest, freshest ingredients reach our kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-mix-wooden-table_114579-6095.jpg?_wi=2", imageAlt: "Fresh ingredients"}, { id: 2, - title: "Master Preparation", description: "Our award-winning chefs employ classical French techniques combined with contemporary culinary innovation to create stunning dishes.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-cutting-head-fish-chopping-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-vegetables-kitchen-table_179666-46856.jpg", imageAlt: "Chef preparation"}, + title: "Master Preparation", description: "Our award-winning chefs employ classical French techniques combined with contemporary culinary innovation to create stunning dishes.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chef-cutting-head-fish-chopping-board-pepper-grinder-flour-bowl-pomegranate-seeds-bowl-vegetables-kitchen-table_179666-46856.jpg?_wi=2", imageAlt: "Chef preparation"}, { id: 3, - title: "Artistic Plating", description: "Every plate is a canvas where taste meets visual artistry, creating an experience that delights all the senses.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83769.jpg", imageAlt: "Artistic plating"}, + title: "Artistic Plating", description: "Every plate is a canvas where taste meets visual artistry, creating an experience that delights all the senses.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-grey-space_140725-83769.jpg?_wi=2", imageAlt: "Artistic plating"}, ]} /> @@ -125,13 +125,13 @@ export default function AboutPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Margaret Chen", role: "Restaurant Critic", testimonial: "An extraordinary dining experience. Every course was a masterpiece of flavor and presentation. The attention to detail is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-restaurant-waiting-his-girlfriend_1157-52225.jpg", imageAlt: "Portrait of Margaret Chen"}, + id: "1", name: "Margaret Chen", role: "Restaurant Critic", testimonial: "An extraordinary dining experience. Every course was a masterpiece of flavor and presentation. The attention to detail is simply unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-bearded-man-restaurant-waiting-his-girlfriend_1157-52225.jpg?_wi=2", imageAlt: "Portrait of Margaret Chen"}, { - id: "2", name: "David Richardson", role: "Food Enthusiast", testimonial: "The finest meal I've had in years. The chef's innovation combined with classic techniques creates something truly special.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg", imageAlt: "Portrait of David Richardson"}, + id: "2", name: "David Richardson", role: "Food Enthusiast", testimonial: "The finest meal I've had in years. The chef's innovation combined with classic techniques creates something truly special.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-portrait-with-hands-crossed_158595-2940.jpg?_wi=2", imageAlt: "Portrait of David Richardson"}, { - id: "3", name: "Sophie Laurent", role: "Luxury Travel Editor", testimonial: "Not just a restaurant, but a journey through culinary excellence. World-class service paired with remarkable cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-white-shirt_23-2148095747.jpg", imageAlt: "Portrait of Sophie Laurent"}, + id: "3", name: "Sophie Laurent", role: "Luxury Travel Editor", testimonial: "Not just a restaurant, but a journey through culinary excellence. World-class service paired with remarkable cuisine.", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-business-woman-white-shirt_23-2148095747.jpg?_wi=2", imageAlt: "Portrait of Sophie Laurent"}, { - id: "4", name: "James Mitchell", role: "Food Writer", testimonial: "An oasis of elegance and sophistication. The wine pairings alone are worth the visit. Absolutely phenomenal.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg", imageAlt: "Portrait of James Mitchell"}, + id: "4", name: "James Mitchell", role: "Food Writer", testimonial: "An oasis of elegance and sophistication. The wine pairings alone are worth the visit. Absolutely phenomenal.", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=2", imageAlt: "Portrait of James Mitchell"}, ]} />