diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ce28ca..fb031e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,6 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Zap, Shield, Circle, Activity } from "lucide-react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; @@ -30,22 +31,10 @@ export default function LandingPage() { @@ -168,30 +85,10 @@ export default function LandingPage() { textboxLayout="inline-image" useInvertedBackground={false} features={[ - { - title: "Oil Change", - description: "Regular maintenance to keep your engine running smoothly.", - imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-servicing-car_1170-1272.jpg?_wi=2", - buttonIcon: "Zap", - }, - { - title: "Brake Repair", - description: "Ensure your safety with our expert brake system services.", - imageSrc: "http://img.b2bpic.net/free-photo/mechanical-female-changing-car-wheels_23-2148327504.jpg?_wi=2", - buttonIcon: "Shield", - }, - { - title: "Tire Service", - description: "Professional tire balancing, alignment, and replacements.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg?_wi=2", - buttonIcon: "Circle", - }, - { - title: "Engine Diagnostics", - description: "Advanced scanning technology for accurate fault identification.", - imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg", - buttonIcon: "Activity", - }, + { title: "Oil Change", description: "Regular maintenance to keep your engine running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-servicing-car_1170-1272.jpg", buttonIcon: Zap }, + { title: "Brake Repair", description: "Ensure your safety with our expert brake system services.", imageSrc: "http://img.b2bpic.net/free-photo/mechanical-female-changing-car-wheels_23-2148327504.jpg", buttonIcon: Shield }, + { title: "Tire Service", description: "Professional tire balancing, alignment, and replacements.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-checking-car-tires_23-2148332948.jpg", buttonIcon: Circle }, + { title: "Engine Diagnostics", description: "Advanced scanning technology for accurate fault identification.", imageSrc: "http://img.b2bpic.net/free-photo/truck-workshop-interior-with-tools-cart-laptop-computer-diagnostics-tool-servicing-truck-vehicles_342744-1345.jpg", buttonIcon: Activity } ]} title="Our Professional Services" description="Comprehensive automotive repair services tailored to your vehicle's needs." @@ -205,21 +102,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "15+", - description: "Years of Experience", - }, - { - id: "m2", - value: "1000+", - description: "Happy Customers", - }, - { - id: "m3", - value: "24/7", - description: "Support Available", - }, + { id: "m1", value: "15+", description: "Years of Experience" }, + { id: "m2", value: "1000+", description: "Happy Customers" }, + { id: "m3", value: "24/7", description: "Support Available" } ]} title="Why Choose B-Eazy?" description="Excellence in every repair, guaranteed satisfaction for our customers." @@ -231,46 +116,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - title: "Great Experience", - quote: "Quick turnaround and great communication throughout.", - name: "Alex P.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg", - }, - { - id: "t2", - title: "Honest Shop", - quote: "Transparent about repairs and fair prices. Highly recommend.", - name: "Betty R.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/full-length-african-american-mechanic-businesswoman-communicating-auto-repair-shop_637285-11589.jpg", - }, - { - id: "t3", - title: "Super Efficient", - quote: "My car was back on the road in no time. Thanks!", - name: "Charles D.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg", - }, - { - id: "t4", - title: "Professionalism", - quote: "The team knows their stuff. Very polite and efficient.", - name: "Diana K.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/distraught-man-feeling-sad-while-showing-his-mechanic-car-breakdown-auto-repair-shop_637285-7708.jpg", - }, - { - id: "t5", - title: "Excellent Quality", - quote: "Excellent quality work. I'm very satisfied.", - name: "Edward M.", - role: "Client", - imageSrc: "http://img.b2bpic.net/free-photo/couple-car-dealership_23-2148130225.jpg", - }, + { id: "t1", title: "Great Experience", quote: "Quick turnaround and great communication throughout.", name: "Alex P.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/auto-mechanic-workshop_23-2147897800.jpg" }, + { id: "t2", title: "Honest Shop", quote: "Transparent about repairs and fair prices. Highly recommend.", name: "Betty R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/full-length-african-american-mechanic-businesswoman-communicating-auto-repair-shop_637285-11589.jpg" }, + { id: "t3", title: "Super Efficient", quote: "My car was back on the road in no time. Thanks!", name: "Charles D.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/pensive-businessman-standing-warehouse-near-forklift-talking-cellphone_74855-16417.jpg" }, + { id: "t4", title: "Professionalism", quote: "The team knows their stuff. Very polite and efficient.", name: "Diana K.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/distraught-man-feeling-sad-while-showing-his-mechanic-car-breakdown-auto-repair-shop_637285-7708.jpg" }, + { id: "t5", title: "Excellent Quality", quote: "Excellent quality work. I'm very satisfied.", name: "Edward M.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/couple-car-dealership_23-2148130225.jpg" } ]} title="Customer Stories" description="Don't just take our word for it—read what our happy clients say about our service." @@ -282,21 +132,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Do I need an appointment?", - content: "Yes, we recommend booking an appointment to ensure the quickest turnaround.", - }, - { - id: "f2", - title: "What payment methods do you accept?", - content: "We accept major credit cards, cash, and digital payment methods.", - }, - { - id: "f3", - title: "Are your repairs warrantied?", - content: "Yes, all our major repairs come with a standard service warranty.", - }, + { id: "f1", title: "Do I need an appointment?", content: "Yes, we recommend booking an appointment to ensure the quickest turnaround." }, + { id: "f2", title: "What payment methods do you accept?", content: "We accept major credit cards, cash, and digital payment methods." }, + { id: "f3", title: "Are your repairs warrantied?", content: "Yes, all our major repairs come with a standard service warranty." } ]} title="Frequently Asked Questions" description="Get answers to commonly asked questions about our auto repair process." @@ -306,25 +144,14 @@ export default function LandingPage() {
@@ -365,35 +177,18 @@ export default function LandingPage() {