From c7512d65b320c42098cb3a57a9b019fb86eec396 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 11:59:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6be630f..03ab6c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg?_wi=1", imageAlt: "Profesionalna avtomehanska delavnica" + imageSrc: "http://img.b2bpic.net/free-photo/garage-engineers-replace-vehicle-oil_482257-115297.jpg", imageAlt: "Profesionalna avtomehanska delavnica" } ]} mediaAnimation="blur-reveal" @@ -86,20 +86,20 @@ export default function LandingPage() { { id: 1, title: "Popravilo poškodb od toče", description: "Strokovna odpraba vseh vrst poškodb od toče z uporabo modernih tehnik in materialov.", buttons: [{ text: "Več informacij", href: "#" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-hand-with-foam-sponge-washing-car_1157-36587.jpg?_wi=1", imageAlt: "Popravilo poškodb od toče" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-hand-with-foam-sponge-washing-car_1157-36587.jpg?_wi=2", imageAlt: "Popravilo poškodb od toče" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/male-hand-with-foam-sponge-washing-car_1157-36587.jpg", imageAlt: "Popravilo poškodb od toče" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/male-hand-with-foam-sponge-washing-car_1157-36587.jpg", imageAlt: "Popravilo poškodb od toče" } }, { id: 2, title: "Cenitev škodnih primerov", description: "Natančna in nepristranska cenitev škode, primerna za zavarovalniške postopke.", buttons: [{ text: "Naročite cenitev", href: "#contact" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg?_wi=1", imageAlt: "Cenitev škodnih primerov" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg?_wi=2", imageAlt: "Cenitev škodnih primerov" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg", imageAlt: "Cenitev škodnih primerov" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg", imageAlt: "Cenitev škodnih primerov" } }, { id: 3, title: "Karoserijska popravila", description: "Profesionalna popravila karoserije, barvanja in obdelave za vse vrste vozil.", buttons: [{ text: "Preverite naš pristop", href: "#" }], - phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-gas-mask_23-2149714335.jpg?_wi=1", imageAlt: "Karoserijska popravila" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-gas-mask_23-2149714335.jpg?_wi=2", imageAlt: "Karoserijska popravila" } + phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-gas-mask_23-2149714335.jpg", imageAlt: "Karoserijska popravila" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-wearing-gas-mask_23-2149714335.jpg", imageAlt: "Karoserijska popravila" } } ]} showStepNumbers={true} @@ -122,7 +122,7 @@ export default function LandingPage() { { id: "step3", value: "3", description: "Popravilo vozila" }, { id: "step4", value: "4", description: "Prevzem vozila" } ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -187,7 +187,7 @@ export default function LandingPage() {