Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-13 21:17:59 +00:00

View File

@@ -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>
);
}