Update src/app/page.tsx
This commit is contained in:
292
src/app/page.tsx
292
src/app/page.tsx
@@ -32,8 +32,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Interior Detailing", href: "/services#interior" },
|
||||
{ label: "Exterior Detailing", href: "/services#exterior" },
|
||||
{ label: "Paint Protection", href: "/services#paint" },
|
||||
@@ -41,8 +40,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Gallery", href: "/gallery" },
|
||||
{ label: "Reviews", href: "/reviews" },
|
||||
@@ -50,13 +48,10 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Call Us", href: "tel:+17277689287" },
|
||||
{
|
||||
label: "4927 Haines Rd N, St. Petersburg, FL 33714",
|
||||
href: "https://maps.google.com/?q=4927+Haines+Rd+N,+St.+Petersburg,+FL+33714",
|
||||
},
|
||||
label: "4927 Haines Rd N, St. Petersburg, FL 33714", href: "https://maps.google.com/?q=4927+Haines+Rd+N,+St.+Petersburg,+FL+33714"},
|
||||
{ label: "Book Appointment", href: "/contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
@@ -91,45 +86,31 @@ export default function HomePage() {
|
||||
<HeroBillboard
|
||||
title="Premium Auto Detailing in St. Petersburg"
|
||||
description="Professional interior and exterior detailing that makes your car look brand new. Restore shine, protect paint, and increase your vehicle's value with our expert services."
|
||||
background={{ variant: "circleGradient" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="5.0 Star Rated Service"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+17277689287",
|
||||
},
|
||||
text: "Call Now", href: "tel:+17277689287"},
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-searching-new-car-dealership_23-2149117179.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-searching-new-car-dealership_23-2149117179.jpg"
|
||||
imageAlt="Perfectly detailed luxury car with gleaming finish"
|
||||
mediaAnimation="blur-reveal"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Interior Detailing",
|
||||
},
|
||||
type: "text", text: "Interior Detailing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Exterior Polishing",
|
||||
},
|
||||
type: "text", text: "Exterior Polishing"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Paint Protection",
|
||||
},
|
||||
type: "text", text: "Paint Protection"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Engine Bay Cleaning",
|
||||
},
|
||||
type: "text", text: "Engine Bay Cleaning"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Stain Removal",
|
||||
},
|
||||
type: "text", text: "Stain Removal"},
|
||||
]}
|
||||
marqueeSpeed={35}
|
||||
showMarqueeCard={true}
|
||||
@@ -147,102 +128,74 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Interior Detailing",
|
||||
description:
|
||||
"Deep clean your car's interior with professional vacuuming, seat shampooing, carpet cleaning, and dashboard conditioning. Removes odors, stains, and allergens for a fresh, pristine cabin.",
|
||||
media: {
|
||||
id: "1", title: "Interior Detailing", description:
|
||||
"Deep clean your car's interior with professional vacuuming, seat shampooing, carpet cleaning, and dashboard conditioning. Removes odors, stains, and allergens for a fresh, pristine cabin.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Removes dirt and stains",
|
||||
},
|
||||
text: "Removes dirt and stains"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Eliminates odors",
|
||||
},
|
||||
text: "Eliminates odors"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Protects upholstery",
|
||||
},
|
||||
text: "Protects upholstery"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Exterior Detailing",
|
||||
description:
|
||||
"Restore your car's shine with professional washing, clay bar treatment, and premium waxing. Protects paint from UV rays, dirt, and environmental contaminants.",
|
||||
media: {
|
||||
id: "2", title: "Exterior Detailing", description:
|
||||
"Restore your car's shine with professional washing, clay bar treatment, and premium waxing. Protects paint from UV rays, dirt, and environmental contaminants.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26045.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/man-washing-his-car-garage_1157-26045.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Restores glossy finish",
|
||||
},
|
||||
text: "Restores glossy finish"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Provides UV protection",
|
||||
},
|
||||
text: "Provides UV protection"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Increases resale value",
|
||||
},
|
||||
text: "Increases resale value"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Paint Protection",
|
||||
description:
|
||||
"Ceramic coating and paint protection film services that create a durable barrier against scratches, swirls, and environmental damage. Maintains showroom shine for years.",
|
||||
media: {
|
||||
id: "3", title: "Paint Protection", description:
|
||||
"Ceramic coating and paint protection film services that create a durable barrier against scratches, swirls, and environmental damage. Maintains showroom shine for years.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342658.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342658.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Long-lasting protection",
|
||||
},
|
||||
text: "Long-lasting protection"},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Enhanced gloss effect",
|
||||
},
|
||||
text: "Enhanced gloss effect"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Easy maintenance",
|
||||
},
|
||||
text: "Easy maintenance"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Engine Bay Cleaning",
|
||||
description:
|
||||
"Professional engine compartment cleaning that removes built-up grime and grease. Improves performance visibility and prevents corrosion while maintaining engine health.",
|
||||
media: {
|
||||
id: "4", title: "Engine Bay Cleaning", description:
|
||||
"Professional engine compartment cleaning that removes built-up grime and grease. Improves performance visibility and prevents corrosion while maintaining engine health.", media: {
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/black-auto-mechanic-checking-car-oil-while-wearing-face-mask-repair-shop_637285-9448.jpg?_wi=1",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/black-auto-mechanic-checking-car-oil-while-wearing-face-mask-repair-shop_637285-9448.jpg"},
|
||||
items: [
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Removes heavy grime",
|
||||
},
|
||||
text: "Removes heavy grime"},
|
||||
{
|
||||
icon: Check,
|
||||
text: "Prevents corrosion",
|
||||
},
|
||||
text: "Prevents corrosion"},
|
||||
{
|
||||
icon: Shield,
|
||||
text: "Professional finish",
|
||||
},
|
||||
text: "Professional finish"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
@@ -252,9 +205,7 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "View All Services",
|
||||
href: "/services",
|
||||
},
|
||||
text: "View All Services", href: "/services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -273,45 +224,22 @@ export default function HomePage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Full Service Auto Detailz",
|
||||
name: "Luxury Sedan - Exterior Detail",
|
||||
price: "Complete Transformation",
|
||||
rating: 5,
|
||||
reviewCount: "Before & After",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/black-liquid-with-many-blobs_23-2147934192.jpg?_wi=1",
|
||||
imageAlt: "Luxury sedan before and after professional detailing",
|
||||
},
|
||||
id: "1", brand: "Full Service Auto Detailz", name: "Luxury Sedan - Exterior Detail", price: "Complete Transformation", rating: 5,
|
||||
reviewCount: "Before & After", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/black-liquid-with-many-blobs_23-2147934192.jpg", imageAlt: "Luxury sedan before and after professional detailing"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Full Service Auto Detailz",
|
||||
name: "SUV Interior - Deep Clean",
|
||||
price: "Professional Results",
|
||||
rating: 5,
|
||||
reviewCount: "Stain Removal",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-dressed-brown-leather-jacket-sits-wheel-tuned-retro-car-with-open-door_613910-19274.jpg?_wi=1",
|
||||
imageAlt: "Vehicle interior before and after professional cleaning",
|
||||
},
|
||||
id: "2", brand: "Full Service Auto Detailz", name: "SUV Interior - Deep Clean", price: "Professional Results", rating: 5,
|
||||
reviewCount: "Stain Removal", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/stylish-bearded-male-sunglasses-dressed-brown-leather-jacket-sits-wheel-tuned-retro-car-with-open-door_613910-19274.jpg", imageAlt: "Vehicle interior before and after professional cleaning"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Full Service Auto Detailz",
|
||||
name: "Sports Car - Paint Protection",
|
||||
price: "Premium Protection",
|
||||
rating: 5,
|
||||
reviewCount: "Ceramic Coated",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342658.jpg?_wi=2",
|
||||
imageAlt: "Sports car with premium ceramic coating applied",
|
||||
},
|
||||
id: "3", brand: "Full Service Auto Detailz", name: "Sports Car - Paint Protection", price: "Premium Protection", rating: 5,
|
||||
reviewCount: "Ceramic Coated", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-working-car-wrapping_23-2149342658.jpg", imageAlt: "Sports car with premium ceramic coating applied"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Full Gallery",
|
||||
href: "/gallery",
|
||||
},
|
||||
text: "View Full Gallery", href: "/gallery"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -331,78 +259,40 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "James Mitchell",
|
||||
handle: "@jamesmitchell",
|
||||
testimonial:
|
||||
"Absolutely incredible work! My car looks brand new. The attention to detail is unmatched. Highly recommend Full Service Auto Detailz!",
|
||||
rating: 5,
|
||||
id: "1", name: "James Mitchell", handle: "@jamesmitchell", testimonial:
|
||||
"Absolutely incredible work! My car looks brand new. The attention to detail is unmatched. Highly recommend Full Service Auto Detailz!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
|
||||
imageAlt: "James Mitchell, satisfied customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Mitchell, satisfied customer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarahjohnson",
|
||||
testimonial:
|
||||
"Best detailing service in St. Petersburg! My interior smells fresh and looks immaculate. They removed every stain and odor. Worth every penny!",
|
||||
rating: 5,
|
||||
id: "2", name: "Sarah Johnson", handle: "@sarahjohnson", testimonial:
|
||||
"Best detailing service in St. Petersburg! My interior smells fresh and looks immaculate. They removed every stain and odor. Worth every penny!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg?_wi=1",
|
||||
imageAlt: "Sarah Johnson, verified customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", imageAlt: "Sarah Johnson, verified customer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Michael Rodriguez",
|
||||
handle: "@mrodriguez",
|
||||
testimonial:
|
||||
"Professional, reliable, and thorough. I've been using Full Service Auto Detailz for a year now. They never disappoint. My car always looks showroom fresh!",
|
||||
rating: 5,
|
||||
id: "3", name: "Michael Rodriguez", handle: "@mrodriguez", testimonial:
|
||||
"Professional, reliable, and thorough. I've been using Full Service Auto Detailz for a year now. They never disappoint. My car always looks showroom fresh!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg?_wi=1",
|
||||
imageAlt: "Michael Rodriguez, loyal customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Michael Rodriguez, loyal customer"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Emily Chen",
|
||||
handle: "@emilychen",
|
||||
testimonial:
|
||||
"The ceramic coating service is amazing! My paint is protected and shiny. The team was professional and explained everything clearly. Highly satisfied!",
|
||||
rating: 5,
|
||||
id: "4", name: "Emily Chen", handle: "@emilychen", testimonial:
|
||||
"The ceramic coating service is amazing! My paint is protected and shiny. The team was professional and explained everything clearly. Highly satisfied!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg?_wi=1",
|
||||
imageAlt: "Emily Chen, satisfied customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/portrait-confident-businesswoman_107420-84872.jpg", imageAlt: "Emily Chen, satisfied customer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Thompson",
|
||||
handle: "@dthompson",
|
||||
testimonial:
|
||||
"Exceptional service and attention to detail. My luxury vehicle has never looked better. The team treats every car like it's their own!",
|
||||
rating: 5,
|
||||
id: "5", name: "David Thompson", handle: "@dthompson", testimonial:
|
||||
"Exceptional service and attention to detail. My luxury vehicle has never looked better. The team treats every car like it's their own!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/funny-expression_1194-3303.jpg?_wi=1",
|
||||
imageAlt: "David Thompson, verified customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/funny-expression_1194-3303.jpg", imageAlt: "David Thompson, verified customer"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Maria Garcia",
|
||||
handle: "@mariagarcia",
|
||||
testimonial:
|
||||
"Outstanding work! The engine bay cleaning made a huge difference. Professional team, fair prices, and impeccable results. Five stars all the way!",
|
||||
rating: 5,
|
||||
id: "6", name: "Maria Garcia", handle: "@mariagarcia", testimonial:
|
||||
"Outstanding work! The engine bay cleaning made a huge difference. Professional team, fair prices, and impeccable results. Five stars all the way!", rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pretty-teacher-standing-white_114579-77731.jpg?_wi=1",
|
||||
imageAlt: "Maria Garcia, satisfied customer",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/pretty-teacher-standing-white_114579-77731.jpg", imageAlt: "Maria Garcia, satisfied customer"},
|
||||
]}
|
||||
carouselMode="auto"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read More Reviews",
|
||||
href: "/reviews",
|
||||
},
|
||||
text: "Read More Reviews", href: "/reviews"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -419,14 +309,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"AAA Member Approved",
|
||||
"Google 5-Star Rated",
|
||||
"Local Business Partner",
|
||||
"Professional Certified",
|
||||
"Quality Assured",
|
||||
"Customer Verified",
|
||||
"Trusted by Tampa Bay",
|
||||
]}
|
||||
"AAA Member Approved", "Google 5-Star Rated", "Local Business Partner", "Professional Certified", "Quality Assured", "Customer Verified", "Trusted by Tampa Bay"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -438,9 +321,7 @@ export default function HomePage() {
|
||||
ctaTitle="Ready to Transform Your Vehicle?"
|
||||
ctaDescription="Get in touch today to schedule your professional auto detailing appointment. Call or book online now!"
|
||||
ctaButton={{
|
||||
text: "Call (727) 768-9287",
|
||||
href: "tel:+17277689287",
|
||||
}}
|
||||
text: "Call (727) 768-9287", href: "tel:+17277689287"}}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
@@ -448,35 +329,20 @@ export default function HomePage() {
|
||||
showCard={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does a full detail take?",
|
||||
content:
|
||||
"A complete interior and exterior detail typically takes 4-6 hours depending on your vehicle's condition and size. We offer flexible scheduling to fit your needs.",
|
||||
},
|
||||
id: "1", title: "How long does a full detail take?", content:
|
||||
"A complete interior and exterior detail typically takes 4-6 hours depending on your vehicle's condition and size. We offer flexible scheduling to fit your needs."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is included in interior detailing?",
|
||||
content:
|
||||
"Interior detailing includes professional vacuuming, seat shampooing, carpet cleaning, dashboard conditioning, odor removal, and stain treatment for all upholstered surfaces.",
|
||||
},
|
||||
id: "2", title: "What is included in interior detailing?", content:
|
||||
"Interior detailing includes professional vacuuming, seat shampooing, carpet cleaning, dashboard conditioning, odor removal, and stain treatment for all upholstered surfaces."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is ceramic coating worth it?",
|
||||
content:
|
||||
"Yes! Ceramic coating provides long-lasting protection (3-5 years) against UV rays, dirt, and environmental contaminants while maintaining a beautiful glossy shine with minimal maintenance.",
|
||||
},
|
||||
id: "3", title: "Is ceramic coating worth it?", content:
|
||||
"Yes! Ceramic coating provides long-lasting protection (3-5 years) against UV rays, dirt, and environmental contaminants while maintaining a beautiful glossy shine with minimal maintenance."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer mobile detailing?",
|
||||
content:
|
||||
"Currently, we provide our services at our St. Petersburg location. However, we recommend calling us at (727) 768-9287 to discuss your specific needs and availability.",
|
||||
},
|
||||
id: "4", title: "Do you offer mobile detailing?", content:
|
||||
"Currently, we provide our services at our St. Petersburg location. However, we recommend calling us at (727) 768-9287 to discuss your specific needs and availability."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What payment methods do you accept?",
|
||||
content:
|
||||
"We accept all major credit cards, cash, and digital payment methods. We also offer flexible scheduling and seasonal packages to fit any budget.",
|
||||
},
|
||||
id: "5", title: "What payment methods do you accept?", content:
|
||||
"We accept all major credit cards, cash, and digital payment methods. We also offer flexible scheduling and seasonal packages to fit any budget."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user