Merge version_1 into main #2
316
src/app/page.tsx
316
src/app/page.tsx
@@ -29,24 +29,13 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "pricing",
|
||||
},
|
||||
{
|
||||
name: "Ceramic",
|
||||
id: "ceramic",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Services", id: "pricing" },
|
||||
{ name: "Ceramic", id: "ceramic" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="ACC CAR DETAILING"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,40 +44,16 @@ export default function LandingPage() {
|
||||
logoText="Premium Mobile Car Detailing"
|
||||
description="Professional mobile car detailing services straight to your driveway."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Packages ⚡",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
text: "Ceramic Coating",
|
||||
href: "#ceramic",
|
||||
},
|
||||
{ text: "View Packages ⚡", href: "#pricing" },
|
||||
{ text: "Ceramic Coating", href: "#ceramic" },
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg?_wi=1",
|
||||
imageAlt: "Porsche detailing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg",
|
||||
imageAlt: "Porsche detailing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg",
|
||||
imageAlt: "Porsche detailing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193589.jpg",
|
||||
imageAlt: "Porsche detailing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-concrete-room-with-neon-lights_1048-13690.jpg",
|
||||
imageAlt: "Porsche detailing",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397548.jpg",
|
||||
imageAlt: "Porsche detailing",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg", imageAlt: "Porsche detailing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg", imageAlt: "Porsche detailing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg", imageAlt: "Porsche detailing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193589.jpg", imageAlt: "Porsche detailing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-concrete-room-with-neon-lights_1048-13690.jpg", imageAlt: "Porsche detailing" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/hallway-building_23-2149397548.jpg", imageAlt: "Porsche detailing" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,11 +64,7 @@ export default function LandingPage() {
|
||||
title="CALL TO BOOK"
|
||||
tag="Open 7 days • Google 5.0 ★★★★★"
|
||||
metrics={[
|
||||
{
|
||||
id: "phone",
|
||||
value: "0481 274 841",
|
||||
description: "Call us to book",
|
||||
},
|
||||
{ id: "phone", value: "0481 274 841", description: "Call us to book" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -116,80 +77,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Entry",
|
||||
price: "$99",
|
||||
subtitle: "Interior & Exterior",
|
||||
features: [
|
||||
"Exterior wash & rinse",
|
||||
"Snow foam hand wash",
|
||||
"Wheels & tyres cleaned",
|
||||
"Windows inside & out",
|
||||
"Deep vacuum",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "tel:0481274841",
|
||||
},
|
||||
],
|
||||
id: "p1", badge: "Entry", price: "$99", subtitle: "Interior & Exterior", features: ["Exterior wash & rinse", "Snow foam hand wash", "Wheels & tyres cleaned", "Windows inside & out", "Deep vacuum"],
|
||||
buttons: [{ text: "Book Now", href: "tel:0481274841" }],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Popular",
|
||||
price: "$169",
|
||||
subtitle: "Deep Shampoo",
|
||||
features: [
|
||||
"Interior deep vacuum",
|
||||
"Seat steam shampoo",
|
||||
"Leather conditioning",
|
||||
"UV Dashboard protection",
|
||||
"Streak-free windows",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "tel:0481274841",
|
||||
},
|
||||
],
|
||||
id: "p2", badge: "Popular", price: "$169", subtitle: "Deep Shampoo", features: ["Interior deep vacuum", "Seat steam shampoo", "Leather conditioning", "UV Dashboard protection", "Streak-free windows"],
|
||||
buttons: [{ text: "Book Now", href: "tel:0481274841" }],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Value",
|
||||
price: "$250",
|
||||
subtitle: "Full Detail",
|
||||
features: [
|
||||
"Interior & Exterior Special",
|
||||
"Deluxe wash & rinse",
|
||||
"Interior protection",
|
||||
"Tire dressing",
|
||||
"Hand dry",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "tel:0481274841",
|
||||
},
|
||||
],
|
||||
id: "p3", badge: "Value", price: "$250", subtitle: "Full Detail", features: ["Interior & Exterior Special", "Deluxe wash & rinse", "Interior protection", "Tire dressing", "Hand dry"],
|
||||
buttons: [{ text: "Book Now", href: "tel:0481274841" }],
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
badge: "Pro",
|
||||
price: "$269",
|
||||
subtitle: "Cut & Polish",
|
||||
features: [
|
||||
"Multi-stage decontamination",
|
||||
"Clay bar treatment",
|
||||
"Machine swirl removal",
|
||||
"1-Year paint protection",
|
||||
"Mirror gloss",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "tel:0481274841",
|
||||
},
|
||||
],
|
||||
id: "p4", badge: "Pro", price: "$269", subtitle: "Cut & Polish", features: ["Multi-stage decontamination", "Clay bar treatment", "Machine swirl removal", "1-Year paint protection", "Mirror gloss"],
|
||||
buttons: [{ text: "Book Now", href: "tel:0481274841" }],
|
||||
},
|
||||
]}
|
||||
title="Select Your Vehicle"
|
||||
@@ -203,20 +104,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "c1",
|
||||
title: "Silver Package (3-Year)",
|
||||
description: "9H Professional-grade ceramic coating for extreme hydrophobics and gloss.",
|
||||
tag: "Protection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958771.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
title: "Gold Package (5-Year)",
|
||||
description: "Dual-layer ultra-durability nano-ceramic coating for elite scratch resistance.",
|
||||
tag: "Advanced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood_169016-3519.jpg?_wi=1",
|
||||
},
|
||||
{ id: "c1", title: "Silver Package (3-Year)", description: "9H Professional-grade ceramic coating for extreme hydrophobics and gloss.", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958771.jpg" },
|
||||
{ id: "c2", title: "Gold Package (5-Year)", description: "Dual-layer ultra-durability nano-ceramic coating for elite scratch resistance.", tag: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood_169016-3519.jpg" },
|
||||
]}
|
||||
title="Ceramic Coating Packages"
|
||||
description="Ultimate long-term paint protection."
|
||||
@@ -229,48 +118,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Mobile Detailing",
|
||||
description: "Interior & exterior packages.",
|
||||
tag: "Convenient",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151448065.jpg",
|
||||
},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Paint Correction",
|
||||
description: "Swirl removal & gloss restoration.",
|
||||
tag: "Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg",
|
||||
},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Ceramic Coating",
|
||||
description: "9H hardness & UV defense.",
|
||||
tag: "Protection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193621.jpg",
|
||||
},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Fully Insured",
|
||||
description: "Peace of mind included.",
|
||||
tag: "Verified",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg",
|
||||
},
|
||||
{
|
||||
id: "s5",
|
||||
title: "Water & Power",
|
||||
description: "We are self-sufficient.",
|
||||
tag: "Equipped",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31511.jpg",
|
||||
},
|
||||
{
|
||||
id: "s6",
|
||||
title: "Satisfaction",
|
||||
description: "100% guarantee provided.",
|
||||
tag: "Result",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg",
|
||||
},
|
||||
{ id: "s1", title: "Mobile Detailing", description: "Interior & exterior packages.", tag: "Convenient", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-portrait-retro-man-doing-housework-household-chores_23-2151448065.jpg" },
|
||||
{ id: "s2", title: "Paint Correction", description: "Swirl removal & gloss restoration.", tag: "Expert", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22303.jpg" },
|
||||
{ id: "s3", title: "Ceramic Coating", description: "9H hardness & UV defense.", tag: "Protection", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193621.jpg" },
|
||||
{ id: "s4", title: "Fully Insured", description: "Peace of mind included.", tag: "Verified", imageSrc: "http://img.b2bpic.net/free-photo/reflection-sky_181624-9195.jpg" },
|
||||
{ id: "s5", title: "Water & Power", description: "We are self-sufficient.", tag: "Equipped", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31511.jpg" },
|
||||
{ id: "s6", title: "Satisfaction", description: "100% guarantee provided.", tag: "Result", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193557.jpg" },
|
||||
]}
|
||||
title="What we do best"
|
||||
description="From everyday refreshes to luxury ceramic protection."
|
||||
@@ -284,51 +137,11 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Erika Yu Honoridez",
|
||||
role: "Client",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg",
|
||||
imageAlt: "car interior detailing",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ariana Heaysman",
|
||||
role: "Client",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg?_wi=2",
|
||||
imageAlt: "car interior detailing",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Corine Désirée Bavajee",
|
||||
role: "Client",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958771.jpg?_wi=2",
|
||||
imageAlt: "car interior detailing",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Beverly Maingard",
|
||||
role: "Client",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193569.jpg",
|
||||
imageAlt: "car interior detailing",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tarek Hosain",
|
||||
role: "Client",
|
||||
company: "Google Review",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood_169016-3519.jpg?_wi=2",
|
||||
imageAlt: "car interior detailing",
|
||||
},
|
||||
{ id: "1", name: "Erika Yu Honoridez", role: "Client", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg", imageAlt: "car interior detailing" },
|
||||
{ id: "2", name: "Ariana Heaysman", role: "Client", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg", imageAlt: "car interior detailing" },
|
||||
{ id: "3", name: "Corine Désirée Bavajee", role: "Client", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958771.jpg", imageAlt: "car interior detailing" },
|
||||
{ id: "4", name: "Beverly Maingard", role: "Client", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193569.jpg", imageAlt: "car interior detailing" },
|
||||
{ id: "5", name: "Tarek Hosain", role: "Client", company: "Google Review", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/male-hand-paints-with-white-paint-wood_169016-3519.jpg", imageAlt: "car interior detailing" },
|
||||
]}
|
||||
title="What our clients say"
|
||||
description="Google verified reviews."
|
||||
@@ -338,9 +151,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
tag="Contact"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Ready for that showroom shine?"
|
||||
description="Book online or call us — we'll bring everything to your driveway."
|
||||
buttonText="Call 0481 274 841"
|
||||
@@ -352,54 +164,24 @@ export default function LandingPage() {
|
||||
logoText="ACC Professional Car Detailing"
|
||||
columns={[
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
{
|
||||
label: "Mobile Detailing",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Fully Insured",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Satisfaction Guaranteed",
|
||||
href: "#",
|
||||
},
|
||||
title: "About", items: [
|
||||
{ label: "Mobile Detailing", href: "#" },
|
||||
{ label: "Fully Insured", href: "#" },
|
||||
{ label: "Satisfaction Guaranteed", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
label: "Ceramic Coating",
|
||||
href: "#ceramic",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
title: "Explore", items: [
|
||||
{ label: "Services", href: "#pricing" },
|
||||
{ label: "Ceramic Coating", href: "#ceramic" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Call 0481 274 841",
|
||||
href: "tel:0481274841",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Call 0481 274 841", href: "tel:0481274841" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user