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