From 6115a0f9a849460c6d0a9c87db61d90d3ee784a2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 01:22:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 275 ++++++++++------------------------------------- 1 file changed, 57 insertions(+), 218 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9e29b7..626af63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Clock, FileText, Heart, Shield, ShieldCheck, Star, Truck } from "lucide-react"; +import { Award, Clock, FileText, Heart, Shield, ShieldCheck, Star, Truck, Wrench, Sparkles, Calendar } from "lucide-react"; export default function LandingPage() { return ( @@ -32,130 +32,77 @@ export default function LandingPage() {
@@ -167,28 +114,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Expert Glass Replacement", - description: "Professional-grade replacement services for all vehicle types.", - imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138809.jpg?_wi=1", - buttonIcon: "Wrench", + title: "Expert Glass Replacement", description: "Professional-grade replacement services for all vehicle types.", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138809.jpg", buttonIcon: Wrench, }, { - title: "Interior Detail Cleaning", - description: "We vacuum and clean up after every job so your car stays spotless.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg?_wi=1", - buttonIcon: "Sparkles", + title: "Interior Detail Cleaning", description: "We vacuum and clean up after every job so your car stays spotless.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg", buttonIcon: Sparkles, }, { - title: "Family Owned & Operated", - description: "Local, honest service that cares about our community.", - imageSrc: "http://img.b2bpic.net/free-photo/business-executive-looking-pictures-camera_107420-96262.jpg?_wi=1", - buttonIcon: "Heart", + title: "Family Owned & Operated", description: "Local, honest service that cares about our community.", imageSrc: "http://img.b2bpic.net/free-photo/business-executive-looking-pictures-camera_107420-96262.jpg", buttonIcon: Heart, }, { - title: "Same-Day Scheduling", - description: "Get in and out fast with our efficient booking system.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-tablet-while-chilling-sofa_23-2147670449.jpg?_wi=1", - buttonIcon: "Calendar", + title: "Same-Day Scheduling", description: "Get in and out fast with our efficient booking system.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-tablet-while-chilling-sofa_23-2147670449.jpg", buttonIcon: Calendar, }, ]} title="Why Choose Us" @@ -204,25 +139,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "95+", - title: "Five-Star Reviews", - description: "Our community values our service.", - icon: Award, + id: "m1", value: "95+", title: "Five-Star Reviews", description: "Our community values our service.", icon: Award, }, { - id: "m2", - value: "4.7/5", - title: "Customer Rating", - description: "Consistently high ratings.", - icon: Star, + id: "m2", value: "4.7/5", title: "Customer Rating", description: "Consistently high ratings.", icon: Star, }, { - id: "m3", - value: "100%", - title: "Dedication", - description: "Committed to quality work.", - icon: Shield, + id: "m3", value: "100%", title: "Dedication", description: "Committed to quality work.", icon: Shield, }, ]} title="Our Impact in Rogers" @@ -236,60 +159,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Stephanie O.", - date: "1 year ago", - title: "Local Guide", - quote: "Joe was so great from first phonecall to final install.", - tag: "Honest Shop", - avatarSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-thinking-while-trying-find-out-where-breakdown-is-while-working-auto-repair-shop_637285-7660.jpg?_wi=2", - imageAlt: "happy customer portrait", - }, + id: "t1", name: "Stephanie O.", date: "1 year ago", title: "Local Guide", quote: "Joe was so great from first phonecall to final install.", tag: "Honest Shop", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-with-pinkish-hair-posing_344912-857.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-thinking-while-trying-find-out-where-breakdown-is-while-working-auto-repair-shop_637285-7660.jpg", imageAlt: "happy customer portrait"}, { - id: "t2", - name: "Drew A.", - date: "4 months ago", - title: "Local Guide", - quote: "Got me in same day and turned around quickly.", - tag: "Fast Service", - avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138809.jpg?_wi=2", - imageAlt: "happy customer portrait", - }, + id: "t2", name: "Drew A.", date: "4 months ago", title: "Local Guide", quote: "Got me in same day and turned around quickly.", tag: "Fast Service", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-portrait-beautiful-young-woman-giving-thumbs-up-standing-isolated-rosy_176532-7958.jpg", imageSrc: "http://img.b2bpic.net/free-photo/bike-shop-with-shop-assistant_23-2148138809.jpg", imageAlt: "happy customer portrait"}, { - id: "t3", - name: "Satisfied Customer", - date: "6 months ago", - title: "Customer", - quote: "Vacuumed the floors as well. Great experience.", - tag: "Added Value", - avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg?_wi=2", - imageAlt: "happy customer portrait", - }, + id: "t3", name: "Satisfied Customer", date: "6 months ago", title: "Customer", quote: "Vacuumed the floors as well. Great experience.", tag: "Added Value", avatarSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13213.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193615.jpg", imageAlt: "happy customer portrait"}, { - id: "t4", - name: "Happy Driver", - date: "8 months ago", - title: "Customer", - quote: "Did a wonderful job, ahead of schedule.", - tag: "Quality Work", - avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/business-executive-looking-pictures-camera_107420-96262.jpg?_wi=2", - imageAlt: "happy customer portrait", - }, + id: "t4", name: "Happy Driver", date: "8 months ago", title: "Customer", quote: "Did a wonderful job, ahead of schedule.", tag: "Quality Work", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-executive-looking-pictures-camera_107420-96262.jpg", imageAlt: "happy customer portrait"}, { - id: "t5", - name: "Reliable Client", - date: "1 year ago", - title: "Customer", - quote: "Great prices, great service, all around great place!", - tag: "Best Price", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-tablet-while-chilling-sofa_23-2147670449.jpg?_wi=2", - imageAlt: "happy customer portrait", - }, + id: "t5", name: "Reliable Client", date: "1 year ago", title: "Customer", quote: "Great prices, great service, all around great place!", tag: "Best Price", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing_23-2148920100.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-tablet-while-chilling-sofa_23-2147670449.jpg", imageAlt: "happy customer portrait"}, ]} title="What Our Customers Say" description="Don't take our word for it — hear from our satisfied neighbors." @@ -304,29 +182,13 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "member-1", - name: "Joe", - role: "Lead Technician", - imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg", - }, + id: "member-1", name: "Joe", role: "Lead Technician", imageSrc: "http://img.b2bpic.net/free-photo/equipment-large-bargain-construction-parked_1134-1112.jpg"}, { - id: "member-2", - name: "Technician 2", - role: "Auto Glass Specialist", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg", - }, + id: "member-2", name: "Technician 2", role: "Auto Glass Specialist", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-touchscreen-device_1170-1579.jpg"}, { - id: "member-3", - name: "Technician 3", - role: "Quality Assurance", - imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15716.jpg", - }, + id: "member-3", name: "Technician 3", role: "Quality Assurance", imageSrc: "http://img.b2bpic.net/free-photo/young-bearded-handsome-builder-wearing-construction-uniform-cap-standing-with-arms-crossed-self-confident-smiling-isolated-orange-wall_141793-15716.jpg"}, { - id: "member-4", - name: "Technician 4", - role: "Customer Experience", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg", - }, + id: "member-4", name: "Technician 4", role: "Customer Experience", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-workshop_329181-11869.jpg"}, ]} title="Meet the Experts" description="Our team of skilled technicians is here to serve you." @@ -338,20 +200,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Do you accept walk-ins?", - content: "We recommend calling ahead to schedule, but we strive to accommodate your schedule.", - }, + id: "f1", title: "Do you accept walk-ins?", content: "We recommend calling ahead to schedule, but we strive to accommodate your schedule."}, { - id: "f2", - title: "How long does a windshield replacement take?", - content: "Most replacements take between 1-3 hours depending on your vehicle model.", - }, + id: "f2", title: "How long does a windshield replacement take?", content: "Most replacements take between 1-3 hours depending on your vehicle model."}, { - id: "f3", - title: "Do you offer mobile services?", - content: "Please give us a call at (479) 621-5073 to discuss your location needs.", - }, + id: "f3", title: "Do you offer mobile services?", content: "Please give us a call at (479) 621-5073 to discuss your location needs."}, ]} sideTitle="Frequently Asked Questions" faqsAnimation="slide-up" @@ -362,8 +215,7 @@ export default function LandingPage() {