From 7f7b9f1268455ae97e33548515a6df6b2bece3ff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:10:06 +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 34843a9..61a71e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { { value: "187+", title: "Reviews" }, { value: "00:00", title: "Closing Time" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=1" imageAlt="Bar Interior" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -89,7 +89,7 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={true} products={[ - { id: "p1", name: "Mojito", price: "300 MKD", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg" }, + { id: "p1", name: "Mojito", price: "300 MKD", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg?_wi=1" }, { id: "p2", name: "Whiskey Premium", price: "500 MKD", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-drink-tweezers_23-2148437024.jpg" }, { id: "p3", name: "Burger Vintage", price: "450 MKD", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg" }, { id: "p4", name: "Martini", price: "350 MKD", imageSrc: "http://img.b2bpic.net/free-photo/green-cocktail_23-2147795326.jpg" }, @@ -142,8 +142,8 @@ export default function LandingPage() { { id: "t1", name: "Elena K.", date: "Oct 2023", title: "Fantastic", quote: "Great cocktails & vibe!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-bangladeshi-man_53876-15105.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-transgender-posing_23-2149154638.jpg" }, { id: "t2", name: "Marko P.", date: "Sept 2023", title: "Perfect", quote: "Perfect place for a night out.", tag: "Visitor", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-joyful-smiling-young-woman-with-dark-short-hair-wearing-black-top-glasses-isolated-color-backgrounds_633478-1232.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-nightlife-party_23-2149220900.jpg" }, { id: "t3", name: "Sara D.", date: "Aug 2023", title: "Atmosphere", quote: "Loved the live music.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/gloomy-sullen-man-with-curly-hair-has-stubble-displeased-expression-expresses-negative-emotions-dressed-white-shirt_273609-17380.jpg", imageSrc: "http://img.b2bpic.net/free-photo/unknown-man-posing-with-blue-background-medium-shot_23-2149417616.jpg" }, - { id: "t4", name: "Ivan J.", date: "July 2023", title: "Service", quote: "Best bar in Kumanovo.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-mixed-race-dark-skinned-male-with-stubble-wears-hood_273609-8600.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg" }, - { id: "t5", name: "Ana M.", date: "June 2023", title: "Drinks", quote: "Top notch selection.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg" }, + { id: "t4", name: "Ivan J.", date: "July 2023", title: "Service", quote: "Best bar in Kumanovo.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-mixed-race-dark-skinned-male-with-stubble-wears-hood_273609-8600.jpg", imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg?_wi=2" }, + { id: "t5", name: "Ana M.", date: "June 2023", title: "Drinks", quote: "Top notch selection.", tag: "Guest", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-cool-young-black-man-with-curly-hair-has-cheerful-expression_273609-8605.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mojito-cocktail-rum-with-mint-lime-ice-straw-glass_141793-3665.jpg?_wi=2" }, ]} title="What Guests Say" description="Join our community of night owls." -- 2.49.1