Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-04 14:39:31 +00:00

View File

@@ -5,7 +5,7 @@ import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -148,16 +148,13 @@ export default function LandingPage() {
</div>
<div id="footer" data-section="footer">
<FooterSimple
columns={[
{ title: "Servis", items: [{ label: "Výměna spojky", href: "#services" }, { label: "Servis oleje", href: "#services" }, { label: "Diagnostika", href: "#services" }] },
{ title: "Kontakt", items: [{ label: "Tel: 244 468 934", href: "tel:244468934" }, { label: "Ledarska 238, Praha 4", href: "#contact" }] }
]}
bottomLeftText="© 2024 Autoopravna Novák Daniel"
bottomRightText="Poctivá práce bez zbytečných řečí."
<FooterLogoReveal
logoText="Autoopravna Novák Daniel"
leftLink={{ text: "Domů", href: "#nav" }}
rightLink={{ text: "Kontakt", href: "#contact" }}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}