diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c2fb5e0..ffed2a4 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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"}, ]} /> @@ -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"}, + ]} + /> + + +