Merge version_5 into main #6
@@ -9,7 +9,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { CheckCircle, Clock, MessageCircle, DollarSign, Zap, ShieldCheck, Wrench, Truck } from "lucide-react";
|
||||
import { Zap, ShieldCheck, Wrench, Truck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -98,7 +98,7 @@ export default function LandingPage() {
|
||||
{ icon: Wrench, title: "Podvozkové časti", description: "Brzdy, ramená, tlmiče skladom aj na objednávku." },
|
||||
{ icon: Zap, title: "Motorové oleje a filtre", description: "Široký sortiment pre všetky značky osobných áut." },
|
||||
{ icon: Truck, title: "Dodávkové diely", description: "Špeciálne diely pre úžitkové vozidlá a dodávky." },
|
||||
{ icon: CheckCircle, title: "Diagnostika", description: "Poradenstvo pri výbere správneho dielu pre vaše VIN." },
|
||||
{ icon: Zap, title: "Diagnostika", description: "Poradenstvo pri výbere správneho dielu pre vaše VIN." },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,12 +135,14 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="APR-Autodiely"
|
||||
columns={[
|
||||
{ title: "Navigácia", items: [{ label: "Domov", href: "#hero" }, { label: "Služby", href: "#services" }] },
|
||||
{ title: "Podpora", items: [{ label: "Kontakt", href: "#contact" }, { label: "Zavolať", href: "tel:+421000000000" }] },
|
||||
{ title: "Informácie", items: [{ label: "O nás", href: "#" }, { label: "Obchodné podmienky", href: "#" }] },
|
||||
{ title: "Služby", items: [{ label: "Diagnostika", href: "#services" }, { label: "Doprava", href: "#services" }] },
|
||||
{ title: "Kontakt", items: [{ label: "Email: info@apr-autodiely.sk", href: "mailto:info@apr-autodiely.sk" }, { label: "Tel: +421 900 000 000", href: "tel:+421900000000" }] },
|
||||
]}
|
||||
copyrightText="© 2025 APR-Autodiely. Všetky práva vyhradené."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user