Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-04-08 20:55:40 +00:00

View File

@@ -7,9 +7,8 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TextAbout from '@/components/sections/about/TextAbout';
import { Car, Wrench, Phone, MapPin, Clock } from "lucide-react";
import { Car, Wrench } from "lucide-react";
export default function LandingPage() {
return (
@@ -35,9 +34,6 @@ export default function LandingPage() {
{ name: "Kontakt", id: "contact" }
]}
brandName="Fabian Frank"
button={{
text: "0176 79240351", href: "tel:017679240351"
}}
/>
</div>
@@ -57,11 +53,10 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextAbout
title="Fachkompetenz in Ilsede"
description="Fabian Frank steht für ehrlichen Service, schnelle Terminvergabe und hohe Qualität. Als lokaler Partner für die Region sind wir Ihre erste Anlaufstelle für Reifenwechsel und allgemeine Fahrzeugwartung."
useInvertedBackground={true}
buttons={[
{ text: "Termin vereinbaren", href: "tel:017679240351" }
]}
useInvertedBackground={true}
/>
</div>
@@ -75,15 +70,24 @@ export default function LandingPage() {
features={[
{
title: "Reifenservice", description: "Fachgerechte Montage, Wuchten und Einlagerung.", icon: Wrench,
mediaItems: []
mediaItems: [
{ imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" },
{ imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" }
]
},
{
title: "Wohnmobil & Wohnwagen", description: "Spezialisierte Wartung und Vorbereitung für Ihre Reise.", icon: Car,
mediaItems: []
mediaItems: [
{ imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" },
{ imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" }
]
},
{
title: "Allgemeine Reparaturen", description: "Verschleißteilwechsel und Inspektionen nach Herstellervorgaben.", icon: Wrench,
mediaItems: []
mediaItems: [
{ imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" },
{ imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" }
]
}
]}
/>