Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-04-27 13:30:10 +00:00
2 changed files with 22 additions and 22 deletions

View File

@@ -54,17 +54,17 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1334.jpg"},
imageSrc: "https://images.unsplash.com/photo-1486006920555-c77dcf18193b?auto=format&fit=crop&w=1200&q=80"},
{
imageSrc: "http://img.b2bpic.net/free-photo/worker-follows-car-checklist-fixing-tires_482257-75661.jpg"},
imageSrc: "https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1200&q=80"},
{
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-repairing-car-workshop_329181-11827.jpg"},
imageSrc: "https://images.unsplash.com/photo-1552930294-6b997561935c?auto=format&fit=crop&w=1200&q=80"},
{
imageSrc: "http://img.b2bpic.net/free-photo/engineer-inspects-car-overhead-lift_482257-76181.jpg"},
imageSrc: "https://images.unsplash.com/photo-1619642751034-7b55de315306?auto=format&fit=crop&w=1200&q=80"},
{
imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14042.jpg"},
imageSrc: "https://images.unsplash.com/photo-1530046339160-ce3e530c6d2f?auto=format&fit=crop&w=1200&q=80"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cars-lifting-maintenance-garage-service-station_627829-3956.jpg"},
imageSrc: "https://images.unsplash.com/photo-1503376780353-7e6692767b70?auto=format&fit=crop&w=1200&q=80"},
]}
/>
</div>
@@ -76,7 +76,7 @@ export default function LandingPage() {
{
type: "text", content: "Vrhunska automehaničarska stručnost"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1628.jpg", alt: "Autoservis Carmax radionica"},
type: "image", src: "https://images.unsplash.com/photo-1581092160607-ee22531fa799?auto=format&fit=crop&w=800&q=80", alt: "Autoservis Carmax radionica"},
]}
/>
</div>
@@ -114,11 +114,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: "http://img.b2bpic.net/free-photo/engineer-does-checkup-client-car_482257-76153.jpg", imageAlt: "Glavni serviser"},
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: "m2", title: "Specijalist za ovjes", subtitle: "Vulkanizer i optičar", detail: "Osigurava savršenu stabilnost vašeg vozila"},
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: "m3", title: "Servisni prijemi", subtitle: "Voditelj servisa", detail: "Vaša prva točka kontakta za sve upite"},
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"},
],
},
]}
@@ -136,13 +136,13 @@ export default function LandingPage() {
testimonials={[
{
id: "t1", name: "Ivan Horvat", role: "Klijent", company: "Redoviti korisnik", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-car_23-2150171223.jpg"},
imageSrc: "https://images.unsplash.com/photo-1568602471122-7832951cc4c5?auto=format&fit=crop&w=400&q=80"},
{
id: "t2", name: "Ivana Marković", role: "Vozač", company: "Zadovoljni klijent", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-traveling-with-her-car_23-2149077753.jpg"},
imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?auto=format&fit=crop&w=400&q=80"},
{
id: "t3", name: "Petar Kovač", role: "Vlasnik vozila", company: "Servisni klijent", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-auto-repairman-handshaking-with-customer-workshop_637285-8634.jpg"},
imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?auto=format&fit=crop&w=400&q=80"},
]}
title="Povjerenje naših klijenata"
description="Hvala vam na povjerenju koje nam ukazujete prepuštajući nam svoje vozilo na njegu."
@@ -165,7 +165,7 @@ export default function LandingPage() {
textarea={{
name: "poruka", placeholder: "Opis kvara ili tražena usluga...", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/customer-text-messaging-mobile-phone_1170-1372.jpg"
imageSrc="https://images.unsplash.com/photo-1549317661-bd32c8ce0db2?auto=format&fit=crop&w=1200&q=80"
/>
</div>
@@ -195,4 +195,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5faff;
--card: #f1f8ff;
--foreground: #001122;
--primary-cta: #15479c;
--background: #020617;
--card: #0f172a;
--foreground: #e2e8f0;
--primary-cta: #1d4ed8;
--primary-cta-text: #f6f0e9;
--secondary-cta: #ffffff;
--secondary-cta: #041633;
--secondary-cta-text: #2b180a;
--accent: #a8cce8;
--background-accent: #7ba3cf;
--accent: #2d30f3;
--background-accent: #1e293b;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);