Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-09 02:33:33 +00:00
2 changed files with 74 additions and 39 deletions

View File

@@ -67,7 +67,8 @@ export default function ContactPage() {
id: item.id,
}))}
button={{
text: "Call Now", href: "tel:+13858872646"}}
text: "Call Now", href: "tel:+13858872646"
}}
/>
</div>
@@ -76,13 +77,16 @@ 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."
@@ -94,9 +98,11 @@ 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"
/>
@@ -108,25 +114,29 @@ export default function ContactPage() {
{
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: [
{
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: [
{
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: [
{
text: "Learn More", href: "/services"},
text: "Learn More", href: "/services"
},
],
},
]}
@@ -138,7 +148,6 @@ export default function ContactPage() {
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
gridVariant="four-items-2x2-equal-grid"
/>
</div>

View File

@@ -34,7 +34,8 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Call Now", href: "tel:+13858872646"}}
text: "Call Now", href: "tel:+13858872646"
}}
/>
</div>
@@ -49,34 +50,41 @@ export default function ServicesPage() {
{
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."},
"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."},
"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."},
"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."},
"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."},
"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."},
"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"
/>
@@ -86,12 +94,14 @@ 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"
/>
@@ -108,30 +118,33 @@ export default function ServicesPage() {
{
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: [
{
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: [
{
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: [
{
text: "Learn More", href: "/contact"},
text: "Learn More", href: "/contact"
},
],
},
]}
animationType="slide-up"
gridVariant="four-items-2x2-equal-grid"
/>
</div>
@@ -142,39 +155,52 @@ export default function ServicesPage() {
{
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: [
{
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: [
{
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"
},
],
},
]}