From cf87d969284289700cdde5f46ab1270bf4ab1549 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 10:17:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6abf7fa..b163ab2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@aminao", testimonial: "The absolute pinnacle of dining in the city. Every bite is an experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-business-woman-streets-city_627829-3510.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-business-woman-streets-city_627829-3510.jpg?_wi=1", imageAlt: "elegant fine dining restaurant interior", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@chidibiz", testimonial: "Exquisite service and world-class food. A true gem of Jevinik.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fresh-meat-with-green-sauce-tomato_140725-9526.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-meat-with-green-sauce-tomato_140725-9526.jpg?_wi=1", imageAlt: "gourmet dish plating professional", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@sarahj", testimonial: "The flavors are authentic and the presentation is modern perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/fried-meatball-with-topped-with-white-cheese-with-herbs_141793-1185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meatball-with-topped-with-white-cheese-with-herbs_141793-1185.jpg?_wi=1", imageAlt: "signature beef steak gourmet plating", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@m_ade", testimonial: "A wonderful culinary journey. The atmosphere is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg?_wi=1", imageAlt: "fresh healthy gourmet salad plating", }, { @@ -92,7 +92,7 @@ export default function LandingPage() { handle: "@erossi", testimonial: "Simply the best fine dining spot in town. Truly unforgettable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=1", imageAlt: "gourmet fish fillet plate aesthetic", }, ]} @@ -102,7 +102,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-business-woman-streets-city_627829-3510.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stylish-african-american-business-woman-streets-city_627829-3510.jpg?_wi=2" imageAlt="Luxurious Jevinik dining experience" avatars={[ { @@ -137,7 +137,7 @@ export default function LandingPage() { description="At Jevinik, we believe every meal tells a story. From farm-fresh ingredients to meticulous preparation, our chefs elevate local flavors to international standards." subdescription="Our commitment to quality, warmth, and hospitality defines our legacy as a premier dining destination." icon={Utensils} - imageSrc="http://img.b2bpic.net/free-photo/fresh-meat-with-green-sauce-tomato_140725-9526.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fresh-meat-with-green-sauce-tomato_140725-9526.jpg?_wi=2" imageAlt="Signature culinary preparation" mediaAnimation="slide-up" /> @@ -157,7 +157,7 @@ export default function LandingPage() { price: "$45.00", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/fried-meatball-with-topped-with-white-cheese-with-herbs_141793-1185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-meatball-with-topped-with-white-cheese-with-herbs_141793-1185.jpg?_wi=2", }, { id: "p2", @@ -166,7 +166,7 @@ export default function LandingPage() { price: "$18.00", rating: 4, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/plate-green-vegetables-with-tomato-cucumber-radish-herbs_140725-8645.jpg?_wi=2", }, { id: "p3", @@ -175,7 +175,7 @@ export default function LandingPage() { price: "$38.00", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-squashes-designed-meal-inside-plate-dark-grey-space_140725-83767.jpg?_wi=2", }, { id: "p4", -- 2.49.1