From ebb2f54dc814121b716b2c701e412a69cb6b5635 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 17:12:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d884450..3336dcf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function LandingPage() { description="Where tradition meets modern luxury in a culinary masterpiece." tag="MICHELIN INSPIRED DINING" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg", imageAlt: "Luxurious Interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg", imageAlt: "Chef Artistry" } + { imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg?_wi=1", imageAlt: "Luxurious Interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg?_wi=1", imageAlt: "Chef Artistry" } ]} mediaAnimation="slide-up" rating={5} @@ -82,8 +82,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "1", name: "Eleanor V.", date: "Oct 2023", title: "Food Connoisseur", quote: "The most impeccable attention to detail I have ever experienced.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg", imageAlt: "elegant diner portrait soft lighting" }, - { id: "2", name: "Julian S.", date: "Sep 2023", title: "Culinary Critic", quote: "An absolute symphony of flavors. Pure luxury in every bite.", tag: "Critic", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg", imageAlt: "elegant diner portrait soft lighting" } + { id: "1", name: "Eleanor V.", date: "Oct 2023", title: "Food Connoisseur", quote: "The most impeccable attention to detail I have ever experienced.", tag: "Dining", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8828.jpg", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-red-cafe-interior-with-tiled-walls_181624-59785.jpg?_wi=2", imageAlt: "elegant diner portrait soft lighting" }, + { id: "2", name: "Julian S.", date: "Sep 2023", title: "Culinary Critic", quote: "An absolute symphony of flavors. Pure luxury in every bite.", tag: "Critic", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-coffee-cup_23-2149005429.jpg", imageSrc: "http://img.b2bpic.net/free-photo/stock-photo-contemporary-food-served-fashionable-plate-restaurant-healthy-veggie-rolls-with-sauces-served-plate_132075-8862.jpg?_wi=2", imageAlt: "elegant diner portrait soft lighting" } ]} title="Echoes of Perfection" description="Hear what our distinguished guests say about their dining experience." -- 2.49.1