From b7a9d6a27d084313be75dbe8cc79d326eacbf34f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 13:33:59 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 40 +++++++++++++++++----------------------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6bbf4f9..c91be14 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,24 +47,18 @@ export default function LandingPage() { background={{ variant: "sparkles-gradient"}} title="Autoservis Carmax Rijeka" - description="Vaše vozilo zaslužuje stručnu brigu. Pouzdan automehaničarski servis s tradicijom i predanošću poslu." + description="Vaše vozilo zaslužuje stručnu brigu. Kontaktirajte nas: 091 548 3218. Pouzdan automehaničarski servis s tradicijom i predanošću poslu." buttons={[ { text: "Rezervirajte termin", href: "#contact"}, ]} mediaItems={[ - { - imageSrc: "https://images.unsplash.com/photo-1486006920555-c77dcf18193b?auto=format&fit=crop&w=1200&q=80"}, - { - imageSrc: "https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1200&q=80"}, - { - imageSrc: "https://images.unsplash.com/photo-1552930294-6b997561935c?auto=format&fit=crop&w=1200&q=80"}, - { - imageSrc: "https://images.unsplash.com/photo-1619642751034-7b55de315306?auto=format&fit=crop&w=1200&q=80"}, - { - imageSrc: "https://images.unsplash.com/photo-1530046339160-ce3e530c6d2f?auto=format&fit=crop&w=1200&q=80"}, - { - imageSrc: "https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=80"}, + { imageSrc: "" }, + { imageSrc: "" }, + { imageSrc: "" }, + { imageSrc: "" }, + { imageSrc: "" }, + { imageSrc: "" }, ]} /> @@ -76,7 +70,7 @@ export default function LandingPage() { { type: "text", content: "Vrhunska automehaničarska stručnost"}, { - type: "image", src: "https://images.unsplash.com/photo-1581092160607-ee22531fa799?auto=format&fit=crop&w=800&q=80", alt: "Autoservis Carmax radionica"}, + type: "image", src: "", alt: "Autoservis Carmax radionica"}, ]} /> @@ -101,7 +95,7 @@ export default function LandingPage() { }, ]} title="Naše automehaničarske usluge" - description="Specijalizirani servis za sve marke vozila s fokusom na sigurnost i dugotrajnost vašeg automobila." + description="Specijalizirani servis za sve marke vozila s fokusom na sigurnost i dugotrajnost vašeg automobila. Nazovite nas na 091 548 3218." /> @@ -114,11 +108,11 @@ export default function LandingPage() { { id: "g1", groupTitle: "Naši servisni savjetnici i mehaničari", members: [ { - id: "m1", title: "Glavni serviser", subtitle: "Specijalist za motore", detail: "Stručnjak za vrhunske performanse vozila", imageSrc: "https://images.unsplash.com/photo-1532746734795-022631d87e07?auto=format&fit=crop&w=600&q=80", imageAlt: "Glavni serviser"}, + id: "m1", title: "Glavni serviser", subtitle: "Specijalist za motore", detail: "Stručnjak za vrhunske performanse vozila", imageSrc: "" }, { - id: "m2", title: "Specijalist za ovjes", subtitle: "Vulkanizer i optičar", detail: "Osigurava savršenu stabilnost vašeg vozila", imageSrc: "https://images.unsplash.com/photo-1613214181057-0a25785002a2?auto=format&fit=crop&w=600&q=80"}, + id: "m2", title: "Specijalist za ovjes", subtitle: "Vulkanizer i optičar", detail: "Osigurava savršenu stabilnost vašeg vozila", imageSrc: "" }, { - id: "m3", title: "Servisni prijemi", subtitle: "Voditelj servisa", detail: "Vaša prva točka kontakta za sve upite", imageSrc: "https://images.unsplash.com/photo-1559136555-9303baea8ebd?auto=format&fit=crop&w=600&q=80"}, + id: "m3", title: "Servisni prijemi", subtitle: "Voditelj servisa", detail: "Vaša prva točka kontakta za sve upite: 091 548 3218", imageSrc: "" }, ], }, ]} @@ -136,13 +130,13 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Ivan Horvat", role: "Klijent", company: "Redoviti korisnik", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1568602471122-7832951cc4c5?auto=format&fit=crop&w=400&q=80"}, + imageSrc: "" }, { id: "t2", name: "Ivana Marković", role: "Vozač", company: "Zadovoljni klijent", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?auto=format&fit=crop&w=400&q=80"}, + imageSrc: "" }, { id: "t3", name: "Petar Kovač", role: "Vlasnik vozila", company: "Servisni klijent", rating: 5, - imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=400&q=80"}, + imageSrc: "" }, ]} title="Povjerenje naših klijenata" description="Hvala vam na povjerenju koje nam ukazujete prepuštajući nam svoje vozilo na njegu." @@ -165,7 +159,7 @@ export default function LandingPage() { textarea={{ name: "poruka", placeholder: "Opis kvara ili tražena usluga...", rows: 4, }} - imageSrc="https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1200&q=80" + imageSrc="" /> @@ -195,4 +189,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +} -- 2.49.1 From dd19bc0583f78f8c8fe1153989ae414248eafa99 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 13:34:00 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 415d05c..b82652e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #020617; - --card: #0f172a; - --foreground: #e2e8f0; - --primary-cta: #1d4ed8; + --background: #0b1625; + --card: #122036; + --foreground: #e0e7f1; + --primary-cta: #2a5c8e; --primary-cta-text: #f6f0e9; - --secondary-cta: #041633; + --secondary-cta: #173454; --secondary-cta-text: #2b180a; - --accent: #2d30f3; - --background-accent: #1e293b; + --accent: #4a8ac7; + --background-accent: #1a3a5e; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1