Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
205
src/app/page.tsx
205
src/app/page.tsx
@@ -33,65 +33,36 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Glanzwerk Autopflege"
|
brandName="Glanzwerk Autopflege"
|
||||||
button={{
|
button={{
|
||||||
text: "+49 176 62340326",
|
text: "+49 176 62340326", href: "tel:+4917662340326"}}
|
||||||
href: "tel:+4917662340326",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroSplitDualMedia
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Premium Car Detailing in Berlin"
|
title="Premium Car Detailing in Berlin"
|
||||||
description="Give your car the showroom shine it deserves. Professional, fast, and high-quality detailing services."
|
description="Give your car the showroom shine it deserves. Professional, fast, and high-quality detailing services."
|
||||||
tag="Trusted Local Service"
|
tag="Trusted Local Service"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book Now",
|
text: "Book Now", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg", imageAlt: "Professional car cleaning"},
|
||||||
imageAlt: "Professional car cleaning",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193555.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193555.jpg", imageAlt: "Detailing equipment"}
|
||||||
imageAlt: "Detailing equipment",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-36588.jpg",
|
|
||||||
imageAlt: "Man polish a car in a garage",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194141.jpg",
|
|
||||||
imageAlt: "Close up of person cleaning car exterior",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212219.jpg",
|
|
||||||
imageAlt: "Beautiful car at washing service",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
rating={5}
|
rating={5}
|
||||||
@@ -107,7 +78,7 @@ export default function LandingPage() {
|
|||||||
title="Expert Care for Your Vehicle"
|
title="Expert Care for Your Vehicle"
|
||||||
description="Located in Anhaltinerstraße 27, Berlin, we take pride in delivering mirror-like finishes and affordable service."
|
description="Located in Anhaltinerstraße 27, Berlin, we take pride in delivering mirror-like finishes and affordable service."
|
||||||
subdescription="Our team uses professional techniques to ensure your car stays in peak condition."
|
subdescription="Our team uses professional techniques to ensure your car stays in peak condition."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-his-car-carwash_1303-27485.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/young-man-washing-his-car-carwash_1303-27485.jpg"
|
||||||
tagIcon={Info}
|
tagIcon={Info}
|
||||||
icon={ShieldCheck}
|
icon={ShieldCheck}
|
||||||
imageAlt="Professional service technician cleaning car"
|
imageAlt="Professional service technician cleaning car"
|
||||||
@@ -122,19 +93,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Interior Cleaning",
|
title: "Interior Cleaning", description: "Deep cleaning of carpets, upholstery, and dashboard.", icon: Sparkles,
|
||||||
description: "Deep cleaning of carpets, upholstery, and dashboard.",
|
|
||||||
icon: Sparkles,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Exterior Polishing",
|
title: "Exterior Polishing", description: "Mirror-like finish for your car's exterior paint.", icon: Car,
|
||||||
description: "Mirror-like finish for your car's exterior paint.",
|
|
||||||
icon: Car,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Engine Detailing",
|
title: "Engine Detailing", description: "Keeping your engine clean and running smoothly.", icon: Zap,
|
||||||
description: "Keeping your engine clean and running smoothly.",
|
|
||||||
icon: Zap,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Our Services"
|
title="Our Services"
|
||||||
@@ -149,39 +114,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "basic",
|
id: "basic", badge: "Essential", price: "€89", subtitle: "Basic exterior wash and vacuum", buttons: [
|
||||||
badge: "Essential",
|
|
||||||
price: "€89",
|
|
||||||
subtitle: "Basic exterior wash and vacuum",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Select",
|
text: "Select", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Exterior Hand Wash",
|
"Exterior Hand Wash", "Tire Shine", "Basic Interior Vacuum"],
|
||||||
"Tire Shine",
|
|
||||||
"Basic Interior Vacuum",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "premium",
|
id: "premium", badge: "Popular", price: "€149", subtitle: "Full detailing service", buttons: [
|
||||||
badge: "Popular",
|
|
||||||
price: "€149",
|
|
||||||
subtitle: "Full detailing service",
|
|
||||||
buttons: [
|
|
||||||
{
|
{
|
||||||
text: "Select",
|
text: "Select", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
features: [
|
features: [
|
||||||
"Exterior Wash & Wax",
|
"Exterior Wash & Wax", "Full Interior Deep Clean", "Window Cleaning", "Engine Bay Rinse"],
|
||||||
"Full Interior Deep Clean",
|
|
||||||
"Window Cleaning",
|
|
||||||
"Engine Bay Rinse",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Affordable Detailing Packages"
|
title="Affordable Detailing Packages"
|
||||||
@@ -195,60 +141,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Ahsan Raza", date: "2 months ago", title: "Car Enthusiast", quote: "My car is shining in places I didn't even know could shine! The finish is absolutely mirror-like.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg", imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg", imageAlt: "smiling customer portrait"},
|
||||||
name: "Ahsan Raza",
|
|
||||||
date: "2 months ago",
|
|
||||||
title: "Car Enthusiast",
|
|
||||||
quote: "My car is shining in places I didn't even know could shine! The finish is absolutely mirror-like.",
|
|
||||||
tag: "5 stars",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13337.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-interior-brown-black-colors_181624-31177.jpg?_wi=2",
|
|
||||||
imageAlt: "smiling customer portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Redzic Selma", date: "2 months ago", title: "Local Guide", quote: "I am extremely satisfied with the car detailing service: everything was absolutely perfect!", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193555.jpg", imageAlt: "smiling customer portrait"},
|
||||||
name: "Redzic Selma",
|
|
||||||
date: "2 months ago",
|
|
||||||
title: "Local Guide",
|
|
||||||
quote: "I am extremely satisfied with the car detailing service: everything was absolutely perfect!",
|
|
||||||
tag: "5 stars",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-lady-black-jacket-posing-isolated-background-happy-cheerful-woman-dark-suit-laughing-looking-into-camera_197531-18513.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193555.jpg?_wi=2",
|
|
||||||
imageAlt: "smiling customer portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Christian S.", date: "2 months ago", title: "Local Guide", quote: "Super fast, excellent service, friendly and polite. Value for money is top-notch.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27340.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-his-car-carwash_1303-27485.jpg", imageAlt: "smiling customer portrait"},
|
||||||
name: "Christian S.",
|
|
||||||
date: "2 months ago",
|
|
||||||
title: "Local Guide",
|
|
||||||
quote: "Super fast, excellent service, friendly and polite. Value for money is top-notch.",
|
|
||||||
tag: "5 stars",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27340.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-his-car-carwash_1303-27485.jpg?_wi=2",
|
|
||||||
imageAlt: "smiling customer portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Max M.", date: "1 month ago", title: "Regular Customer", quote: "Truly the best detailing service in Berlin. Professional and trustworthy.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", imageAlt: "smiling customer portrait"},
|
||||||
name: "Max M.",
|
|
||||||
date: "1 month ago",
|
|
||||||
title: "Regular Customer",
|
|
||||||
quote: "Truly the best detailing service in Berlin. Professional and trustworthy.",
|
|
||||||
tag: "5 stars",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
|
||||||
imageAlt: "smiling customer portrait",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Sarah W.", date: "3 months ago", title: "Client", quote: "Very friendly staff and excellent attention to detail. Highly recommend.", tag: "5 stars", avatarSrc: "http://img.b2bpic.net/free-vector/pressure-washing-logo-template_23-2149208947.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xg7oio", imageAlt: "smiling customer portrait"},
|
||||||
name: "Sarah W.",
|
|
||||||
date: "3 months ago",
|
|
||||||
title: "Client",
|
|
||||||
quote: "Very friendly staff and excellent attention to detail. Highly recommend.",
|
|
||||||
tag: "5 stars",
|
|
||||||
avatarSrc: "http://img.b2bpic.net/free-vector/pressure-washing-logo-template_23-2149208947.jpg",
|
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xg7oio",
|
|
||||||
imageAlt: "smiling customer portrait",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="What Our Clients Say"
|
title="What Our Clients Say"
|
||||||
description="Trusted by car enthusiasts in Berlin."
|
description="Trusted by car enthusiasts in Berlin."
|
||||||
@@ -260,20 +161,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", title: "How long does a detailing take?", content: "Usually 2-4 hours depending on the service level."},
|
||||||
title: "How long does a detailing take?",
|
|
||||||
content: "Usually 2-4 hours depending on the service level.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", title: "Do I need to book in advance?", content: "We recommend booking ahead to secure your preferred time slot."},
|
||||||
title: "Do I need to book in advance?",
|
|
||||||
content: "We recommend booking ahead to secure your preferred time slot.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", title: "Is the location easy to find?", content: "Yes, we are in Anhaltinerstraße 27. It's a slightly hidden but very accessible spot."},
|
||||||
title: "Is the location easy to find?",
|
|
||||||
content: "Yes, we are in Anhaltinerstraße 27. It's a slightly hidden but very accessible spot.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
sideTitle="Frequently Asked Questions"
|
sideTitle="Frequently Asked Questions"
|
||||||
sideDescription="Need answers? We're here to help."
|
sideDescription="Need answers? We're here to help."
|
||||||
@@ -286,12 +178,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"AutoExpert Certified",
|
"AutoExpert Certified", "Berlin Car Association", "Eco Friendly Detailing", "Automotive Quality Seal", "Expert Detailing Guild"]}
|
||||||
"Berlin Car Association",
|
|
||||||
"Eco Friendly Detailing",
|
|
||||||
"Automotive Quality Seal",
|
|
||||||
"Expert Detailing Guild",
|
|
||||||
]}
|
|
||||||
title="Certified & Trusted"
|
title="Certified & Trusted"
|
||||||
description="Recognized by industry leaders for our quality."
|
description="Recognized by industry leaders for our quality."
|
||||||
/>
|
/>
|
||||||
@@ -301,8 +188,7 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Get a Free Quote"
|
title="Get a Free Quote"
|
||||||
description="Ready to restore your car? Contact us now."
|
description="Ready to restore your car? Contact us now."
|
||||||
buttonText="Submit Inquiry"
|
buttonText="Submit Inquiry"
|
||||||
@@ -315,42 +201,27 @@ export default function LandingPage() {
|
|||||||
logoText="Glanzwerk"
|
logoText="Glanzwerk"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Interior",
|
label: "Interior", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Exterior",
|
label: "Exterior", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Reviews",
|
label: "Reviews", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "+49 176 62340326",
|
label: "+49 176 62340326", href: "tel:+4917662340326"},
|
||||||
href: "tel:+4917662340326",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Berlin, Germany",
|
label: "Berlin, Germany", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user