Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e61dc9e126 | |||
| f36609fd90 |
@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import { Wrench } from "lucide-react";
|
||||
import { Wrench, Facebook, Instagram, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -299,7 +299,7 @@ export default function LandingPage() {
|
||||
imageAlt="Dachdecker im Gespräch mit einem Kunden auf dem Dach"
|
||||
mediaAnimation="none"
|
||||
mediaPosition="right"
|
||||
buttonText="Nachricht senden"
|
||||
buttonText="Kostenloses Angebot anfordern"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -309,6 +309,11 @@ export default function LandingPage() {
|
||||
logoAlt="Trautmann Dachdeckermeisterbetrieb Logo"
|
||||
logoText="Trautmann Dachdeckermeisterbetrieb"
|
||||
copyrightText="© 2024 Trautmann Dachdeckermeisterbetrieb. Alle Rechte vorbehalten."
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Linkedin, href: "#", ariaLabel: "LinkedIn" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user