Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-09 02:32:17 +00:00
3 changed files with 126 additions and 359 deletions

View File

@@ -20,8 +20,7 @@ export default function ContactPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Ceramic Coatings", href: "/services" },
{ label: "Paint Protection Film", href: "/services" },
{ label: "Window Tint", href: "/services" },
@@ -30,8 +29,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Gallery", href: "/gallery" },
@@ -40,8 +38,7 @@ export default function ContactPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "+1 (385) 887-2646", href: "tel:+13858872646" },
{ label: "14574 S Center Point Way Suite 100B, Bluffdale, UT 84065", href: "https://maps.google.com/?q=14574+S+Center+Point+Way+Suite+100B+Bluffdale+Utah" },
{ label: "Get a Free Quote", href: "/contact" },
@@ -56,7 +53,7 @@ export default function ContactPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -70,9 +67,7 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
text: "Call Now",
href: "tel:+13858872646",
}}
text: "Call Now", href: "tel:+13858872646"}}
/>
</div>
@@ -81,19 +76,13 @@ export default function ContactPage() {
features={[
{
icon: Phone,
title: "Call Us Now",
description: "Speak directly with our team to schedule your ceramic coating, paint protection film, window tint, or detailing service. Quick turnaround, professional results.",
},
title: "Call Us Now", description: "Speak directly with our team to schedule your ceramic coating, paint protection film, window tint, or detailing service. Quick turnaround, professional results."},
{
icon: Mail,
title: "Email Inquiry",
description: "Have questions about our services? Contact us online and we'll provide a detailed consultation and quote for your vehicle's specific needs.",
},
title: "Email Inquiry", description: "Have questions about our services? Contact us online and we'll provide a detailed consultation and quote for your vehicle's specific needs."},
{
icon: MapPin,
title: "Visit Our Location",
description: "Located in Bluffdale, Utah. We're your trusted local shop for premium auto protection and detailing. Flexible scheduling to fit your needs.",
},
title: "Visit Our Location", description: "Located in Bluffdale, Utah. We're your trusted local shop for premium auto protection and detailing. Flexible scheduling to fit your needs."},
]}
title="Get in Touch"
description="Contact Steam Team Auto Spa today to protect your vehicle with professional ceramic coatings, paint protection film, and expert detailing."
@@ -105,13 +94,9 @@ export default function ContactPage() {
useInvertedBackground={false}
buttons={[
{
text: "Call Now",
href: "tel:+13858872646",
},
text: "Call Now", href: "tel:+13858872646"},
{
text: "Get Free Quote",
href: "https://forms.gle/contact",
},
text: "Get Free Quote", href: "https://forms.gle/contact"},
]}
buttonAnimation="slide-up"
/>
@@ -121,55 +106,27 @@ export default function ContactPage() {
<MetricCardTen
metrics={[
{
id: "1",
title: "Bluffdale HQ",
subtitle: "Our Primary Location",
category: "Headquarters",
value: "14574 S Center Point Way Suite 100B",
buttons: [
id: "1", title: "Bluffdale HQ", subtitle: "Our Primary Location", category: "Headquarters", value: "14574 S Center Point Way Suite 100B", buttons: [
{
text: "Get Directions",
href: "https://maps.google.com/?q=14574+S+Center+Point+Way+Suite+100B+Bluffdale+Utah",
},
text: "Get Directions", href: "https://maps.google.com/?q=14574+S+Center+Point+Way+Suite+100B+Bluffdale+Utah"},
],
},
{
id: "2",
title: "Phone",
subtitle: "Available for Consultations",
category: "Direct Line",
value: "+1 (385) 887-2646",
buttons: [
id: "2", title: "Phone", subtitle: "Available for Consultations", category: "Direct Line", value: "+1 (385) 887-2646", buttons: [
{
text: "Call Now",
href: "tel:+13858872646",
},
text: "Call Now", href: "tel:+13858872646"},
],
},
{
id: "3",
title: "Service Hours",
subtitle: "Professional Service Schedule",
category: "Monday - Saturday",
value: "9:00 AM - 6:00 PM",
buttons: [
id: "3", title: "Service Hours", subtitle: "Professional Service Schedule", category: "Monday - Saturday", value: "9:00 AM - 6:00 PM", buttons: [
{
text: "Book Appointment",
href: "tel:+13858872646",
},
text: "Book Appointment", href: "tel:+13858872646"},
],
},
{
id: "4",
title: "Service Area",
subtitle: "We Serve Utah Valley",
category: "Local Coverage",
value: "Mobile Detail Available",
buttons: [
id: "4", title: "Service Area", subtitle: "We Serve Utah Valley", category: "Local Coverage", value: "Mobile Detail Available", buttons: [
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
],
},
]}
@@ -178,7 +135,7 @@ export default function ContactPage() {
tag="How to Reach Us"
tagIcon={MapPin}
tagAnimation="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="four-items-2x2-equal-grid"

View File

@@ -19,7 +19,7 @@ export default function HomePage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -37,9 +37,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Call Now",
href: "tel:+13858872646",
}}
text: "Call Now", href: "tel:+13858872646"}}
/>
</div>
@@ -54,41 +52,25 @@ export default function HomePage() {
imageAlt="Premium luxury car with ceramic coating protection"
mediaAnimation="slide-up"
imagePosition="right"
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
testimonials={[
{
name: "James Rodriguez",
handle: "Truck Owner, South Jordan",
testimonial: "Best detail work I've had in 10 years. The ceramic coating on my truck is incredible.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=1",
},
name: "James Rodriguez", handle: "Truck Owner, South Jordan", testimonial: "Best detail work I've had in 10 years. The ceramic coating on my truck is incredible.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg"},
{
name: "Sarah Chen",
handle: "Tesla Owner, Draper",
testimonial: "Professional, fast, and the paint protection film looks flawless. Highly recommend!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=1",
},
name: "Sarah Chen", handle: "Tesla Owner, Draper", testimonial: "Professional, fast, and the paint protection film looks flawless. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg"},
{
name: "Michael Thompson",
handle: "BMW Owner, Bluffdale",
testimonial: "The attention to detail is unmatched. Worth every penny for premium protection.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=2",
},
name: "Michael Thompson", handle: "BMW Owner, Bluffdale", testimonial: "The attention to detail is unmatched. Worth every penny for premium protection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg"},
]}
testimonialRotationInterval={5000}
buttons={[
{
text: "Call Now",
href: "tel:+13858872646",
},
text: "Call Now", href: "tel:+13858872646"},
{
text: "Get Free Quote",
href: "/contact",
},
text: "Get Free Quote", href: "/contact"},
]}
buttonAnimation="slide-up"
/>
@@ -117,9 +99,7 @@ export default function HomePage() {
showCard={true}
buttons={[
{
text: "View All Reviews",
href: "/reviews",
},
text: "View All Reviews", href: "/reviews"},
]}
/>
</div>
@@ -134,49 +114,35 @@ export default function HomePage() {
features={[
{
icon: Shield,
title: "Ceramic Coatings",
description:
"Professional-grade ceramic coatings provide long-term paint protection, hydrophobic properties, UV defense, and easier cleaning—keeping your vehicle looking showroom-fresh for years.",
},
title: "Ceramic Coatings", description:
"Professional-grade ceramic coatings provide long-term paint protection, hydrophobic properties, UV defense, and easier cleaning—keeping your vehicle looking showroom-fresh for years."},
{
icon: Layers,
title: "Paint Protection Film",
description:
"Self-healing PPF shields your vehicle from rock chips, scratches, and environmental damage. Invisible protection that maintains your car's original appearance while providing superior defense.",
},
title: "Paint Protection Film", description:
"Self-healing PPF shields your vehicle from rock chips, scratches, and environmental damage. Invisible protection that maintains your car's original appearance while providing superior defense."},
{
icon: Sun,
title: "Window Tint",
description:
"Professional window tinting improves comfort, protects interior from UV damage, enhances privacy, and adds style—while maintaining perfect visibility and legal compliance.",
},
title: "Window Tint", description:
"Professional window tinting improves comfort, protects interior from UV damage, enhances privacy, and adds style—while maintaining perfect visibility and legal compliance."},
{
icon: Sparkles,
title: "Paint Correction",
description:
"Expert paint correction removes swirls, scratches, and oxidation. We restore your vehicle's finish to showroom condition with multi-stage polishing and protection.",
},
title: "Paint Correction", description:
"Expert paint correction removes swirls, scratches, and oxidation. We restore your vehicle's finish to showroom condition with multi-stage polishing and protection."},
{
icon: Zap,
title: "Full Interior Detailing",
description:
"Complete interior cleaning including vacuuming, steam cleaning, leather conditioning, and protection treatments for a pristine cabin environment.",
},
title: "Full Interior Detailing", description:
"Complete interior cleaning including vacuuming, steam cleaning, leather conditioning, and protection treatments for a pristine cabin environment."},
{
icon: Wind,
title: "Exterior Detailing",
description:
"Professional exterior washing, clay bar treatment, polish, and protection—removing contaminants and revealing your vehicle's natural shine and protection.",
},
title: "Exterior Detailing", description:
"Professional exterior washing, clay bar treatment, polish, and protection—removing contaminants and revealing your vehicle's natural shine and protection."},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
]}
buttonAnimation="slide-up"
/>
@@ -186,21 +152,14 @@ export default function HomePage() {
<TextSplitAbout
title="Why Choose Steam Team Auto Spa"
description={[
"Steam Team Auto Spa is the trusted choice for vehicle protection and detailing across Utah. With 562+ five-star reviews, we've built our reputation on premium quality, attention to detail, and customer satisfaction.",
"Our experienced technicians use only professional-grade products and proven techniques to protect and enhance your vehicle. Whether you own a luxury vehicle, truck, SUV, or everyday car, we deliver exceptional results that exceed expectations.",
"As a women-owned and Latino-owned local business, we're committed to serving our community with integrity, professionalism, and unmatched expertise. Your vehicle deserves the best—and that's exactly what we provide.",
]}
"Steam Team Auto Spa is the trusted choice for vehicle protection and detailing across Utah. With 562+ five-star reviews, we've built our reputation on premium quality, attention to detail, and customer satisfaction.", "Our experienced technicians use only professional-grade products and proven techniques to protect and enhance your vehicle. Whether you own a luxury vehicle, truck, SUV, or everyday car, we deliver exceptional results that exceed expectations.", "As a women-owned and Latino-owned local business, we're committed to serving our community with integrity, professionalism, and unmatched expertise. Your vehicle deserves the best—and that's exactly what we provide."]}
showBorder={true}
useInvertedBackground={false}
buttons={[
{
text: "Schedule Your Detail",
href: "tel:+13858872646",
},
text: "Schedule Your Detail", href: "tel:+13858872646"},
{
text: "Get Free Quote",
href: "/contact",
},
text: "Get Free Quote", href: "/contact"},
]}
buttonAnimation="slide-up"
/>
@@ -215,53 +174,23 @@ export default function HomePage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "Jessica Martinez",
role: "Tesla Model 3 Owner",
company: "Draper",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg?_wi=2",
},
id: "1", name: "Jessica Martinez", role: "Tesla Model 3 Owner", company: "Draper", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg"},
{
id: "2",
name: "Marcus Thompson",
role: "BMW M440i Owner",
company: "Bluffdale",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=3",
},
id: "2", name: "Marcus Thompson", role: "BMW M440i Owner", company: "Bluffdale", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg"},
{
id: "3",
name: "Amanda Rodriguez",
role: "Ford F-150 Owner",
company: "South Jordan",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg?_wi=4",
},
id: "3", name: "Amanda Rodriguez", role: "Ford F-150 Owner", company: "South Jordan", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg"},
{
id: "4",
name: "David Chang",
role: "Range Rover Owner",
company: "Riverton",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1",
},
id: "4", name: "David Chang", role: "Range Rover Owner", company: "Riverton", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"},
{
id: "5",
name: "Sofia Hernandez",
role: "Lexus GX Owner",
company: "Bluffdale",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg?_wi=1",
},
id: "5", name: "Sofia Hernandez", role: "Lexus GX Owner", company: "Bluffdale", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-hispanic-female-executive-wearing-eyeglasses-standing-studio_662251-664.jpg"},
{
id: "6",
name: "Christopher Walsh",
role: "Porsche Owner",
company: "Draper",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg?_wi=1",
},
id: "6", name: "Christopher Walsh", role: "Porsche Owner", company: "Draper", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -269,9 +198,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "View All Reviews",
href: "/reviews",
},
text: "View All Reviews", href: "/reviews"},
]}
/>
</div>
@@ -286,35 +213,25 @@ export default function HomePage() {
features={[
{
icon: Phone,
title: "Call Now",
description:
"Speak directly with our team to schedule your service. Quick turnaround, professional results, premium protection.",
},
title: "Call Now", description:
"Speak directly with our team to schedule your service. Quick turnaround, professional results, premium protection."},
{
icon: Mail,
title: "Get a Free Quote",
description:
"Contact us online and we'll provide a detailed quote for your vehicle's specific needs and protection options.",
},
title: "Get a Free Quote", description:
"Contact us online and we'll provide a detailed quote for your vehicle's specific needs and protection options."},
{
icon: Calendar,
title: "Book Your Appointment",
description:
"Flexible scheduling available. We work around your busy life to protect your vehicle on your timeline.",
},
title: "Book Your Appointment", description:
"Flexible scheduling available. We work around your busy life to protect your vehicle on your timeline."},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "Call Now",
href: "tel:+13858872646",
},
text: "Call Now", href: "tel:+13858872646"},
{
text: "Get Free Quote",
href: "/contact",
},
text: "Get Free Quote", href: "/contact"},
]}
buttonAnimation="slide-up"
/>
@@ -325,70 +242,41 @@ export default function HomePage() {
logoText="Steam Team Auto Spa"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Ceramic Coatings",
href: "/services",
},
label: "Ceramic Coatings", href: "/services"},
{
label: "Paint Protection Film",
href: "/services",
},
label: "Paint Protection Film", href: "/services"},
{
label: "Window Tint",
href: "/services",
},
label: "Window Tint", href: "/services"},
{
label: "Paint Correction",
href: "/services",
},
label: "Paint Correction", href: "/services"},
{
label: "Interior Detailing",
href: "/services",
},
label: "Interior Detailing", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Gallery",
href: "/gallery",
},
label: "Gallery", href: "/gallery"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "+1 (385) 887-2646",
href: "tel:+13858872646",
},
label: "+1 (385) 887-2646", href: "tel:+13858872646"},
{
label: "14574 S Center Point Way Suite 100B, Bluffdale, UT 84065",
href: "https://maps.google.com/?q=14574+S+Center+Point+Way+Suite+100B+Bluffdale+Utah",
},
label: "14574 S Center Point Way Suite 100B, Bluffdale, UT 84065", href: "https://maps.google.com/?q=14574+S+Center+Point+Way+Suite+100B+Bluffdale+Utah"},
{
label: "Get a Free Quote",
href: "/contact",
},
label: "Get a Free Quote", href: "/contact"},
],
},
]}

View File

@@ -16,7 +16,7 @@ export default function ServicesPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-bordered"
primaryButtonStyle="shadow"
secondaryButtonStyle="layered"
@@ -34,9 +34,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Call Now",
href: "tel:+13858872646",
}}
text: "Call Now", href: "tel:+13858872646"}}
/>
</div>
@@ -50,49 +48,35 @@ export default function ServicesPage() {
features={[
{
icon: Shield,
title: "Ceramic Coatings",
description:
"Professional-grade ceramic coatings provide long-term paint protection, hydrophobic properties, UV defense, and easier cleaning—keeping your vehicle looking showroom-fresh for years. Our ceramic coating process includes multi-stage preparation to ensure optimal adhesion and performance.",
},
title: "Ceramic Coatings", description:
"Professional-grade ceramic coatings provide long-term paint protection, hydrophobic properties, UV defense, and easier cleaning—keeping your vehicle looking showroom-fresh for years. Our ceramic coating process includes multi-stage preparation to ensure optimal adhesion and performance."},
{
icon: Layers,
title: "Paint Protection Film",
description:
"Self-healing PPF shields your vehicle from rock chips, scratches, and environmental damage. Invisible protection that maintains your car's original appearance while providing superior defense. Covers high-impact areas like hood, fenders, bumper, and door handles.",
},
title: "Paint Protection Film", description:
"Self-healing PPF shields your vehicle from rock chips, scratches, and environmental damage. Invisible protection that maintains your car's original appearance while providing superior defense. Covers high-impact areas like hood, fenders, bumper, and door handles."},
{
icon: Sun,
title: "Window Tint",
description:
"Professional window tinting improves comfort, protects interior from UV damage, enhances privacy, and adds style—while maintaining perfect visibility and legal compliance. Available in various darkness levels for your preferences.",
},
title: "Window Tint", description:
"Professional window tinting improves comfort, protects interior from UV damage, enhances privacy, and adds style—while maintaining perfect visibility and legal compliance. Available in various darkness levels for your preferences."},
{
icon: Zap,
title: "Paint Correction",
description:
"Expert paint correction removes swirls, scratches, and oxidation. We restore your vehicle's finish to showroom condition with multi-stage polishing and protection. Includes clay bar treatment, compound polishing, and precision buffing.",
},
title: "Paint Correction", description:
"Expert paint correction removes swirls, scratches, and oxidation. We restore your vehicle's finish to showroom condition with multi-stage polishing and protection. Includes clay bar treatment, compound polishing, and precision buffing."},
{
icon: Wind,
title: "Full Interior Detailing",
description:
"Complete interior cleaning including vacuuming, steam cleaning, leather conditioning, and protection treatments for a pristine cabin environment. Every surface is meticulously cleaned and conditioned.",
},
title: "Full Interior Detailing", description:
"Complete interior cleaning including vacuuming, steam cleaning, leather conditioning, and protection treatments for a pristine cabin environment. Every surface is meticulously cleaned and conditioned."},
{
icon: Sparkles,
title: "Exterior Detailing",
description:
"Professional exterior washing, clay bar treatment, polish, and protection—removing contaminants and revealing your vehicle's natural shine and protection. Includes wheel and tire detailing for complete exterior coverage.",
},
title: "Exterior Detailing", description:
"Professional exterior washing, clay bar treatment, polish, and protection—removing contaminants and revealing your vehicle's natural shine and protection. Includes wheel and tire detailing for complete exterior coverage."},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[
{
text: "Schedule Now",
href: "tel:+13858872646",
},
text: "Schedule Now", href: "tel:+13858872646"},
]}
buttonAnimation="slide-up"
/>
@@ -102,17 +86,12 @@ export default function ServicesPage() {
<TextSplitAbout
title="Service Excellence & Guarantee"
description={[
"Every service we provide comes with our commitment to excellence. We use only professional-grade products, advanced techniques, and meticulous attention to detail to ensure your vehicle receives premium protection and appearance enhancement.",
"Our experienced technicians bring years of expertise to every project. From luxury vehicles to daily drivers, we treat each car with the same level of professionalism and care, ensuring outstanding results every time.",
"We stand behind our work with satisfaction guarantee. If you're not completely satisfied with our service, we'll make it right. Your trust is our greatest asset, and we're committed to earning it with every detail.",
]}
"Every service we provide comes with our commitment to excellence. We use only professional-grade products, advanced techniques, and meticulous attention to detail to ensure your vehicle receives premium protection and appearance enhancement.", "Our experienced technicians bring years of expertise to every project. From luxury vehicles to daily drivers, we treat each car with the same level of professionalism and care, ensuring outstanding results every time.", "We stand behind our work with satisfaction guarantee. If you're not completely satisfied with our service, we'll make it right. Your trust is our greatest asset, and we're committed to earning it with every detail."]}
showBorder={true}
useInvertedBackground={false}
buttons={[
{
text: "Get Free Quote",
href: "/contact",
},
text: "Get Free Quote", href: "/contact"},
]}
buttonAnimation="slide-up"
/>
@@ -123,59 +102,31 @@ export default function ServicesPage() {
title="Service Packages & Options"
description="Flexible service options to meet every vehicle protection need and budget. Choose individual services or bundled packages for maximum value."
tag="Pricing & Packages"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "1",
title: "Ceramic Coating Express",
subtitle: "Quick Application",
category: "Single Service",
value: "Starting at $299",
buttons: [
id: "1", title: "Ceramic Coating Express", subtitle: "Quick Application", category: "Single Service", value: "Starting at $299", buttons: [
{
text: "Learn More",
href: "/contact",
},
text: "Learn More", href: "/contact"},
],
},
{
id: "2",
title: "Paint Protection Film",
subtitle: "High-Impact Areas",
category: "Single Service",
value: "Starting at $399",
buttons: [
id: "2", title: "Paint Protection Film", subtitle: "High-Impact Areas", category: "Single Service", value: "Starting at $399", buttons: [
{
text: "Learn More",
href: "/contact",
},
text: "Learn More", href: "/contact"},
],
},
{
id: "3",
title: "Premium Detail Bundle",
subtitle: "Ceramic + PPF + Tint",
category: "Bundle",
value: "Starting at $899",
buttons: [
id: "3", title: "Premium Detail Bundle", subtitle: "Ceramic + PPF + Tint", category: "Bundle", value: "Starting at $899", buttons: [
{
text: "Learn More",
href: "/contact",
},
text: "Learn More", href: "/contact"},
],
},
{
id: "4",
title: "Complete Protection",
subtitle: "Full Interior & Exterior",
category: "Premium",
value: "Starting at $1,299",
buttons: [
id: "4", title: "Complete Protection", subtitle: "Full Interior & Exterior", category: "Premium", value: "Starting at $1,299", buttons: [
{
text: "Learn More",
href: "/contact",
},
text: "Learn More", href: "/contact"},
],
},
]}
@@ -189,70 +140,41 @@ export default function ServicesPage() {
logoText="Steam Team Auto Spa"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Ceramic Coatings",
href: "/services",
},
label: "Ceramic Coatings", href: "/services"},
{
label: "Paint Protection Film",
href: "/services",
},
label: "Paint Protection Film", href: "/services"},
{
label: "Window Tint",
href: "/services",
},
label: "Window Tint", href: "/services"},
{
label: "Paint Correction",
href: "/services",
},
label: "Paint Correction", href: "/services"},
{
label: "Interior Detailing",
href: "/services",
},
label: "Interior Detailing", href: "/services"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Gallery",
href: "/gallery",
},
label: "Gallery", href: "/gallery"},
{
label: "Reviews",
href: "/reviews",
},
label: "Reviews", href: "/reviews"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "+1 (385) 887-2646",
href: "tel:+13858872646",
},
label: "+1 (385) 887-2646", href: "tel:+13858872646"},
{
label: "14574 S Center Point Way Suite 100B, Bluffdale, UT 84065",
href: "https://maps.google.com/?q=14574+S+Center+Point+Way+Suite+100B+Bluffdale+Utah",
},
label: "14574 S Center Point Way Suite 100B, Bluffdale, UT 84065", href: "https://maps.google.com/?q=14574+S+Center+Point+Way+Suite+100B+Bluffdale+Utah"},
{
label: "Get a Free Quote",
href: "/contact",
},
label: "Get a Free Quote", href: "/contact"},
],
},
]}