Update src/app/page.tsx
This commit is contained in:
171
src/app/page.tsx
171
src/app/page.tsx
@@ -28,28 +28,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#reviews",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "Home", id: "#home" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Reviews", id: "#reviews" },
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="B&Z Eastside"
|
||||
button={{ text: "Get a Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -58,14 +44,8 @@ export default function LandingPage() {
|
||||
logoText="B&Z EASTSIDE DETAIL"
|
||||
description="We don't just wash cars. We bring them back to show room condition — by hand, every time."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Services",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Services", href: "#services" },
|
||||
{ text: "Get a Quote", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-black-auto-mechanic-manager-discussing-about-car-breakdown-repair-workshop_637285-4241.jpg"
|
||||
@@ -78,9 +58,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The Eastside's finest hand detail"
|
||||
description={[
|
||||
"At B&Z Eastside Detail, we believe every car deserves to look its absolute best. Our team treats your vehicle the way you'd want it treated — with care, attention, and pride in every wipe, every rinse, every detail.",
|
||||
"Nestled on Atlanta's Eastside, we've built a loyal community of customers who come back again and again because they trust us. We do things old school: hand wash the exterior, hand clean the interior, and take time to get it right.",
|
||||
"Senior discounts, same-day service when available, and a team that genuinely cares about your ride. Come see why the Eastside calls us the best.",
|
||||
"At B&Z Eastside Detail, we believe every car deserves to look its absolute best. Our team treats your vehicle the way you'd want it treated — with care, attention, and pride in every wipe, every rinse, every detail.", "Nestled on Atlanta's Eastside, we've built a loyal community of customers who come back again and again because they trust us. We do things old school: hand wash the exterior, hand clean the interior, and take time to get it right.", "Senior discounts, same-day service when available, and a team that genuinely cares about your ride. Come see why the Eastside calls us the best."
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,48 +68,12 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "01",
|
||||
title: "Inside Out Wash",
|
||||
subtitle: "Cars & Small Vehicles",
|
||||
description: "Our signature package. Hand-wash the exterior until it gleams, vacuum the interior, wipe the dash, and leave your cabin smelling fresh.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg",
|
||||
},
|
||||
{
|
||||
tag: "02",
|
||||
title: "Exterior Only",
|
||||
subtitle: "Rims $5 Add-On",
|
||||
description: "A thorough hand wash of your vehicle's full exterior including body, windows, and detailed rim cleaning. Fast, affordable, spotless.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-with-microfiber-cloth-cleaning-car_93675-128713.jpg",
|
||||
},
|
||||
{
|
||||
tag: "03",
|
||||
title: "SUV & Truck Detail",
|
||||
subtitle: "Large Vehicles",
|
||||
description: "Large vehicles get the same love with adjusted pricing for the extra surface area. Full hand wash, interior clean, rim treatment — show room ready.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-highpressure-hose-applies-cleaner-car_1153-8465.jpg",
|
||||
},
|
||||
{
|
||||
tag: "04",
|
||||
title: "Full Auto Detail",
|
||||
subtitle: "Custom Quote",
|
||||
description: "Deep interior vacuuming, full body wash, wheel detail, and a top-to-bottom wipe-down. Your car returns looking like it just drove off the lot.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6629.jpg",
|
||||
},
|
||||
{
|
||||
tag: "05",
|
||||
title: "Senior Special",
|
||||
subtitle: "Ask When Booking",
|
||||
description: "We honor Atlanta's elders with exclusive pricing on all services. Quality never changes — just our way of giving back to the community.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27234.jpg",
|
||||
},
|
||||
{
|
||||
tag: "06",
|
||||
title: "Appointments",
|
||||
subtitle: "Priority Scheduling",
|
||||
description: "Walk-ins always welcome, but appointments get priority scheduling. Call ahead, tell us your vehicle, and we'll have everything ready when you arrive.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212219.jpg",
|
||||
},
|
||||
{ tag: "01", title: "Inside Out Wash", subtitle: "Cars & Small Vehicles", description: "Our signature package. Hand-wash the exterior until it gleams, vacuum the interior, wipe the dash, and leave your cabin smelling fresh.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194064.jpg" },
|
||||
{ tag: "02", title: "Exterior Only", subtitle: "Rims $5 Add-On", description: "A thorough hand wash of your vehicle's full exterior including body, windows, and detailed rim cleaning. Fast, affordable, spotless.", imageSrc: "http://img.b2bpic.net/free-photo/hand-with-microfiber-cloth-cleaning-car_93675-128713.jpg" },
|
||||
{ tag: "03", title: "SUV & Truck Detail", subtitle: "Large Vehicles", description: "Large vehicles get the same love with adjusted pricing for the extra surface area. Full hand wash, interior clean, rim treatment — show room ready.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-from-highpressure-hose-applies-cleaner-car_1153-8465.jpg" },
|
||||
{ tag: "04", title: "Full Auto Detail", subtitle: "Custom Quote", description: "Deep interior vacuuming, full body wash, wheel detail, and a top-to-bottom wipe-down. Your car returns looking like it just drove off the lot.", imageSrc: "http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6629.jpg" },
|
||||
{ tag: "05", title: "Senior Special", subtitle: "Ask When Booking", description: "We honor Atlanta's elders with exclusive pricing on all services. Quality never changes — just our way of giving back to the community.", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27234.jpg" },
|
||||
{ tag: "06", title: "Appointments", subtitle: "Priority Scheduling", description: "Walk-ins always welcome, but appointments get priority scheduling. Call ahead, tell us your vehicle, and we'll have everything ready when you arrive.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212219.jpg" }
|
||||
]}
|
||||
title="Detail packages built for every ride"
|
||||
description="Premium cleaning services for your vehicle."
|
||||
@@ -143,46 +85,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Highly Recommend",
|
||||
quote: "Neglected washing and cleaning my car for a long time. Brought it back to near show room condition. I will be more attentive and definitely be a good customer.",
|
||||
name: "Jx Ferenge",
|
||||
role: "Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Excellent",
|
||||
quote: "B&Z Eastside is the only place I get my car washed. Impressed the first time, and continue to be pleased with the services!",
|
||||
name: "Tawanda Hunter",
|
||||
role: "Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serviceman-car-service-picks-wrench-from-work-station-bench-using-it-unscrew-nuts-order-replace-engine-precise-garage-worker-uses-professional-tools-fix-customer-automobile_482257-73041.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Great Work",
|
||||
quote: "They always make my SUV look brand new! Plus the owner is a great guy.",
|
||||
name: "Kimberly Ervin",
|
||||
role: "Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-client-look-car-parts_482257-76128.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Clean & Fresh",
|
||||
quote: "My car smelled good and it was clean from the inside out! Highly recommend this place.",
|
||||
name: "Rube Brown",
|
||||
role: "Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-just-bought-her-new-car-car-salon_1303-29653.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Good Value",
|
||||
quote: "Car wash was really detailed for the price. Nice environment with good employees. Great place.",
|
||||
name: "B. Cutta",
|
||||
role: "Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/engineer-repair-shop-using-augmented-reality-holograms-check-car-specifications-checkup-meticulous-garage-employee-using-futuristic-ar-technology-examine-defective-vehicle_482257-73060.jpg",
|
||||
},
|
||||
{ id: "1", title: "Highly Recommend", quote: "Neglected washing and cleaning my car for a long time. Brought it back to near show room condition. I will be more attentive and definitely be a good customer.", name: "Jx Ferenge", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg" },
|
||||
{ id: "2", title: "Excellent", quote: "B&Z Eastside is the only place I get my car washed. Impressed the first time, and continue to be pleased with the services!", name: "Tawanda Hunter", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/serviceman-car-service-picks-wrench-from-work-station-bench-using-it-unscrew-nuts-order-replace-engine-precise-garage-worker-uses-professional-tools-fix-customer-automobile_482257-73041.jpg" },
|
||||
{ id: "3", title: "Great Work", quote: "They always make my SUV look brand new! Plus the owner is a great guy.", name: "Kimberly Ervin", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-client-look-car-parts_482257-76128.jpg" },
|
||||
{ id: "4", title: "Clean & Fresh", quote: "My car smelled good and it was clean from the inside out! Highly recommend this place.", name: "Rube Brown", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/woman-just-bought-her-new-car-car-salon_1303-29653.jpg" },
|
||||
{ id: "5", title: "Good Value", quote: "Car wash was really detailed for the price. Nice environment with good employees. Great place.", name: "B. Cutta", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/engineer-repair-shop-using-augmented-reality-holograms-check-car-specifications-checkup-meticulous-garage-employee-using-futuristic-ar-technology-examine-defective-vehicle_482257-73060.jpg" }
|
||||
]}
|
||||
title="What the Eastside says about us"
|
||||
description="Don't just take our word for it."
|
||||
@@ -194,34 +101,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "01",
|
||||
title: "Always hand washed",
|
||||
subtitle: "Manual detail",
|
||||
description: "No machines. No shortcuts. Every vehicle is hand washed by our team, which means nothing gets missed.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318454.jpg",
|
||||
},
|
||||
{
|
||||
tag: "02",
|
||||
title: "Real community pricing",
|
||||
subtitle: "Honest rates",
|
||||
description: "Honest prices for the neighborhood we serve. Seniors get discounted rates. No hidden fees, no surprises.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup_23-2149106377.jpg",
|
||||
},
|
||||
{
|
||||
tag: "03",
|
||||
title: "The owner is hands-on",
|
||||
subtitle: "Quality control",
|
||||
description: "Customers love the owner — and that's because he's actually there, working alongside the team.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg",
|
||||
},
|
||||
{
|
||||
tag: "04",
|
||||
title: "Transparency",
|
||||
subtitle: "Quality check",
|
||||
description: "We encourage every customer to inspect their vehicle before driving off — because we stand behind our work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881894.jpg",
|
||||
},
|
||||
{ tag: "01", title: "Always hand washed", subtitle: "Manual detail", description: "No machines. No shortcuts. Every vehicle is hand washed by our team, which means nothing gets missed.", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-dashboard-with-rag_23-2150318454.jpg" },
|
||||
{ tag: "02", title: "Real community pricing", subtitle: "Honest rates", description: "Honest prices for the neighborhood we serve. Seniors get discounted rates. No hidden fees, no surprises.", imageSrc: "http://img.b2bpic.net/free-photo/woman-giving-order-curbside-pickup_23-2149106377.jpg" },
|
||||
{ tag: "03", title: "The owner is hands-on", subtitle: "Quality control", description: "Customers love the owner — and that's because he's actually there, working alongside the team.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-working-laptop_1170-1583.jpg" },
|
||||
{ tag: "04", title: "Transparency", subtitle: "Quality check", description: "We encourage every customer to inspect their vehicle before driving off — because we stand behind our work.", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881894.jpg" }
|
||||
]}
|
||||
title="The difference is in our hands"
|
||||
description="Why we are the Eastside's choice."
|
||||
@@ -231,9 +114,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ready to Ride Clean"
|
||||
title="Your car deserves show room treatment"
|
||||
description="Walk in or call ahead. We're on Atlanta's Eastside, ready to make your ride shine."
|
||||
@@ -252,4 +133,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user