Update src/app/page.tsx
This commit is contained in:
149
src/app/page.tsx
149
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="East TN Detail"
|
||||
/>
|
||||
@@ -57,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="East Tennessee Car Detailing"
|
||||
description="Premium car detailing, window tinting, and professional wraps in Johnson City. We treat every vehicle like our own for a showroom-quality finish."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:4239291817",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Book Online",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Online", href: "#contact"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="https://pixabay.com/get/g9855eb6db76b75b115c104f4d56583cdc803601b502d53477502511875a989852120e6165616d933b40100f41ce524a7252c9e09c2978e21ba18eeff97f5a2e0_1280.jpg"
|
||||
@@ -86,29 +71,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Sparkles,
|
||||
title: "Full Detailing",
|
||||
description: "Deep cleaning, paint correction, and interior restoration for total rejuvenation.",
|
||||
},
|
||||
title: "Full Detailing", description: "Deep cleaning, paint correction, and interior restoration for total rejuvenation."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Window Tinting",
|
||||
description: "High-quality film for heat rejection, UV protection, and improved aesthetics.",
|
||||
},
|
||||
title: "Window Tinting", description: "High-quality film for heat rejection, UV protection, and improved aesthetics."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Custom Wraps",
|
||||
description: "Durable and stylish vehicle wraps to change your car's look while protecting the paint.",
|
||||
},
|
||||
title: "Custom Wraps", description: "Durable and stylish vehicle wraps to change your car's look while protecting the paint."},
|
||||
{
|
||||
icon: Car,
|
||||
title: "Ceramic Coating",
|
||||
description: "Long-lasting hydrophobic layer to shield your paint from dirt, UV rays, and scratches.",
|
||||
},
|
||||
title: "Ceramic Coating", description: "Long-lasting hydrophobic layer to shield your paint from dirt, UV rays, and scratches."},
|
||||
{
|
||||
icon: Car,
|
||||
title: "Interior Deep Clean",
|
||||
description: "Steam cleaning, upholstery shampooing, and leather conditioning for a fresh cabin.",
|
||||
},
|
||||
title: "Interior Deep Clean", description: "Steam cleaning, upholstery shampooing, and leather conditioning for a fresh cabin."},
|
||||
]}
|
||||
title="Professional Auto Care Services"
|
||||
description="Comprehensive detailing and protection packages to keep your vehicle looking brand new."
|
||||
@@ -123,17 +98,11 @@ export default function LandingPage() {
|
||||
description="Proudly serving the Johnson City community, East Tennessee Car Detailing is founded on a passion for vehicles and a commitment to service excellence. We bring local care and professional-grade results to every car that enters our shop."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Locally Owned",
|
||||
description: "Serving Johnson City and the greater East Tennessee area with pride.",
|
||||
},
|
||||
title: "Locally Owned", description: "Serving Johnson City and the greater East Tennessee area with pride."},
|
||||
{
|
||||
title: "Certified Experts",
|
||||
description: "Trained professionals focused on precision and quality in every detail.",
|
||||
},
|
||||
title: "Certified Experts", description: "Trained professionals focused on precision and quality in every detail."},
|
||||
{
|
||||
title: "Customer-First",
|
||||
description: "Transparent pricing and service that keeps our neighbors returning.",
|
||||
},
|
||||
title: "Customer-First", description: "Transparent pricing and service that keeps our neighbors returning."},
|
||||
]}
|
||||
imageSrc="https://pixabay.com/get/g50a6966db531cbade36d5e9a08356d7e7c4657af60dea6fd9345229d0845cd18563d3b3cb9029a75a617da671019949f2fb0d89f288d0f0d17a370ed7c2c59d7_1280.jpg?_wi=1"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -147,59 +116,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Client",
|
||||
company: "Local Driver",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g554b7a8c6d6f3f758a4a7396b6d09036be264c4615db2f78ff405bc38893952288b51709bad22049596a3398800ffb299808048863cd2b2d0438578d9331b08f_1280.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Client", company: "Local Driver", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g554b7a8c6d6f3f758a4a7396b6d09036be264c4615db2f78ff405bc38893952288b51709bad22049596a3398800ffb299808048863cd2b2d0438578d9331b08f_1280.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike D.",
|
||||
role: "Client",
|
||||
company: "Local Driver",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g8ba2ce38f86b583a83234aa7d16b96965e6e2b97af9db8f247809b31bacec4bd9c45bd7070a6c910c83791873557eae7b356984b828209ff3d74678ff146615e_1280.jpg",
|
||||
},
|
||||
id: "2", name: "Mike D.", role: "Client", company: "Local Driver", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g8ba2ce38f86b583a83234aa7d16b96965e6e2b97af9db8f247809b31bacec4bd9c45bd7070a6c910c83791873557eae7b356984b828209ff3d74678ff146615e_1280.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Client",
|
||||
company: "Local Driver",
|
||||
rating: 4,
|
||||
imageSrc: "https://pixabay.com/get/gd4ad6588429914895b86e0205dd237dba2f66247961c0a0a277cdaf60df20cabce1c79204433de17877326c54d4063ced209118334372f2168bbf067a0e0b8ee_1280.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Client", company: "Local Driver", rating: 4,
|
||||
imageSrc: "https://pixabay.com/get/gd4ad6588429914895b86e0205dd237dba2f66247961c0a0a277cdaf60df20cabce1c79204433de17877326c54d4063ced209118334372f2168bbf067a0e0b8ee_1280.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Client",
|
||||
company: "Local Driver",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g8d876edb980f4519392f8ada7973cd5da836d8dd54a7ff36a8b4599b08498948587a1ab1edfb72459611143f6c95605b_1280.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Client", company: "Local Driver", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g8d876edb980f4519392f8ada7973cd5da836d8dd54a7ff36a8b4599b08498948587a1ab1edfb72459611143f6c95605b_1280.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jason T.",
|
||||
role: "Client",
|
||||
company: "Local Driver",
|
||||
rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g554b7a8c6d6f3f758a4a7396b6d09036be264c4615db2f78ff405bc38893952288b51709bad22049596a3398800ffb299808048863cd2b2d0438578d9331b08f_1280.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Jason T.", role: "Client", company: "Local Driver", rating: 5,
|
||||
imageSrc: "https://pixabay.com/get/g554b7a8c6d6f3f758a4a7396b6d09036be264c4615db2f78ff405bc38893952288b51709bad22049596a3398800ffb299808048863cd2b2d0438578d9331b08f_1280.jpg?_wi=2"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.7⭐",
|
||||
label: "Google Rating",
|
||||
},
|
||||
value: "4.7⭐", label: "Google Rating"},
|
||||
{
|
||||
value: "127+",
|
||||
label: "Google Reviews",
|
||||
},
|
||||
value: "127+", label: "Google Reviews"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Quality Guarantee",
|
||||
},
|
||||
value: "100%", label: "Quality Guarantee"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Trusted by hundreds of local drivers in East Tennessee."
|
||||
@@ -210,8 +148,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get In Touch"
|
||||
title="Book Your Detail Appointment"
|
||||
description="Visit us at 4106 N Roan St, Johnson City, or call (423) 929-1817 to schedule your service. We open at 8 AM Monday."
|
||||
@@ -228,33 +165,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "4106 N Roan St",
|
||||
href: "#",
|
||||
},
|
||||
label: "4106 N Roan St", href: "#"},
|
||||
{
|
||||
label: "Johnson City, TN 37601",
|
||||
href: "#",
|
||||
},
|
||||
label: "Johnson City, TN 37601", href: "#"},
|
||||
{
|
||||
label: "(423) 929-1817",
|
||||
href: "tel:4239291817",
|
||||
},
|
||||
label: "(423) 929-1817", href: "tel:4239291817"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -264,4 +189,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user