Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aa7c9b8ec2 | |||
| 590f7e3980 | |||
| cfbc1abfc2 | |||
| 51649e0b3d | |||
| 2271c4b95c | |||
| 69aef659e4 | |||
| 841caaf69f | |||
| 7e7ddec5b7 | |||
| 06bf69562c | |||
| 9522c1267a | |||
| e1056ce49e |
@@ -9,8 +9,8 @@ import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
|
|||||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
|
||||||
import { CheckCircle, Facebook, HelpCircle, Phone, Shield, Smartphone, Star, Wrench } from "lucide-react";
|
import { CheckCircle, Facebook, HelpCircle, Phone, Shield, Smartphone, Star, Wrench } from "lucide-react";
|
||||||
|
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -221,10 +221,9 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="AutoService Rhön"
|
logoText="AutoService Rhön"
|
||||||
copyrightText="© 2025 AutoService Rhön | Industriestraße 8, 97616 Bad Neustadt | 09771 123456"
|
copyrightText="© 2025 AutoService Rhön"
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Folgen Sie uns auf Facebook" },
|
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||||
{ icon: Smartphone, href: "tel:09771123456", ariaLabel: "Rufen Sie uns an" },
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user