Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 76f02d7bce | |||
| 4af5f605ae | |||
| 7b1fb0b491 | |||
| e5ab8eb9db | |||
| 9aa3000ade |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user