From b0aa25ee0e4bc9a70a9334aca466c6ac7ef5f7ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:06:16 +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 280c7b5..7ffe6fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { id: "m2", value: "24h", title: "Brzi termini", items: ["Fleksibilan dogovor", "Rad vikendom", "Brza reakcija"], }, { - id: "m3", value: "100% Zadovoljstvo", title: "Rezultati odmah", items: ["Uklanjanje fleka", "Neutralizacija mirisa", "Potpuna higijena"], + id: "m3", value: "100% Zadovoljstvo", title: "100% Zadovoljstvo", items: ["Uklanjanje fleka", "Neutralizacija mirisa", "Potpuna higijena"], }, ]} title="Zašto odabrati DP Cleaning?" @@ -127,15 +127,15 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "auto", price: "od 30 €", name: "Dubinsko čišćenje auta", buttons: [{ text: "Zakaži", href: "#contact" }], + id: "auto", price: "od 3000 RSD", name: "Dubinsko čišćenje auta", buttons: [{ text: "Zakaži", href: "#contact" }], features: ["Sjedišta", "Tapacirung", "Dubinsko usisavanje"], }, { - id: "sofa", price: "od 40 €", name: "Ugaona garnitura", buttons: [{ text: "Zakaži", href: "#contact" }], + id: "sofa", price: "od 1000 RSD", name: "Ugaona garnitura", buttons: [{ text: "Zakaži", href: "#contact" }], features: ["Uklanjanje fleka", "Antialergijski tretman", "Brzo sušenje"], }, { - id: "carpet", price: "od 5 €/m²", name: "Tepisi i itisoni", buttons: [{ text: "Zakaži", href: "#contact" }], + id: "carpet", price: "od 500 RSD/m²", name: "Tepisi i itisoni", buttons: [{ text: "Zakaži", href: "#contact" }], features: ["Dubinsko pranje vlakana", "Dezinfekcija", "Uklanjanje prašine"], }, ]} -- 2.49.1