Merge version_1 into main #2
113
src/app/page.tsx
113
src/app/page.tsx
@@ -36,8 +36,7 @@ export default function HomePage() {
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{
|
||||
text: "Book Appointment",
|
||||
href: "/book"
|
||||
text: "Book Appointment", href: "/book"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -48,7 +47,7 @@ export default function HomePage() {
|
||||
description="Experience premium automotive detailing services that restore your vehicle's shine and protect your investment. We deliver exceptional results every time."
|
||||
tag="Jacksonville, AR"
|
||||
background={{
|
||||
variant: "circleGradient"
|
||||
variant: "glowing-orb"
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mixing-black-white-liquid-with-foam-blobs_23-2147934171.jpg"
|
||||
imageAlt="Professional car detailing service"
|
||||
@@ -56,42 +55,28 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "James Martinez",
|
||||
handle: "Fleet Manager",
|
||||
testimonial: "Outstanding service! My vehicles have never looked better. The team takes pride in their work.",
|
||||
rating: 5,
|
||||
name: "James Martinez", handle: "Fleet Manager", testimonial: "Outstanding service! My vehicles have never looked better. The team takes pride in their work.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sarah Johnson",
|
||||
handle: "Car Enthusiast",
|
||||
testimonial: "Best detailing in Jacksonville! Professional, efficient, and attention to detail is impeccable.",
|
||||
rating: 5,
|
||||
name: "Sarah Johnson", handle: "Car Enthusiast", testimonial: "Best detailing in Jacksonville! Professional, efficient, and attention to detail is impeccable.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg"
|
||||
},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "Business Owner",
|
||||
testimonial: "Reliable, thorough, and affordable. They've maintained all my company vehicles for two years.",
|
||||
rating: 5,
|
||||
name: "Michael Chen", handle: "Business Owner", testimonial: "Reliable, thorough, and affordable. They've maintained all my company vehicles for two years.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg"
|
||||
},
|
||||
{
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Satisfied Customer",
|
||||
testimonial: "My truck's paint looks brand new. Highly recommend Good'en Clean for any detailing needs!",
|
||||
rating: 5,
|
||||
name: "Emily Rodriguez", handle: "Satisfied Customer", testimonial: "My truck's paint looks brand new. Highly recommend Good'en Clean for any detailing needs!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "/book"
|
||||
text: "Book Now", href: "/book"
|
||||
},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "services"
|
||||
text: "Learn More", href: "services"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -102,30 +87,15 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Interior",
|
||||
title: "Interior Detailing",
|
||||
subtitle: "Complete cabin refresh and protection",
|
||||
description: "Thorough cleaning of seats, carpets, and upholstery. Includes vacuum, steam cleaning, leather conditioning, and air freshening for a pristine interior environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193578.jpg",
|
||||
imageAlt: "car interior detailing vacuum cleaning"
|
||||
tag: "Interior", title: "Interior Detailing", subtitle: "Complete cabin refresh and protection", description: "Thorough cleaning of seats, carpets, and upholstery. Includes vacuum, steam cleaning, leather conditioning, and air freshening for a pristine interior environment.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193578.jpg", imageAlt: "car interior detailing vacuum cleaning"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Exterior",
|
||||
title: "Exterior Detailing",
|
||||
subtitle: "Paint correction and shine restoration",
|
||||
description: "Hand wash, clay bar treatment, paint polishing, and wax application. Restores your vehicle's paint to showroom condition with lasting protection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cool-old-woman-with-motorbike_23-2150647783.jpg",
|
||||
imageAlt: "car exterior detailing hand washing"
|
||||
tag: "Exterior", title: "Exterior Detailing", subtitle: "Paint correction and shine restoration", description: "Hand wash, clay bar treatment, paint polishing, and wax application. Restores your vehicle's paint to showroom condition with lasting protection.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cool-old-woman-with-motorbike_23-2150647783.jpg", imageAlt: "car exterior detailing hand washing"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Protection",
|
||||
title: "Ceramic Coating",
|
||||
subtitle: "Long-lasting paint protection",
|
||||
description: "Professional ceramic coating application provides 12-24 months of superior protection against UV rays, contaminants, and environmental damage.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26060.jpg",
|
||||
imageAlt: "ceramic coating car protection spray"
|
||||
tag: "Protection", title: "Ceramic Coating", subtitle: "Long-lasting paint protection", description: "Professional ceramic coating application provides 12-24 months of superior protection against UV rays, contaminants, and environmental damage.", imageSrc: "http://img.b2bpic.net/free-photo/man-polish-car-garage_1157-26060.jpg", imageAlt: "ceramic coating car protection spray"
|
||||
}
|
||||
]}
|
||||
title="Our Premium Services"
|
||||
@@ -144,35 +114,26 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14481.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/builder-man-wearing-construction-uniform-standing-with-arms-crossed-with-confident-smile-isolated-orange-wall_141793-14481.jpg"
|
||||
imageAlt="Professional car detailing team"
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Team",
|
||||
description: "Certified detailers with years of experience in automotive care and protection techniques.",
|
||||
icon: Award
|
||||
title: "Expert Team", description: "Certified detailers with years of experience in automotive care and protection techniques.", icon: Award
|
||||
},
|
||||
{
|
||||
title: "Premium Products",
|
||||
description: "We use only professional-grade, eco-friendly cleaning products that are safe for your vehicle.",
|
||||
icon: Sparkles
|
||||
title: "Premium Products", description: "We use only professional-grade, eco-friendly cleaning products that are safe for your vehicle.", icon: Sparkles
|
||||
},
|
||||
{
|
||||
title: "Attention to Detail",
|
||||
description: "Every vehicle receives meticulous care with our step-by-step detailing process and quality checks.",
|
||||
icon: CheckCircle
|
||||
title: "Attention to Detail", description: "Every vehicle receives meticulous care with our step-by-step detailing process and quality checks.", icon: CheckCircle
|
||||
},
|
||||
{
|
||||
title: "Customer Focused",
|
||||
description: "Satisfaction guaranteed with transparent pricing and flexible scheduling to fit your needs.",
|
||||
icon: Heart
|
||||
title: "Customer Focused", description: "Satisfaction guaranteed with transparent pricing and flexible scheduling to fit your needs.", icon: Heart
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Service",
|
||||
href: "/book"
|
||||
text: "Book Your Service", href: "/book"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -182,24 +143,16 @@ export default function HomePage() {
|
||||
<MetricCardTwo
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "5.0★",
|
||||
description: "Average Rating"
|
||||
id: "1", value: "5.0★", description: "Average Rating"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "45+",
|
||||
description: "Customer Reviews"
|
||||
id: "2", value: "45+", description: "Customer Reviews"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "10+",
|
||||
description: "Years Experience"
|
||||
id: "3", value: "10+", description: "Years Experience"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "500+",
|
||||
description: "Happy Customers"
|
||||
id: "4", value: "500+", description: "Happy Customers"
|
||||
}
|
||||
]}
|
||||
title="Our Track Record"
|
||||
@@ -219,20 +172,16 @@ export default function HomePage() {
|
||||
author="James Martinez, Fleet Manager"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
|
||||
alt: "James Martinez"
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", alt: "James Martinez"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
|
||||
alt: "Sarah Johnson"
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", alt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
|
||||
alt: "Michael Chen"
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg", alt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg",
|
||||
alt: "Emily Rodriguez"
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-middle-aged-businessman-posing-looking-camera_1163-4800.jpg", alt: "Emily Rodriguez"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
@@ -250,12 +199,10 @@ export default function HomePage() {
|
||||
description="Professional car detailing for Jacksonville residents. Choose your service, pick your time, and enjoy pristine results. Contact us at +1 501-596-1083 or book online."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "/book"
|
||||
text: "Book Appointment", href: "/book"
|
||||
},
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+15015961083"
|
||||
text: "Call Us Now", href: "tel:+15015961083"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -270,12 +217,10 @@ export default function HomePage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Good'en Clean"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#"
|
||||
text: "Privacy Policy", href: "#"
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#"
|
||||
text: "Terms of Service", href: "#"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user