From 6684b2d0df4243470d690dba7f1e9f264e3bd2df Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 04:01:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 89239b8..7f3abb0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() { title="Elevating Culinary Artistry" description="Crafting unforgettable dining experiences with a fusion of tradition and innovation. From signature plates to bespoke events." testimonials={[ - { name: "Alice M.", handle: "@foodie", testimonial: "The most exquisite dining experience I've ever had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg", imageAlt: "professional chef kitchen work" }, + { name: "Alice M.", handle: "@foodie", testimonial: "The most exquisite dining experience I've ever had.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg?_wi=1", imageAlt: "professional chef kitchen work" }, { name: "Mark D.", handle: "@gourmet", testimonial: "Pure culinary genius in every single bite.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646199.jpg", imageAlt: "professional chef kitchen work" }, - { name: "Sophia L.", handle: "@chef", testimonial: "A master of texture and flavor balance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg", imageAlt: "professional chef kitchen work" }, - { name: "James P.", handle: "@critic", testimonial: "Each course was a journey through culinary tradition.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg", imageAlt: "professional chef kitchen work" }, - { name: "Clara V.", handle: "@tastemaker", testimonial: "Simply incomparable artistry on every plate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg", imageAlt: "professional chef kitchen work" }, + { name: "Sophia L.", handle: "@chef", testimonial: "A master of texture and flavor balance.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=1", imageAlt: "professional chef kitchen work" }, + { name: "James P.", handle: "@critic", testimonial: "Each course was a journey through culinary tradition.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg?_wi=1", imageAlt: "professional chef kitchen work" }, + { name: "Clara V.", handle: "@tastemaker", testimonial: "Simply incomparable artistry on every plate.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg?_wi=1", imageAlt: "professional chef kitchen work" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg" + imageSrc="http://img.b2bpic.net/free-photo/culinary-arts-meet-precision-as-chef-sprinkles-parsley-gourmet-dish_482257-127687.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg", alt: "Lovely woman looking at her husband" }, { src: "http://img.b2bpic.net/free-photo/girl-beautifully-painted-brown-eyes-with-eyeliner-highlighting-features-face-model-red-blouse-sends-air-kiss_197531-12005.jpg", alt: "Girl beautifully painted brown eyes with eyeliner, highlighting features of face. Model in red blouse sends air kiss" }, @@ -77,9 +77,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "f1", title: "Private Dining", description: "Intimate gourmet experiences in your home.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg" }, - { id: "f2", title: "Catering Services", description: "Sophisticated event catering for your occasions.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg" }, - { id: "f3", title: "Culinary Workshops", description: "Interactive sessions to master fine techniques.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg" }, + { id: "f1", title: "Private Dining", description: "Intimate gourmet experiences in your home.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/chicken-leg-served-with-mashed-potatoes-sour-cream_7502-7082.jpg?_wi=2" }, + { id: "f2", title: "Catering Services", description: "Sophisticated event catering for your occasions.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/dessert-restaurant-table_7939-2892.jpg?_wi=2" }, + { id: "f3", title: "Culinary Workshops", description: "Interactive sessions to master fine techniques.", tag: "Services", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-seasoning-salad_23-2148471932.jpg?_wi=2" }, ]} title="My Culinary Services" description="Explore the range of bespoke culinary solutions tailored to your needs." -- 2.49.1