From f4f6d7b9e920768b1da40765d56c898175944c6c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:17:51 +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 90cca59..2bec4e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,10 +51,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg", imageAlt: "XYZ Restaurant signature dish" }, { - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6942.jpg", imageAlt: "Restaurant elegant interior" + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6942.jpg?_wi=1", imageAlt: "Restaurant elegant interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg", imageAlt: "Gourmet seafood presentation" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg?_wi=1", imageAlt: "Gourmet seafood presentation" } ]} mediaAnimation="slide-up" @@ -88,7 +88,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Pan-Seared Salmon", price: "$38", variant: "with seasonal vegetables", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg", imageAlt: "Pan-seared salmon with vegetables" + id: "1", name: "Pan-Seared Salmon", price: "$38", variant: "with seasonal vegetables", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-holds-plate-with-vegetable-salad-with-red-fish-with-greens_141793-4670.jpg?_wi=2", imageAlt: "Pan-seared salmon with vegetables" }, { id: "2", name: "Wagyu Beef Steak", price: "$52", variant: "aged 28 days, perfectly grilled", imageSrc: "http://img.b2bpic.net/free-photo/close-up-waiter-holding-grilled-steak-served-with-roasted-potato_140725-5003.jpg", imageAlt: "Premium wagyu beef steak" @@ -111,10 +111,10 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Chen", handle: "Food Critic", testimonial: "XYZ Restaurant delivered an exceptional fine dining experience. Every dish was a masterpiece of flavors and presentation. Truly outstanding!", imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", imageAlt: "Sarah Chen" + id: "1", name: "Sarah Chen", handle: "Food Critic", testimonial: "XYZ Restaurant delivered an exceptional fine dining experience. Every dish was a masterpiece of flavors and presentation. Truly outstanding!", imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=1", imageAlt: "Sarah Chen" }, { - id: "2", name: "Michael Thompson", handle: "Restaurant Enthusiast", testimonial: "A remarkable culinary journey from start to finish. The attention to detail and passion for excellence is evident in every plate.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", imageAlt: "Michael Thompson" + id: "2", name: "Michael Thompson", handle: "Restaurant Enthusiast", testimonial: "A remarkable culinary journey from start to finish. The attention to detail and passion for excellence is evident in every plate.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=1", imageAlt: "Michael Thompson" }, { id: "3", name: "Jennifer Liu", handle: "Dining Experience Reviewer", testimonial: "Impeccable service, exquisite food, and an ambiance that makes you feel special. XYZ is a must-visit destination for fine dining lovers.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-employee-with-crossed-arms_1098-3148.jpg", imageAlt: "Jennifer Liu" @@ -123,10 +123,10 @@ export default function LandingPage() { id: "4", name: "David Martinez", handle: "Hospitality Professional", testimonial: "One of the best dining experiences of my life. The chef's innovations are bold yet refined, creating unforgettable memories with every course.", imageSrc: "http://img.b2bpic.net/free-photo/man-corrects-belt-fees-groom-man-s-hands-dressing-man-buttons-pants-jeans_8353-5893.jpg", imageAlt: "David Martinez" }, { - id: "5", name: "Rachel Anderson", handle: "Food Writer", testimonial: "XYZ Restaurant represents the pinnacle of culinary excellence. Their commitment to quality and creativity is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg", imageAlt: "Rachel Anderson" + id: "5", name: "Rachel Anderson", handle: "Food Writer", testimonial: "XYZ Restaurant represents the pinnacle of culinary excellence. Their commitment to quality and creativity is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=2", imageAlt: "Rachel Anderson" }, { - id: "6", name: "James Wright", handle: "Gourmet Enthusiast", testimonial: "Every visit to XYZ is an adventure. The menu evolves beautifully, and the execution is always flawless. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg", imageAlt: "James Wright" + id: "6", name: "James Wright", handle: "Gourmet Enthusiast", testimonial: "Every visit to XYZ is an adventure. The menu evolves beautifully, and the execution is always flawless. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-bearded-man-dressed-wool-jacket-bow-tie_613910-15696.jpg?_wi=2", imageAlt: "James Wright" } ]} speed={40} @@ -141,7 +141,7 @@ export default function LandingPage() { description="Ready to join us? Make your reservation today and secure your spot at XYZ Restaurant. Our team looks forward to welcoming you." background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6942.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-coffee-shop-cafe-restaurant_74190-6942.jpg?_wi=2" imageAlt="XYZ Restaurant dining ambiance" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1