Merge version_2 into main #2
@@ -6,12 +6,10 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { CheckCircle, Clock, MessageCircle, DollarSign, Wrench } from "lucide-react";
|
||||
import { CheckCircle, Clock, MessageCircle, DollarSign } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -69,6 +67,7 @@ export default function LandingPage() {
|
||||
{ id: "r4", value: "Osobný", title: "Prístup", description: "Individuálny prístup ku každému", icon: MessageCircle },
|
||||
]}
|
||||
title="Vždy spoľahlivý partner"
|
||||
description="Naša kvalita je podložená spokojnosťou zákazníkov."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,6 +94,7 @@ export default function LandingPage() {
|
||||
{ title: "Férové ceny", description: "Kvalita bez predraženia", imageSrc: "https://img.b2bpic.net/free-photo/price-tag-concept_23-2149176689.jpg" },
|
||||
]}
|
||||
title="Prečo zákazníci chodia k nám"
|
||||
description="Sme lídrom v oblasti predaja autodielov v regióne."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -108,6 +108,7 @@ export default function LandingPage() {
|
||||
{ title: "Diely na objednávku", description: "Nemáme na sklade? Zabezpečíme pre vás akýkoľvek diel.", imageSrc: "https://img.b2bpic.net/free-photo/delivery-service_23-2149176689.jpg" },
|
||||
]}
|
||||
title="Čo u nás vybavíte"
|
||||
description="Komplexné riešenia pre váš vozový park."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -121,6 +122,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Čo potrebujete zohnať?" }}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/phone-call-customer-service_23-2148842600.jpg"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user