Update src/app/page.tsx
This commit is contained in:
158
src/app/page.tsx
158
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Lemar's Auto Detailing"
|
||||
/>
|
||||
@@ -54,42 +46,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience the Ultimate Car Transformation"
|
||||
description="Professional Auto Detailing in King George, VA — Trusted for Over 6 Years. Where Your Car Feels Brand New Again."
|
||||
tag="6+ Years of Excellence"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Detail Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Detail Now", href: "#contact"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:5555555555",
|
||||
},
|
||||
text: "Call Now", href: "tel:5555555555"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-old-car-front-side_181624-25330.jpg",
|
||||
imageAlt: "Luxury car interior detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-old-car-front-side_181624-25330.jpg", imageAlt: "Luxury car interior detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-black-car-with-red-rear-light_23-2147963062.jpg",
|
||||
imageAlt: "Luxury car exterior shine",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-handle-close-up-photo_1303-29462.jpg",
|
||||
imageAlt: "Car handle close up photo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-metallic-motorcycle-helmet_23-2151113140.jpg",
|
||||
imageAlt: "Close up on metallic motorcycle helmet",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg",
|
||||
imageAlt: "Headlights of car",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-black-car-with-red-rear-light_23-2147963062.jpg", imageAlt: "Luxury car exterior shine"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -106,45 +77,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Client",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "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",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Client", company: "Local Customer", rating: 5,
|
||||
imageSrc: "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"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
role: "Client",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg",
|
||||
},
|
||||
id: "2", name: "Michael C.", role: "Client", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Client",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-warm-jacket-standing-by-car-covered-with-snow_1303-26299.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Client", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-warm-jacket-standing-by-car-covered-with-snow_1303-26299.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Client",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14566.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Client", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-car-car-showroom_1303-14566.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
role: "Client",
|
||||
company: "Local Customer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica L.", role: "Client", company: "Local Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-woman-looking-her-husband_23-2148435726.jpg"},
|
||||
]}
|
||||
title="Why Customers Keep Coming Back"
|
||||
description="Consistent 5-star experiences locally trusted in King George."
|
||||
@@ -159,23 +105,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Full Interior Detail",
|
||||
description: "Deep vacuum, shampoo, stain removal, pet hair extraction, and crevice cleaning.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-salon-car-garage_1157-36595.jpg",
|
||||
imageAlt: "Interior cleaning",
|
||||
},
|
||||
title: "Full Interior Detail", description: "Deep vacuum, shampoo, stain removal, pet hair extraction, and crevice cleaning.", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-salon-car-garage_1157-36595.jpg", imageAlt: "Interior cleaning"},
|
||||
{
|
||||
title: "Exterior Detail",
|
||||
description: "Hand wash, wax, tire/rim cleaning, and paint shine restoration for that showroom look.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hygienic-hand-washing_23-2149218145.jpg",
|
||||
imageAlt: "Exterior restoration",
|
||||
},
|
||||
title: "Exterior Detail", description: "Hand wash, wax, tire/rim cleaning, and paint shine restoration for that showroom look.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hygienic-hand-washing_23-2149218145.jpg", imageAlt: "Exterior restoration"},
|
||||
{
|
||||
title: "Full Detail Package",
|
||||
description: "Complete interior and exterior restoration for long-lasting freshness and a new-car feel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593877.jpg",
|
||||
imageAlt: "Full package detail",
|
||||
},
|
||||
title: "Full Detail Package", description: "Complete interior and exterior restoration for long-lasting freshness and a new-car feel.", imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593877.jpg", imageAlt: "Full package detail"},
|
||||
]}
|
||||
title="Premium Detailing Services"
|
||||
description="Professional restoration for families, pet owners, and daily drivers."
|
||||
@@ -187,23 +121,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "See the ",
|
||||
},
|
||||
type: "text", content: "See the "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/aged-aqua-paint-with-rust-organic-growth_632498-60791.jpg",
|
||||
alt: "Before restoration",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/aged-aqua-paint-with-rust-organic-growth_632498-60791.jpg", alt: "Before restoration"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Transformation ",
|
||||
},
|
||||
type: "text", content: " Transformation "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/led-headlight-white-auto_23-2147963001.jpg",
|
||||
alt: "After restoration",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/led-headlight-white-auto_23-2147963001.jpg", alt: "After restoration"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -215,31 +139,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "p1",
|
||||
value: "6+",
|
||||
title: "Years of Loyal Customers",
|
||||
items: [
|
||||
"Personalized Care",
|
||||
"Consistent Excellence",
|
||||
],
|
||||
id: "p1", value: "6+", title: "Years of Loyal Customers", items: [
|
||||
"Personalized Care", "Consistent Excellence"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
value: "100%",
|
||||
title: "Detail-Obsessed",
|
||||
items: [
|
||||
"Crack & Crevice Cleaning",
|
||||
"No Missed Spots",
|
||||
],
|
||||
id: "p2", value: "100%", title: "Detail-Obsessed", items: [
|
||||
"Crack & Crevice Cleaning", "No Missed Spots"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
value: "Daily",
|
||||
title: "Reliable Service",
|
||||
items: [
|
||||
"Always On Time",
|
||||
"Consistent Results",
|
||||
],
|
||||
id: "p3", value: "Daily", title: "Reliable Service", items: [
|
||||
"Always On Time", "Consistent Results"],
|
||||
},
|
||||
]}
|
||||
title="This Isn’t Just a Car Wash"
|
||||
@@ -251,8 +160,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Book Today"
|
||||
title="Visit Us or Book Today"
|
||||
description="15452 Dahlgren Rd, King George, VA 22485. Call us or sign up for a custom quote."
|
||||
|
||||
Reference in New Issue
Block a user