Merge version_2 into main #2
234
src/app/page.tsx
234
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Services", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Easy Done"
|
||||
/>
|
||||
@@ -54,51 +46,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
title="Luxury Mobile Detailing That Comes To You"
|
||||
description="Professional interior and exterior detailing, paint restoration, and ceramic coating — all performed at your home or workplace. We bring showroom-level results without the hassle."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Detail",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Detail", href: "#contact"},
|
||||
{
|
||||
text: "Call Now: 252-777-5469",
|
||||
href: "tel:2527775469",
|
||||
},
|
||||
text: "Call Now: 252-777-5469", href: "tel:2527775469"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "h1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg?_wi=1",
|
||||
imageAlt: "Mobile Detailing Scene",
|
||||
},
|
||||
id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg?_wi=1", imageAlt: "Mobile Detailing Scene"},
|
||||
{
|
||||
id: "h2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-cosmetics-products-black-background-professional-cosmetics_482257-35029.jpg",
|
||||
imageAlt: "Mobile Detailing Scene",
|
||||
},
|
||||
id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/make-up-cosmetics-products-black-background-professional-cosmetics_482257-35029.jpg", imageAlt: "Mobile Detailing Scene"},
|
||||
{
|
||||
id: "h3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-holding-baggage_23-2149901448.jpg",
|
||||
imageAlt: "Mobile Detailing Scene",
|
||||
},
|
||||
id: "h3", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-valet-holding-baggage_23-2149901448.jpg", imageAlt: "Mobile Detailing Scene"},
|
||||
{
|
||||
id: "h4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194066.jpg",
|
||||
imageAlt: "Mobile Detailing Scene",
|
||||
},
|
||||
id: "h4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-interior_23-2148194066.jpg", imageAlt: "Mobile Detailing Scene"},
|
||||
{
|
||||
id: "h5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg",
|
||||
imageAlt: "Mobile Detailing Scene",
|
||||
},
|
||||
id: "h5", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22308.jpg", imageAlt: "Mobile Detailing Scene"},
|
||||
{
|
||||
id: "h6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5021.jpg",
|
||||
imageAlt: "Mobile Detailing Scene",
|
||||
},
|
||||
id: "h6", imageSrc: "http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5021.jpg", imageAlt: "Mobile Detailing Scene"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -108,14 +77,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "About Easy Done Mobile Detailing",
|
||||
},
|
||||
type: "text", content: "About Easy Done Mobile Detailing"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-high-angle_23-2149714275.jpg",
|
||||
alt: "Detailing in action",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-high-angle_23-2149714275.jpg", alt: "Detailing in action"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,32 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fully Mobile Service",
|
||||
descriptions: [
|
||||
"We come to you, anywhere in Brunswick or New Hanover County.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5016.jpg",
|
||||
imageAlt: "South asian man or indian male washing his white transportation on car wash",
|
||||
},
|
||||
id: "f1", title: "Fully Mobile Service", descriptions: [
|
||||
"We come to you, anywhere in Brunswick or New Hanover County."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5016.jpg", imageAlt: "South asian man or indian male washing his white transportation on car wash"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Premium Products",
|
||||
descriptions: [
|
||||
"We use only high-end sealants and professional-grade detailing chemicals.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg?_wi=2",
|
||||
imageAlt: "South asian man or indian male washing his white transportation on car wash",
|
||||
},
|
||||
id: "f2", title: "Premium Products", descriptions: [
|
||||
"We use only high-end sealants and professional-grade detailing chemicals."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car-carwash-station-wearing-orange-vest_651396-2793.jpg?_wi=2", imageAlt: "South asian man or indian male washing his white transportation on car wash"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Satisfaction Guaranteed",
|
||||
descriptions: [
|
||||
"Our focus is on delivering consistent, showroom-level results every time.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-high-angle_23-2149714275.jpg",
|
||||
imageAlt: "South asian man or indian male washing his white transportation on car wash",
|
||||
},
|
||||
id: "f3", title: "Satisfaction Guaranteed", descriptions: [
|
||||
"Our focus is on delivering consistent, showroom-level results every time."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-protective-equipment-high-angle_23-2149714275.jpg", imageAlt: "South asian man or indian male washing his white transportation on car wash"},
|
||||
]}
|
||||
title="Why Drivers Choose Easy Done"
|
||||
description="We don't rush jobs. We restore vehicles properly using professional-grade tools."
|
||||
@@ -166,75 +115,35 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Entry",
|
||||
price: "$150",
|
||||
subtitle: "Essential Detail",
|
||||
features: [
|
||||
"Hand Wash",
|
||||
"Wheels & Tires",
|
||||
"Vacuum",
|
||||
"Dashboard Wipe",
|
||||
],
|
||||
id: "p1", badge: "Entry", price: "$150", subtitle: "Essential Detail", features: [
|
||||
"Hand Wash", "Wheels & Tires", "Vacuum", "Dashboard Wipe"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Popular",
|
||||
price: "$220",
|
||||
subtitle: "Complete Detail",
|
||||
features: [
|
||||
"Deep Interior Clean",
|
||||
"Shampoo",
|
||||
"Wax",
|
||||
"Tire Shine",
|
||||
],
|
||||
id: "p2", badge: "Popular", price: "$220", subtitle: "Most Popular: Complete Detail", features: [
|
||||
"Deep Interior Clean", "Shampoo", "Wax", "Tire Shine"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Pro",
|
||||
price: "$550",
|
||||
subtitle: "Professional Detail",
|
||||
features: [
|
||||
"Deep Restoration",
|
||||
"Paint Decon",
|
||||
"Clay Bar",
|
||||
"Paint Enhancement",
|
||||
],
|
||||
id: "p3", badge: "Pro", price: "$550", subtitle: "Professional Detail", features: [
|
||||
"Deep Restoration", "Paint Decon", "Clay Bar", "Paint Enhancement"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
badge: "Ceramic",
|
||||
price: "$800+",
|
||||
subtitle: "Ceramic Coating",
|
||||
features: [
|
||||
"Full Paint Prep",
|
||||
"Correction",
|
||||
"High-Gloss Finish",
|
||||
"Hydrophobic",
|
||||
],
|
||||
id: "p4", badge: "Ceramic", price: "$800+", subtitle: "Ceramic Coating", features: [
|
||||
"Full Paint Prep", "Correction", "High-Gloss Finish", "Hydrophobic"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -251,25 +160,15 @@ export default function LandingPage() {
|
||||
author="Sarah Johnson"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/studio-portrait-serious-bearded-male-dressed-suit_613910-5596.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-confident-woman-startup-manager-office-posing-with-confidence-looking_1258-195341.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/teen-age-youth-style-self-expression-concept-portrait-positive-happy-teenage-girl-with-bob-pinkish-hairstyle-facial-piercing-relaxing-indoors_343059-3781.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -282,20 +181,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you bring your own water and power?",
|
||||
content: "Yes, we are fully self-contained and equipped to provide premium service at your location.",
|
||||
},
|
||||
id: "q1", title: "Do you bring your own water and power?", content: "Yes, we are fully self-contained and equipped to provide premium service at your location."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do I need to be home?",
|
||||
content: "No, as long as we have access to your vehicle, we can perform the detail while you are at work or inside your home.",
|
||||
},
|
||||
id: "q2", title: "Do I need to be home?", content: "No, as long as we have access to your vehicle, we can perform the detail while you are at work or inside your home."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What areas do you serve?",
|
||||
content: "We proudly serve Bolivia, Supply, Wilmington, and Southport, NC.",
|
||||
},
|
||||
id: "q3", title: "What areas do you serve?", content: "We proudly serve Bolivia, Supply, Wilmington, and Southport, NC."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/disinfection-equipment-table_23-2148577846.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -309,8 +199,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Schedule Now"
|
||||
title="Book Your Detail Today"
|
||||
description="Easysaiddone@gmail.com | 252-777-5469 | 7 AM - 7 PM Daily"
|
||||
@@ -321,42 +210,27 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Easy Done",
|
||||
items: [
|
||||
title: "Easy Done", items: [
|
||||
{
|
||||
label: "Luxury Mobile Auto Care",
|
||||
href: "#",
|
||||
},
|
||||
label: "Luxury Mobile Auto Care", href: "#"},
|
||||
{
|
||||
label: "Serving Brunswick & New Hanover",
|
||||
href: "#",
|
||||
},
|
||||
label: "Serving Brunswick & New Hanover", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Interior Detailing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Interior Detailing", href: "#pricing"},
|
||||
{
|
||||
label: "Ceramic Coating",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Ceramic Coating", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user