Merge version_1 into main #2
163
src/app/page.tsx
163
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Award, Leaf, ShieldCheck, Truck, Zap } from "lucide-react";
|
||||
import { Award, Leaf, ShieldCheck, Truck, Zap, Sparkles, Shield } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Gallery", id: "gallery"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="East TN Detail"
|
||||
/>
|
||||
@@ -53,69 +45,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Premium Car Detailing in Johnson City — Done Right the First Time"
|
||||
description="Affordable. Fast. Trusted by 100+ Local Customers. We bring the showroom finish to your driveway."
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png", alt: "Customer 1"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png", alt: "Customer 2"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png", alt: "Customer 3"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png", alt: "Customer 4"},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="4.7 Stars from 120+ Reviews"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+14235550123",
|
||||
},
|
||||
text: "Call Now", href: "tel:+14235550123"},
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Licensed & Insured",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Licensed & Insured", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Eco-Friendly Products",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Eco-Friendly Products", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Mobile Service",
|
||||
icon: Truck,
|
||||
type: "text-icon", text: "Mobile Service", icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Satisfaction Guaranteed",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Satisfaction Guaranteed", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Professional Equipment",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Professional Equipment", icon: Zap,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -127,22 +94,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Full Detailing",
|
||||
description: "Complete top-to-bottom restoration of your vehicle.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/icon-of-a-car-wash-sponge-and-bubbles-si-1774809565753-9862a972.png",
|
||||
buttonIcon: "Zap",
|
||||
title: "Full Detailing", description: "Complete top-to-bottom restoration of your vehicle.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/icon-of-a-car-wash-sponge-and-bubbles-si-1774809565753-9862a972.png", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Interior Deep Clean",
|
||||
description: "Steam cleaning and conditioning for all surfaces.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/icon-of-a-spray-bottle-and-interior-car--1774809565499-b7a4d965.png",
|
||||
buttonIcon: "Sparkles",
|
||||
title: "Interior Deep Clean", description: "Steam cleaning and conditioning for all surfaces.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/icon-of-a-spray-bottle-and-interior-car--1774809565499-b7a4d965.png", buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Window Tinting",
|
||||
description: "Professional grade tint for heat rejection and privacy.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/icon-of-a-window-tint-film-applicator-si-1774809565413-70b6dc15.png",
|
||||
buttonIcon: "Shield",
|
||||
title: "Window Tinting", description: "Professional grade tint for heat rejection and privacy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/icon-of-a-window-tint-film-applicator-si-1774809565413-70b6dc15.png", buttonIcon: Shield,
|
||||
},
|
||||
]}
|
||||
title="Our Professional Services"
|
||||
@@ -158,33 +116,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Luxury Sedan Interior",
|
||||
price: "Before & After",
|
||||
variant: "Restoration",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/before-after-split-showing-a-dirty-car-i-1774809566377-f7785484.png?_wi=1",
|
||||
},
|
||||
id: "1", name: "Luxury Sedan Interior", price: "Before & After", variant: "Restoration", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/before-after-split-showing-a-dirty-car-i-1774809566377-f7785484.png"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sport Utility Exterior",
|
||||
price: "Before & After",
|
||||
variant: "Detailing",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/before-after-split-showing-a-dirty-car-i-1774809566377-f7785484.png?_wi=2",
|
||||
},
|
||||
id: "2", name: "Sport Utility Exterior", price: "Before & After", variant: "Detailing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/before-after-split-showing-a-dirty-car-i-1774809566377-f7785484.png"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Premium Tint Work",
|
||||
price: "Finished",
|
||||
variant: "Tinting",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/before-after-split-showing-a-dirty-car-i-1774809566377-f7785484.png?_wi=3",
|
||||
},
|
||||
id: "3", name: "Premium Tint Work", price: "Finished", variant: "Tinting", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/before-after-split-showing-a-dirty-car-i-1774809566377-f7785484.png"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Engine Bay Clean",
|
||||
price: "Detailed",
|
||||
variant: "Deep Clean",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/before-after-split-showing-a-dirty-car-i-1774809566377-f7785484.png?_wi=4",
|
||||
},
|
||||
id: "4", name: "Engine Bay Clean", price: "Detailed", variant: "Deep Clean", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/before-after-split-showing-a-dirty-car-i-1774809566377-f7785484.png"},
|
||||
]}
|
||||
title="See the Difference"
|
||||
description="Evidence of our commitment to perfection."
|
||||
@@ -197,45 +135,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Price",
|
||||
quote: "Top quality work at excellent prices, would recommend.",
|
||||
name: "Sarah J.",
|
||||
role: "Client",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png?_wi=1",
|
||||
},
|
||||
id: "1", title: "Great Price", quote: "Top quality work at excellent prices, would recommend.", name: "Sarah J.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Incredible Turnaround",
|
||||
quote: "Fast service and friendly staff, my car looks brand new.",
|
||||
name: "Mike T.",
|
||||
role: "Client",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png?_wi=2",
|
||||
},
|
||||
id: "2", title: "Incredible Turnaround", quote: "Fast service and friendly staff, my car looks brand new.", name: "Mike T.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Detail Oriented",
|
||||
quote: "They missed nothing, really impressed with the restoration.",
|
||||
name: "David K.",
|
||||
role: "Client",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png?_wi=3",
|
||||
},
|
||||
id: "3", title: "Detail Oriented", quote: "They missed nothing, really impressed with the restoration.", name: "David K.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Highly Recommend",
|
||||
quote: "Best detailing service in Tennessee hands down.",
|
||||
name: "Emily R.",
|
||||
role: "Client",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png?_wi=4",
|
||||
},
|
||||
id: "4", title: "Highly Recommend", quote: "Best detailing service in Tennessee hands down.", name: "Emily R.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Life Saver",
|
||||
quote: "They got out stains I thought were permanent. Amazing work.",
|
||||
name: "Chris B.",
|
||||
role: "Client",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png?_wi=5",
|
||||
},
|
||||
id: "5", title: "Life Saver", quote: "They got out stains I thought were permanent. Amazing work.", name: "Chris B.", role: "Client", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdCKyqFpvX5BEkjqDWrxG7HJLb/close-up-headshot-of-a-happy-customer-pr-1774809566087-03e80043.png"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Trusted by car enthusiasts throughout Johnson City."
|
||||
@@ -246,18 +154,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
text="Ready to Make Your Car Look Brand New? Book your detailing session today at East Tennessee Car Detailing."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+14235550123",
|
||||
},
|
||||
text: "Call Now", href: "tel:+14235550123"},
|
||||
{
|
||||
text: "Get Free Quote",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Free Quote", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user