Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa7c9b8ec2 | |||
| 590f7e3980 | |||
| cfbc1abfc2 | |||
| 51649e0b3d | |||
| 2271c4b95c | |||
| 69aef659e4 |
@@ -10,6 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import { CheckCircle, Facebook, HelpCircle, Phone, Shield, Smartphone, Star, Wrench } from "lucide-react";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -216,6 +217,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="AutoService Rhön"
|
||||
copyrightText="© 2025 AutoService Rhön"
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user