Merge version_1 into main #2
@@ -5,7 +5,7 @@ import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { CheckCircle, Users, Zap, DollarSign, Tire, Wrench, AlertCircle, RefreshCw, Calendar, Package } from "lucide-react";
|
||||
import { CheckCircle, Users, RefreshCw, DollarSign, Package, Wrench, AlertCircle, Calendar } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -72,7 +72,7 @@ export default function AboutPage() {
|
||||
metrics={[
|
||||
{ icon: CheckCircle, label: "4.9 Star Rating", value: "Proven" },
|
||||
{ icon: Users, label: "Friendly Team", value: "Local" },
|
||||
{ icon: Zap, label: "Fast Service", value: "Quick" },
|
||||
{ icon: RefreshCw, label: "Fast Service", value: "Quick" },
|
||||
{ icon: DollarSign, label: "Fair Prices", value: "Honest" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
@@ -87,35 +87,23 @@ export default function AboutPage() {
|
||||
tag="Full Service"
|
||||
features={[
|
||||
{
|
||||
icon: Tire,
|
||||
title: "Tire Sales",
|
||||
description: "Quality tires from top brands. Expert selection for your vehicle.",
|
||||
},
|
||||
icon: Package,
|
||||
title: "Tire Sales", description: "Quality tires from top brands. Expert selection for your vehicle."},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Tire Installation",
|
||||
description: "Professional installation and balancing for optimal performance.",
|
||||
},
|
||||
title: "Tire Installation", description: "Professional installation and balancing for optimal performance."},
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Flat Tire Repair",
|
||||
description: "Quick flat repair service when you need it most.",
|
||||
},
|
||||
title: "Flat Tire Repair", description: "Quick flat repair service when you need it most."},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
title: "Wheel Balancing",
|
||||
description: "Precision balancing for smooth, safe driving.",
|
||||
},
|
||||
title: "Wheel Balancing", description: "Precision balancing for smooth, safe driving."},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Seasonal Tire Change",
|
||||
description: "Switch to winter or summer tires with our seasonal service.",
|
||||
},
|
||||
title: "Seasonal Tire Change", description: "Switch to winter or summer tires with our seasonal service."},
|
||||
{
|
||||
icon: Package,
|
||||
title: "Tire Storage",
|
||||
description: "Safe, secure storage for off-season tires.",
|
||||
},
|
||||
title: "Tire Storage", description: "Safe, secure storage for off-season tires."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import { Phone } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ContactPage() {
|
||||
@@ -44,12 +45,13 @@ export default function ContactPage() {
|
||||
tag="Get In Touch"
|
||||
title="Need Tire Service Today?"
|
||||
description="Call us now or book your appointment online. We're ready to help keep you safely on the road."
|
||||
tagIcon="Phone"
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14037.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14037.jpg"
|
||||
imageAlt="OK Tire shop interior"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="none"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Request Appointment"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
|
||||
190
src/app/page.tsx
190
src/app/page.tsx
@@ -14,7 +14,6 @@ import {
|
||||
ThumbsUp,
|
||||
Clock,
|
||||
Users,
|
||||
Tire,
|
||||
Wrench,
|
||||
AlertCircle,
|
||||
RefreshCw,
|
||||
@@ -68,13 +67,9 @@ export default function HomePage() {
|
||||
description="Fast, honest tire and auto service for Pitt Meadows and surrounding areas. Quality repairs you can trust."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (604) 468-2566",
|
||||
href: "tel:(604) 468-2566",
|
||||
},
|
||||
text: "Call Now: (604) 468-2566", href: "tel:(604) 468-2566"},
|
||||
{
|
||||
text: "Book Service",
|
||||
href: "#contact-cta",
|
||||
},
|
||||
text: "Book Service", href: "#contact-cta"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-mechanic-working-shop-car_23-2150170053.jpg"
|
||||
imageAlt="Professional mechanic installing tire"
|
||||
@@ -88,24 +83,16 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Google Rating",
|
||||
value: "4.9★",
|
||||
},
|
||||
label: "Google Rating", value: "4.9★"},
|
||||
{
|
||||
icon: ThumbsUp,
|
||||
label: "Customer Reviews",
|
||||
value: "93+",
|
||||
},
|
||||
label: "Customer Reviews", value: "93+"},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Years Serving",
|
||||
value: "20+",
|
||||
},
|
||||
label: "Years Serving", value: "20+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Local Families",
|
||||
value: "1000s",
|
||||
},
|
||||
label: "Local Families", value: "1000s"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -119,35 +106,23 @@ export default function HomePage() {
|
||||
tag="Full Service"
|
||||
features={[
|
||||
{
|
||||
icon: Tire,
|
||||
title: "Tire Sales",
|
||||
description: "Quality tires from top brands. Expert selection for your vehicle.",
|
||||
},
|
||||
icon: Package,
|
||||
title: "Tire Sales", description: "Quality tires from top brands. Expert selection for your vehicle."},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Tire Installation",
|
||||
description: "Professional installation and balancing for optimal performance.",
|
||||
},
|
||||
title: "Tire Installation", description: "Professional installation and balancing for optimal performance."},
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Flat Tire Repair",
|
||||
description: "Quick flat repair service when you need it most.",
|
||||
},
|
||||
title: "Flat Tire Repair", description: "Quick flat repair service when you need it most."},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
title: "Wheel Balancing",
|
||||
description: "Precision balancing for smooth, safe driving.",
|
||||
},
|
||||
title: "Wheel Balancing", description: "Precision balancing for smooth, safe driving."},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Seasonal Tire Change",
|
||||
description: "Switch to winter or summer tires with our seasonal service.",
|
||||
},
|
||||
title: "Seasonal Tire Change", description: "Switch to winter or summer tires with our seasonal service."},
|
||||
{
|
||||
icon: Package,
|
||||
title: "Tire Storage",
|
||||
description: "Safe, secure storage for off-season tires.",
|
||||
},
|
||||
title: "Tire Storage", description: "Safe, secure storage for off-season tires."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -161,24 +136,16 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "4.9 Star Rating",
|
||||
value: "Proven",
|
||||
},
|
||||
label: "4.9 Star Rating", value: "Proven"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Friendly Team",
|
||||
value: "Local",
|
||||
},
|
||||
label: "Friendly Team", value: "Local"},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
label: "Fast Service",
|
||||
value: "Quick",
|
||||
},
|
||||
label: "Fast Service", value: "Quick"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Fair Prices",
|
||||
value: "Honest",
|
||||
},
|
||||
label: "Fair Prices", value: "Honest"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -192,77 +159,17 @@ export default function HomePage() {
|
||||
tag="Customer Testimonials"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rob M., Pitt Meadows",
|
||||
date: "Date: 15 March 2024",
|
||||
title: "Quick service and great price",
|
||||
quote: "Very happy with the service. Robb has been my go-to guy whenever I have an issue. He's professional, friendly, and honest about what needs to be fixed.",
|
||||
tag: "Tire Installation",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1",
|
||||
avatarAlt: "Rob M.",
|
||||
imageAlt: "Rob M.",
|
||||
},
|
||||
id: "1", name: "Rob M., Pitt Meadows", date: "Date: 15 March 2024", title: "Quick service and great price", quote: "Very happy with the service. Robb has been my go-to guy whenever I have an issue. He's professional, friendly, and honest about what needs to be fixed.", tag: "Tire Installation", avatarSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", avatarAlt: "Rob M.", imageAlt: "Rob M."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah T., Maple Ridge",
|
||||
date: "Date: 22 February 2024",
|
||||
title: "The nicest place I've dealt with",
|
||||
quote: "Nicest place I dealt with in a long time. Friendly staff, quick turnaround, and they actually explain what's going on with your vehicle. Highly recommend!",
|
||||
tag: "Tire Repair",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-blond-businesswoman-suit-smiles-camera-sits-outdoors-near-office-buildings_1258-116714.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-blond-businesswoman-suit-smiles-camera-sits-outdoors-near-office-buildings_1258-116714.jpg?_wi=1",
|
||||
avatarAlt: "Sarah T.",
|
||||
imageAlt: "Sarah T.",
|
||||
},
|
||||
id: "2", name: "Sarah T., Maple Ridge", date: "Date: 22 February 2024", title: "The nicest place I've dealt with", quote: "Nicest place I dealt with in a long time. Friendly staff, quick turnaround, and they actually explain what's going on with your vehicle. Highly recommend!", tag: "Tire Repair", avatarSrc: "http://img.b2bpic.net/free-photo/confident-blond-businesswoman-suit-smiles-camera-sits-outdoors-near-office-buildings_1258-116714.jpg", imageSrc: "http://img.b2bpic.net/free-photo/confident-blond-businesswoman-suit-smiles-camera-sits-outdoors-near-office-buildings_1258-116714.jpg", avatarAlt: "Sarah T.", imageAlt: "Sarah T."},
|
||||
{
|
||||
id: "3",
|
||||
name: "John D., Port Coquitlam",
|
||||
date: "Date: 10 January 2024",
|
||||
title: "Honest and reliable service",
|
||||
quote: "Been going to OK Tire for years. Never tried to upsell me on things I don't need. Fair prices and excellent service every single time.",
|
||||
tag: "Seasonal Tire Change",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/serious-african-american-businessman_74855-1215.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-african-american-businessman_74855-1215.jpg?_wi=1",
|
||||
avatarAlt: "John D.",
|
||||
imageAlt: "John D.",
|
||||
},
|
||||
id: "3", name: "John D., Port Coquitlam", date: "Date: 10 January 2024", title: "Honest and reliable service", quote: "Been going to OK Tire for years. Never tried to upsell me on things I don't need. Fair prices and excellent service every single time.", tag: "Seasonal Tire Change", avatarSrc: "http://img.b2bpic.net/free-photo/serious-african-american-businessman_74855-1215.jpg", imageSrc: "http://img.b2bpic.net/free-photo/serious-african-american-businessman_74855-1215.jpg", avatarAlt: "John D.", imageAlt: "John D."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria L., Coquitlam",
|
||||
date: "Date: 28 December 2023",
|
||||
title: "Five stars, would recommend",
|
||||
quote: "Fixed my flat tire in under an hour. Professional, courteous, and the price was more than fair. Will definitely be back for my winter tire changeover.",
|
||||
tag: "Flat Tire Repair",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-standing-escalator_107420-63612.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-standing-escalator_107420-63612.jpg?_wi=1",
|
||||
avatarAlt: "Maria L.",
|
||||
imageAlt: "Maria L.",
|
||||
},
|
||||
id: "4", name: "Maria L., Coquitlam", date: "Date: 28 December 2023", title: "Five stars, would recommend", quote: "Fixed my flat tire in under an hour. Professional, courteous, and the price was more than fair. Will definitely be back for my winter tire changeover.", tag: "Flat Tire Repair", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-standing-escalator_107420-63612.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businesswoman-standing-escalator_107420-63612.jpg", avatarAlt: "Maria L.", imageAlt: "Maria L."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tom K., Langley",
|
||||
date: "Date: 15 December 2023",
|
||||
title: "Best local tire shop around",
|
||||
quote: "Drove 30 minutes from Langley because I heard great things. Worth every minute. Quality work, friendly people, competitive pricing.",
|
||||
tag: "Tire Sales",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg?_wi=1",
|
||||
avatarAlt: "Tom K.",
|
||||
imageAlt: "Tom K.",
|
||||
},
|
||||
id: "5", name: "Tom K., Langley", date: "Date: 15 December 2023", title: "Best local tire shop around", quote: "Drove 30 minutes from Langley because I heard great things. Worth every minute. Quality work, friendly people, competitive pricing.", tag: "Tire Sales", avatarSrc: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-european-man-glasses-suit-smiling-excited-looking-camera-with-amazed-happy-face-w_1258-154166.jpg", avatarAlt: "Tom K.", imageAlt: "Tom K."},
|
||||
{
|
||||
id: "6",
|
||||
name: "Lisa P., Pitt Meadows",
|
||||
date: "Date: 3 November 2023",
|
||||
title: "Local business at its best",
|
||||
quote: "Love supporting local. These guys actually care about customer service. No hidden fees, no surprises, just honest work done right.",
|
||||
tag: "Wheel Balancing",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg?_wi=1",
|
||||
avatarAlt: "Lisa P.",
|
||||
imageAlt: "Lisa P.",
|
||||
},
|
||||
id: "6", name: "Lisa P., Pitt Meadows", date: "Date: 3 November 2023", title: "Local business at its best", quote: "Love supporting local. These guys actually care about customer service. No hidden fees, no surprises, just honest work done right.", tag: "Wheel Balancing", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", avatarAlt: "Lisa P.", imageAlt: "Lisa P."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -277,9 +184,10 @@ export default function HomePage() {
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14037.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14037.jpg"
|
||||
imageAlt="OK Tire shop interior"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="none"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Request Appointment"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
@@ -294,61 +202,37 @@ export default function HomePage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#why-us",
|
||||
},
|
||||
label: "About", href: "#why-us"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact-cta",
|
||||
},
|
||||
label: "Contact", href: "#contact-cta"},
|
||||
{
|
||||
label: "Book Service",
|
||||
href: "tel:(604) 468-2566",
|
||||
},
|
||||
label: "Book Service", href: "tel:(604) 468-2566"},
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "https://maps.google.com/?q=17957+Kennedy+Rd+Pitt+Meadows+BC",
|
||||
},
|
||||
label: "Get Directions", href: "https://maps.google.com/?q=17957+Kennedy+Rd+Pitt+Meadows+BC"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "17957 Kennedy Rd",
|
||||
href: "#",
|
||||
},
|
||||
label: "17957 Kennedy Rd", href: "#"},
|
||||
{
|
||||
label: "Pitt Meadows, BC V3Y 2T8",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pitt Meadows, BC V3Y 2T8", href: "#"},
|
||||
{
|
||||
label: "(604) 468-2566",
|
||||
href: "tel:(604) 468-2566",
|
||||
},
|
||||
label: "(604) 468-2566", href: "tel:(604) 468-2566"},
|
||||
{
|
||||
label: "Mon-Fri: 8am-5pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon-Fri: 8am-5pm", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -8,7 +8,6 @@ import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
||||
import {
|
||||
Tire,
|
||||
Wrench,
|
||||
AlertCircle,
|
||||
RefreshCw,
|
||||
@@ -62,35 +61,23 @@ export default function ServicesPage() {
|
||||
tag="Professional Services"
|
||||
features={[
|
||||
{
|
||||
icon: Tire,
|
||||
title: "Tire Sales",
|
||||
description: "Quality tires from top brands including Michelin, Bridgestone, Goodyear, and Continental. Expert consultation to find the perfect tire for your vehicle and driving conditions.",
|
||||
},
|
||||
icon: Package,
|
||||
title: "Tire Sales", description: "Quality tires from top brands including Michelin, Bridgestone, Goodyear, and Continental. Expert consultation to find the perfect tire for your vehicle and driving conditions."},
|
||||
{
|
||||
icon: Wrench,
|
||||
title: "Tire Installation",
|
||||
description: "Professional installation with precision mounting and balancing. We ensure optimal performance, fuel efficiency, and wheel longevity with state-of-the-art equipment.",
|
||||
},
|
||||
title: "Tire Installation", description: "Professional installation with precision mounting and balancing. We ensure optimal performance, fuel efficiency, and wheel longevity with state-of-the-art equipment."},
|
||||
{
|
||||
icon: AlertCircle,
|
||||
title: "Flat Tire Repair",
|
||||
description: "Emergency flat tire repair services. Quick diagnostics and repair or replacement to get you back on the road safely and quickly.",
|
||||
},
|
||||
title: "Flat Tire Repair", description: "Emergency flat tire repair services. Quick diagnostics and repair or replacement to get you back on the road safely and quickly."},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
title: "Wheel Balancing",
|
||||
description: "Advanced wheel balancing technology to eliminate vibration and ensure smooth, safe driving. Improves tire life and fuel efficiency.",
|
||||
},
|
||||
title: "Wheel Balancing", description: "Advanced wheel balancing technology to eliminate vibration and ensure smooth, safe driving. Improves tire life and fuel efficiency."},
|
||||
{
|
||||
icon: Calendar,
|
||||
title: "Seasonal Tire Change",
|
||||
description: "Convenient seasonal tire changeover from summer to winter tires and vice versa. Includes storage options for your off-season tires.",
|
||||
},
|
||||
title: "Seasonal Tire Change", description: "Convenient seasonal tire changeover from summer to winter tires and vice versa. Includes storage options for your off-season tires."},
|
||||
{
|
||||
icon: Package,
|
||||
title: "Tire Storage",
|
||||
description: "Secure, climate-controlled storage for your off-season tires. Protects your investment and saves you garage space.",
|
||||
},
|
||||
title: "Tire Storage", description: "Secure, climate-controlled storage for your off-season tires. Protects your investment and saves you garage space."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -104,24 +91,16 @@ export default function ServicesPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Expert Technicians",
|
||||
value: "Certified & Experienced",
|
||||
},
|
||||
label: "Expert Technicians", value: "Certified & Experienced"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Personalized Care",
|
||||
value: "Individual Attention",
|
||||
},
|
||||
label: "Personalized Care", value: "Individual Attention"},
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: "Competitive Pricing",
|
||||
value: "Best Value",
|
||||
},
|
||||
label: "Competitive Pricing", value: "Best Value"},
|
||||
{
|
||||
icon: RefreshCw,
|
||||
label: "Quality Guarantee",
|
||||
value: "Satisfaction Assured",
|
||||
},
|
||||
label: "Quality Guarantee", value: "Satisfaction Assured"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -136,9 +115,10 @@ export default function ServicesPage() {
|
||||
tagIcon={Phone}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14037.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14037.jpg"
|
||||
imageAlt="OK Tire professional service"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="none"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Book Appointment"
|
||||
termsText="We respect your privacy. Unsubscribe at any time."
|
||||
@@ -153,61 +133,37 @@ export default function ServicesPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Reviews",
|
||||
href: "/#testimonials",
|
||||
},
|
||||
label: "Reviews", href: "/#testimonials"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/#why-us",
|
||||
},
|
||||
label: "About", href: "/#why-us"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/#contact-cta",
|
||||
},
|
||||
label: "Contact", href: "/#contact-cta"},
|
||||
{
|
||||
label: "Book Service",
|
||||
href: "tel:(604) 468-2566",
|
||||
},
|
||||
label: "Book Service", href: "tel:(604) 468-2566"},
|
||||
{
|
||||
label: "Get Directions",
|
||||
href: "https://maps.google.com/?q=17957+Kennedy+Rd+Pitt+Meadows+BC",
|
||||
},
|
||||
label: "Get Directions", href: "https://maps.google.com/?q=17957+Kennedy+Rd+Pitt+Meadows+BC"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "17957 Kennedy Rd",
|
||||
href: "#",
|
||||
},
|
||||
label: "17957 Kennedy Rd", href: "#"},
|
||||
{
|
||||
label: "Pitt Meadows, BC V3Y 2T8",
|
||||
href: "#",
|
||||
},
|
||||
label: "Pitt Meadows, BC V3Y 2T8", href: "#"},
|
||||
{
|
||||
label: "(604) 468-2566",
|
||||
href: "tel:(604) 468-2566",
|
||||
},
|
||||
label: "(604) 468-2566", href: "tel:(604) 468-2566"},
|
||||
{
|
||||
label: "Mon-Fri: 8am-5pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mon-Fri: 8am-5pm", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user