Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 010be3986b | |||
| 0a87442a60 |
145
src/app/page.tsx
145
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Jumbo Auto-Wasch"
|
||||
/>
|
||||
@@ -55,39 +47,23 @@ export default function LandingPage() {
|
||||
description="Premium car washing services for a spotless vehicle shine. Expert care delivered at every wash."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Our Services", href: "#services"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=1",
|
||||
imageAlt: "Jumbo Auto-Wasch Station",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=1", imageAlt: "Jumbo Auto-Wasch Station"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=2",
|
||||
imageAlt: "Car Wash Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=2", imageAlt: "Car Wash Service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=3",
|
||||
imageAlt: "Vehicle Shine",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=3", imageAlt: "Vehicle Shine"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=4",
|
||||
imageAlt: "Premium Detailing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=4", imageAlt: "Premium Detailing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=5",
|
||||
imageAlt: "Quality Care",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=5", imageAlt: "Quality Care"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=6",
|
||||
imageAlt: "Jumbo Clean",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212196.jpg?_wi=6", imageAlt: "Jumbo Clean"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,17 +75,11 @@ export default function LandingPage() {
|
||||
description="At Jumbo Auto-Wasch GmbH, we specialize in high-quality vehicle cleaning solutions designed to keep your car looking brand new."
|
||||
metrics={[
|
||||
{
|
||||
value: "10k+",
|
||||
title: "Vehicles Washed",
|
||||
},
|
||||
value: "10k+", title: "Vehicles Washed"},
|
||||
{
|
||||
value: "15",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15", title: "Years Experience"},
|
||||
{
|
||||
value: "100%",
|
||||
title: "Satisfaction",
|
||||
},
|
||||
value: "100%", title: "Satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-talks-with-client-about-car_482257-115300.jpg"
|
||||
imageAlt="Professional Car Washing"
|
||||
@@ -125,26 +95,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Express Wash",
|
||||
subtitle: "Quick and efficient wash",
|
||||
category: "Exterior",
|
||||
value: "Starting at $10",
|
||||
},
|
||||
id: "s1", title: "Express Wash", subtitle: "Quick and efficient wash", category: "Exterior", value: "Starting at $10"},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Full Detail",
|
||||
subtitle: "Deep cleaning and polish",
|
||||
category: "Detailing",
|
||||
value: "Starting at $50",
|
||||
},
|
||||
id: "s2", title: "Full Detail", subtitle: "Deep cleaning and polish", category: "Detailing", value: "Starting at $50"},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Interior Clean",
|
||||
subtitle: "Vacuum and interior detailing",
|
||||
category: "Interior",
|
||||
value: "Starting at $30",
|
||||
},
|
||||
id: "s3", title: "Interior Clean", subtitle: "Vacuum and interior detailing", category: "Interior", value: "Starting at $30"},
|
||||
]}
|
||||
title="Our Services"
|
||||
description="Comprehensive car care services tailored to your vehicle's needs."
|
||||
@@ -158,40 +113,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Doe",
|
||||
handle: "@johnd",
|
||||
testimonial: "Excellent service and quick turnaround!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-his-car-carwash_1303-27485.jpg",
|
||||
},
|
||||
id: "1", name: "John Doe", handle: "@johnd", testimonial: "Excellent service and quick turnaround!", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-his-car-carwash_1303-27485.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Jane Smith",
|
||||
handle: "@janes",
|
||||
testimonial: "My car looks brand new again.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434339.jpg",
|
||||
},
|
||||
id: "2", name: "Jane Smith", handle: "@janes", testimonial: "My car looks brand new again.", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434339.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Robert Brown",
|
||||
handle: "@robb",
|
||||
testimonial: "Professional team and great attention to detail.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-standing-near-car_158595-1151.jpg",
|
||||
},
|
||||
id: "3", name: "Robert Brown", handle: "@robb", testimonial: "Professional team and great attention to detail.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-standing-near-car_158595-1151.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Alice Green",
|
||||
handle: "@aliceg",
|
||||
testimonial: "The best wash in town, hands down.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/displeased-woman-having-argument-with-her-husband-about-car-repair-workshop_637285-7728.jpg",
|
||||
},
|
||||
id: "4", name: "Alice Green", handle: "@aliceg", testimonial: "The best wash in town, hands down.", imageSrc: "http://img.b2bpic.net/free-photo/displeased-woman-having-argument-with-her-husband-about-car-repair-workshop_637285-7728.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Mike White",
|
||||
handle: "@mikew",
|
||||
testimonial: "Fast, friendly, and very effective.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167543.jpg",
|
||||
},
|
||||
id: "5", name: "Mike White", handle: "@mikew", testimonial: "Fast, friendly, and very effective.", imageSrc: "http://img.b2bpic.net/free-photo/person-preparing-get-driver-license_23-2150167543.jpg"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Join our community of satisfied drivers."
|
||||
@@ -202,8 +132,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Visit Our Facility"
|
||||
description="Have questions? Reach out to us or drop by during our business hours."
|
||||
@@ -218,33 +147,21 @@ export default function LandingPage() {
|
||||
logoText="Jumbo Auto-Wasch GmbH"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
label: "Impressum", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user