Merge version_2 into main #2
143
src/app/page.tsx
143
src/app/page.tsx
@@ -9,7 +9,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import { Wrench, Building2, CheckCircle, Phone } from "lucide-react";
|
||||
import { Wrench, Building2, CheckCircle, Phone, MapPin, Briefcase } from "lucide-react";
|
||||
|
||||
export default function HomePage() {
|
||||
const navItems = [
|
||||
@@ -19,6 +19,24 @@ export default function HomePage() {
|
||||
{ name: "Kontakt", id: "/kontakt" },
|
||||
];
|
||||
|
||||
const structuredData = {
|
||||
"@context": "https://schema.org", "@type": "LocalBusiness", "name": "Franke & Twiehaus", "description": "Zuverlässiger Unimog und Nutzfahrzeug Service in Lingen, Emsland", "image": "http://img.b2bpic.net/free-photo/handsome-stylish-redhead-worker-cleaning-his-dirty-hands-after-repairing-working-workshop_613910-19673.jpg?_wi=1", "address": {
|
||||
"@type": "PostalAddress", "streetAddress": "Lingen, Emsland", "addressLocality": "Lingen", "addressRegion": "Niedersachsen", "postalCode": "", "addressCountry": "DE"
|
||||
},
|
||||
"telephone": "+49591123456", "url": "https://franke-twiehaus.de", "priceRange": "$$", "areaServed": {
|
||||
"@type": "City", "name": "Lingen"
|
||||
},
|
||||
"serviceArea": {
|
||||
"@type": "City", "name": "Lingen, Emsland, Niedersachsen"
|
||||
},
|
||||
"sameAs": [
|
||||
"https://www.google.com/maps", "https://www.facebook.com"
|
||||
],
|
||||
"knowsAbout": [
|
||||
"Unimog Service", "Unimog Reparatur", "Nutzfahrzeug Wartung", "Nutzfahrzeug Service", "LKW Reparatur", "Mercedes-Benz Unimog"
|
||||
]
|
||||
};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -32,69 +50,49 @@ export default function HomePage() {
|
||||
secondaryButtonStyle="solid"
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<script
|
||||
type="application/ld+json"
|
||||
dangerouslySetInnerHTML={{ __html: JSON.stringify(structuredData) }}
|
||||
/>
|
||||
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Franke & Twiehaus"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+49591123456",
|
||||
}}
|
||||
text: "Jetzt anrufen", href: "tel:+49591123456"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Unimog & Nutzfahrzeug Service in Lingen"
|
||||
description="Zuverlässige Wartung, Reparatur und Service für Unimog und Nutzfahrzeuge. Professionelle Diagnostik und Ersatzteile für Ihr Vertrauen."
|
||||
description="Zuverlässige Wartung, Reparatur und Service für Unimog und Nutzfahrzeuge in Lingen, Emsland. Professionelle Diagnostik und Ersatzteile für Ihr Vertrauen. Servicegebiet: Lingen und Umgebung."
|
||||
tag="Zuverlässiger Service"
|
||||
tagIcon={Wrench}
|
||||
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?_wi=1", 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?_wi=1", 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?_wi=1", 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?_wi=1", 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?_wi=1", 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?_wi=1", imageAlt: "Ersatzteile und Zubehör"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -106,9 +104,9 @@ export default function HomePage() {
|
||||
tag="Über Uns"
|
||||
tagIcon={Building2}
|
||||
title="Franke & Twiehaus – Ihr zuverlässiger Partner für Unimog und Nutzfahrzeug Service"
|
||||
description="Über 30 Jahre Erfahrung"
|
||||
subdescription="Service in Lingen, Emsland"
|
||||
icon={CheckCircle}
|
||||
description="Über 30 Jahre Erfahrung in Lingen und Umgebung"
|
||||
subdescription="Service in Lingen, Emsland. Wir bedienen die gesamte Region und sind Ihr Ansprechpartner für Unimog-, LKW- und Nutzfahrzeug-Reparaturen vor Ort."
|
||||
icon={MapPin}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/handsome-stylish-redhead-worker-cleaning-his-dirty-hands-after-repairing-working-workshop_613910-19673.jpg?_wi=1"
|
||||
imageAlt="Franke & Twiehaus Team"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -119,7 +117,7 @@ export default function HomePage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
title="Was unsere Kunden sagen"
|
||||
description="Vertrauen durch Qualität und Zuverlässigkeit"
|
||||
description="Vertrauen durch Qualität und Zuverlässigkeit in Lingen und der Umgebung"
|
||||
tag="Kundenbewertungen"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -127,41 +125,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 - Lingen", 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: "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 - Emsland", 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: "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 - Lingen", 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: "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?_wi=1", imageAlt: "Bernd Wagner"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -170,21 +144,16 @@ export default function HomePage() {
|
||||
<ContactCTA
|
||||
tag="Kontakt"
|
||||
tagIcon={Phone}
|
||||
title="Bereit für professionellen Service?"
|
||||
description="Kontaktieren Sie uns jetzt für eine Beratung oder um einen Termin zu vereinbaren. Wir kümmern uns um Ihre Nutzfahrzeuge."
|
||||
title="Bereit für professionellen Service in Lingen?"
|
||||
description="Kontaktieren Sie uns jetzt für eine Beratung oder um einen Termin zu vereinbaren. Wir kümmern uns um Ihre Nutzfahrzeuge in Lingen und Umgebung."
|
||||
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 +162,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>
|
||||
|
||||
Reference in New Issue
Block a user