Update src/app/page.tsx

This commit is contained in:
2026-03-10 15:25:26 +00:00
parent a9acb49cbb
commit b74c33cd66

View File

@@ -4,7 +4,6 @@ import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import ContactCTA from "@/components/sections/contact/ContactCTA";
@@ -37,9 +36,7 @@ export default function HomePage() {
brandName="Franke & Twiehaus"
navItems={navItems}
button={{
text: "Jetzt anrufen",
href: "tel:+49591123456",
}}
text: "Jetzt anrufen", href: "tel:+49591123456"}}
/>
</div>
@@ -52,49 +49,26 @@ export default function HomePage() {
tagAnimation="slide-up"
buttons={[
{
text: "Jetzt anrufen",
href: "tel:+49591123456",
},
text: "Jetzt anrufen", href: "tel:+49591123456"},
{
text: "Termin anfragen",
href: "/kontakt",
},
text: "Termin anfragen", href: "/kontakt"},
]}
buttonAnimation="slide-up"
background={{
variant: "aurora",
}}
variant: "aurora"}}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/two-guys-talking-about-work-work-garage-near-truck-transfer-documents-with-goods_1157-46506.jpg?_wi=1",
imageAlt: "Unimog Werkstatt Lingen",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/two-guys-talking-about-work-work-garage-near-truck-transfer-documents-with-goods_1157-46506.jpg", imageAlt: "Unimog Werkstatt Lingen"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg?_wi=1",
imageAlt: "Unimog Reparatur Service",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/male-mechanics-working-together-car-shop_23-2150376986.jpg", imageAlt: "Unimog Reparatur Service"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-astronaut-reviewing-spacecraft-metrics-tablet_482257-126219.jpg?_wi=1",
imageAlt: "Nutzfahrzeug Wartung",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/close-up-astronaut-reviewing-spacecraft-metrics-tablet_482257-126219.jpg", imageAlt: "Nutzfahrzeug Wartung"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg?_wi=1",
imageAlt: "Diagnose und Fehleranalyse",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11875.jpg", imageAlt: "Diagnose und Fehleranalyse"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738017.jpg?_wi=1",
imageAlt: "Inspektion und Wartung",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149738017.jpg", imageAlt: "Inspektion und Wartung"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-helmet-medium-shot_23-2149214246.jpg?_wi=1",
imageAlt: "Ersatzteile und Zubehör",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-helmet-medium-shot_23-2149214246.jpg", imageAlt: "Ersatzteile und Zubehör"},
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -109,7 +83,7 @@ export default function HomePage() {
description="Über 30 Jahre Erfahrung"
subdescription="Service in Lingen, Emsland"
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/handsome-stylish-redhead-worker-cleaning-his-dirty-hands-after-repairing-working-workshop_613910-19673.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/handsome-stylish-redhead-worker-cleaning-his-dirty-hands-after-repairing-working-workshop_613910-19673.jpg"
imageAlt="Franke & Twiehaus Team"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -127,41 +101,17 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Hans Müller",
handle: "Bauunternehmen Müller",
testimonial: "Die Arbeit wird hier zügig und genau erledigt. Wir bringen alle unsere Fahrzeuge hierher.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-showing-thumbs-up-standing-grey-wall_231208-8696.jpg?_wi=1",
imageAlt: "Hans Müller",
},
id: "1", name: "Hans Müller", handle: "Bauunternehmen Müller", testimonial: "Die Arbeit wird hier zügig und genau erledigt. Wir bringen alle unsere Fahrzeuge hierher.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-showing-thumbs-up-standing-grey-wall_231208-8696.jpg", imageAlt: "Hans Müller"},
{
id: "2",
name: "Frank Lehmann",
handle: "Landwirtschaftsbetrieb Lehmann",
testimonial: "Top Beratung und Abwicklung der Reparaturen. Schnell, kompetent und freundlich.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-standing-wheat-field_23-2148233466.jpg?_wi=1",
imageAlt: "Frank Lehmann",
},
id: "2", name: "Frank Lehmann", handle: "Landwirtschaftsbetrieb Lehmann", testimonial: "Top Beratung und Abwicklung der Reparaturen. Schnell, kompetent und freundlich.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-standing-wheat-field_23-2148233466.jpg", imageAlt: "Frank Lehmann"},
{
id: "3",
name: "Klaus Schmidt",
handle: "Schmidt Logistik GmbH",
testimonial: "Service, Reparatur und Freundlichkeit des Personals alles bestens. Sehr empfehlenswert.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-employee_1098-1210.jpg?_wi=1",
imageAlt: "Klaus Schmidt",
},
id: "3", name: "Klaus Schmidt", handle: "Schmidt Logistik GmbH", testimonial: "Service, Reparatur und Freundlichkeit des Personals alles bestens. Sehr empfehlenswert.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-employee_1098-1210.jpg", imageAlt: "Klaus Schmidt"},
{
id: "4",
name: "Bernd Wagner",
handle: "Stadt Lingen Fuhrpark",
testimonial: "Zuverlässig, professionell und immer pünktlich. Die beste Werkstatt in der Region.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/i-just-got-out-office-go-meeting_329181-15209.jpg?_wi=1",
imageAlt: "Bernd Wagner",
},
id: "4", name: "Bernd Wagner", handle: "Stadt Lingen Fuhrpark", testimonial: "Zuverlässig, professionell und immer pünktlich. Die beste Werkstatt in der Region.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/i-just-got-out-office-go-meeting_329181-15209.jpg", imageAlt: "Bernd Wagner"},
]}
/>
</div>
@@ -174,17 +124,12 @@ export default function HomePage() {
description="Kontaktieren Sie uns jetzt für eine Beratung oder um einen Termin zu vereinbaren. Wir kümmern uns um Ihre Nutzfahrzeuge."
buttons={[
{
text: "Jetzt anrufen",
href: "tel:+49591123456",
},
text: "Jetzt anrufen", href: "tel:+49591123456"},
{
text: "Termin anfragen",
href: "/kontakt",
},
text: "Termin anfragen", href: "/kontakt"},
]}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
useInvertedBackground={false}
/>
</div>
@@ -193,13 +138,9 @@ export default function HomePage() {
<FooterLogoReveal
logoText="Franke & Twiehaus"
leftLink={{
text: "Datenschutz",
href: "#",
}}
text: "Datenschutz", href: "#"}}
rightLink={{
text: "Impressum",
href: "#",
}}
text: "Impressum", href: "#"}}
/>
</div>
</ThemeProvider>