Merge version_1 into main #2
@@ -6,6 +6,8 @@ import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Star, Clock, Zap, DollarSign, Wrench } from "lucide-react";
|
||||
import SplitAbout from "@/components/sections/about/SplitAbout";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function ServicesPage() {
|
||||
@@ -19,8 +21,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Mobile Tire Repair", href: "/services" },
|
||||
{ label: "Emergency Tire Service", href: "/services" },
|
||||
{ label: "Tire Installation", href: "/services" },
|
||||
@@ -28,8 +29,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#why-choose" },
|
||||
{ label: "Service Areas", href: "#service-areas" },
|
||||
{ label: "Reviews", href: "#testimonials" },
|
||||
@@ -37,8 +37,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "📞 (604) 735-3870", href: "tel:604-735-3870" },
|
||||
{ label: "16065 Fraser Hwy, Surrey, BC V4N 0G2", href: "#" },
|
||||
{ label: "Open 24 Hours", href: "#" },
|
||||
@@ -79,45 +78,17 @@ export default function ServicesPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "OG MOBILE",
|
||||
name: "Mobile Tire Repair",
|
||||
price: "Starting $60",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg?_wi=3",
|
||||
imageAlt: "Mobile tire repair service",
|
||||
},
|
||||
id: "1", brand: "OG MOBILE", name: "Mobile Tire Repair", price: "Starting $60", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg", imageAlt: "Mobile tire repair service"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "OG MOBILE",
|
||||
name: "Emergency Tire Service",
|
||||
price: "24/7 Available",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-change-wheel-manually-4x4-off-road-truck_1153-4388.jpg?_wi=2",
|
||||
imageAlt: "Emergency tire service roadside",
|
||||
},
|
||||
id: "2", brand: "OG MOBILE", name: "Emergency Tire Service", price: "24/7 Available", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/man-change-wheel-manually-4x4-off-road-truck_1153-4388.jpg", imageAlt: "Emergency tire service roadside"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "OG MOBILE",
|
||||
name: "Professional Tire Installation",
|
||||
price: "Professional Install",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-with-tyre_1170-1152.jpg?_wi=2",
|
||||
imageAlt: "Professional tire installation",
|
||||
},
|
||||
id: "3", brand: "OG MOBILE", name: "Professional Tire Installation", price: "Professional Install", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-with-tyre_1170-1152.jpg", imageAlt: "Professional tire installation"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "OG MOBILE",
|
||||
name: "Tire Leak Repair & Patching",
|
||||
price: "Fast Service",
|
||||
rating: 5,
|
||||
reviewCount: "22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-fixing-car-wheel_23-2148321920.jpg?_wi=2",
|
||||
imageAlt: "Tire leak repair and patching",
|
||||
},
|
||||
id: "4", brand: "OG MOBILE", name: "Tire Leak Repair & Patching", price: "Fast Service", rating: 5,
|
||||
reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/young-man-fixing-car-wheel_23-2148321920.jpg", imageAlt: "Tire leak repair and patching"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -133,25 +104,46 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Assessment & Diagnostics",
|
||||
description: "Our technician inspects your tire, determines the issue, and provides an honest assessment of whether it can be repaired or needs replacement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg?_wi=4",
|
||||
imageAlt: "Tire assessment and diagnostics",
|
||||
},
|
||||
title: "Assessment & Diagnostics", description: "Our technician inspects your tire, determines the issue, and provides an honest assessment of whether it can be repaired or needs replacement.", imageSrc: "http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg", imageAlt: "Tire assessment and diagnostics"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Professional Repair Work",
|
||||
description: "Using quality materials and professional techniques, we repair punctures, patch leaks, or install new tires. All work is done to manufacturer standards.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367544.jpg?_wi=2",
|
||||
imageAlt: "Professional repair work performed",
|
||||
},
|
||||
title: "Professional Repair Work", description: "Using quality materials and professional techniques, we repair punctures, patch leaks, or install new tires. All work is done to manufacturer standards.", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-using-tablet-device-car-repair-shop_23-2150367544.jpg", imageAlt: "Professional repair work performed"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Quality Assurance & Safe Departure",
|
||||
description: "We inspect the completed work, test tire pressure and balance, and ensure your vehicle is safe to drive. You're back on the road with confidence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-wheel-hubcap-automobile_7502-4418.jpg?_wi=2",
|
||||
imageAlt: "Quality assurance and final inspection",
|
||||
title: "Quality Assurance & Safe Departure", description: "We inspect the completed work, test tire pressure and balance, and ensure your vehicle is safe to drive. You're back on the road with confidence.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-changing-wheel-hubcap-automobile_7502-4418.jpg", imageAlt: "Quality assurance and final inspection"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="why-choose" data-section="why-choose">
|
||||
<SplitAbout
|
||||
title="Why Choose OG Mobile Tire Service"
|
||||
description="We're not just another tire shop. We come to you with decades of combined experience and genuine commitment to customer satisfaction."
|
||||
tag="OUR COMMITMENT"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg"
|
||||
imageAlt="Expert tire technician at work"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "5-Star Google Reviews", description: "22 verified customer reviews with consistent 5-star ratings prove our commitment to excellence.", icon: Star,
|
||||
},
|
||||
{
|
||||
title: "Available 24/7", description: "Flat tire at midnight? No problem. We're always available for your tire emergency, every day of the year.", icon: Clock,
|
||||
},
|
||||
{
|
||||
title: "Fast Mobile Service", description: "We come to you. No driving to a shop, no waiting hours. Fast roadside service wherever you are.", icon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Honest Pricing", description: "Transparent, fair pricing with no hidden fees. We tell you the cost upfront before any work begins.", icon: DollarSign,
|
||||
},
|
||||
{
|
||||
title: "Expert Technicians", description: "Our certified technicians bring years of professional experience and use quality materials for every job.", icon: Wrench,
|
||||
},
|
||||
{
|
||||
title: "Friendly Service", description: "We treat every customer with respect and professionalism. You're not just a ticket number to us."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -166,7 +158,7 @@ export default function ServicesPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="opacity"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stopped-white-car-with-punctured-car-tire-roadside_651396-2020.jpg"
|
||||
imageAlt="Mobile tire service ready to help"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
|
||||
Reference in New Issue
Block a user