From 7c92d346a6d4ad2673a9d223435457df0d919272 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 08:27:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67a5ca2..7cda3da 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -146,22 +146,22 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Apple", name: "iPhone 15", price: "999€", rating: 5, - reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/blur-hospital-clinic-interior_1203-8631.jpg"}, + reviewCount: "12", imageSrc: "https://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722663.jpg?id=62533017"}, { id: "p2", brand: "Samsung", name: "Galaxy S23", price: "899€", rating: 4, - reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/closeup-man-showing-empty-smartphone-screen_1262-17316.jpg"}, + reviewCount: "8", imageSrc: "https://img.b2bpic.net/premium-psd/galaxy-s22-ultra-set-mockup_1332-46586.jpg?id=54078307"}, { id: "p3", brand: "Xiaomi", name: "Redmi Note 12", price: "299€", rating: 4, - reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/female-with-phone-shopping-bags_23-2147932441.jpg"}, + reviewCount: "15", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnMw9XeWL665Pl7CDFVYK0u585/uploaded-1777019032567-snypxk13.png"}, { id: "p4", brand: "Apple", name: "iPhone 14", price: "799€", rating: 5, - reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/two-indians-mans-customer-buyer-mobile-phone-making-selfie-by-monopod-stick-south-asian-peoples-technologies-concept-cellphone-shop_627829-1266.jpg"}, + reviewCount: "20", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnMw9XeWL665Pl7CDFVYK0u585/uploaded-1777019078445-9kwl4thl.png"}, { id: "p5", brand: "Samsung", name: "Galaxy A54", price: "399€", rating: 4, - reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/smartphone-bokeh-background_23-2147983809.jpg"}, + reviewCount: "10", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnMw9XeWL665Pl7CDFVYK0u585/uploaded-1777019124857-s2hced6c.png"}, { id: "p6", brand: "Google", name: "Pixel 7", price: "599€", rating: 5, - reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-8213.jpg"}, + reviewCount: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnMw9XeWL665Pl7CDFVYK0u585/uploaded-1777019171595-6lvl0ufu.png"}, ]} title="Ponuda telefona" description="Najnoviji modeli po najboljim cenama." @@ -175,7 +175,7 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", value: "1000+", title: "Popravljenih telefona", description: "Iskustvo koje garantuje sigurnost.", imageSrc: "http://img.b2bpic.net/free-photo/view-tiny-music-boxes-collection_23-2150545673.jpg"}, + id: "m1", value: "1000+", title: "Popravljenih telefona", description: "Iskustvo koje garantuje sigurnost.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CnMw9XeWL665Pl7CDFVYK0u585/uploaded-1777018801749-iojd5cp8.png"}, { id: "m2", value: "37", title: "Recenzija", description: "Zadovoljni korisnici.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-with-pliers-check-motherboard_1161-89.jpg"}, { -- 2.49.1