diff --git a/src/app/page.tsx b/src/app/page.tsx index 72b779c..8745d13 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,90 +29,39 @@ export default function LandingPage() {
@@ -125,7 +74,7 @@ export default function LandingPage() { description="At AdaptAuto, we don't just clean cars; we restore them. Our team utilizes professional-grade equipment and eco-friendly products to ensure your vehicle is safe, sanitary, and pristine." subdescription="We are dedicated to saving you time while maintaining the highest quality standards for every interior service we perform." icon={Shield} - imageSrc="http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593838.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593838.jpg" mediaAnimation="blur-reveal" /> @@ -137,28 +86,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Deep Vacuuming", - description: "Removing embedded dirt and debris from carpets and upholstery.", - bentoComponent: "reveal-icon", - icon: Droplet, - imageSrc: "http://img.b2bpic.net/free-photo/man-servant-doing-chores-around-house_23-2149508110.jpg", - imageAlt: "car vacuum cleaning", + title: "Deep Vacuuming", description: "Removing embedded dirt and debris from carpets and upholstery.", bentoComponent: "reveal-icon", icon: Droplet }, { - title: "Steam Sanitization", - description: "High-temperature steam treatment to kill bacteria and refresh fabrics.", - bentoComponent: "reveal-icon", - icon: Waves, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-gloves-cleaning-gym-equipment_23-2148766022.jpg?_wi=2", - imageAlt: "car vacuum cleaning", + title: "Steam Sanitization", description: "High-temperature steam treatment to kill bacteria and refresh fabrics.", bentoComponent: "reveal-icon", icon: Waves }, { - title: "Leather Treatment", - description: "Deep cleaning and conditioning to restore leather softness and shine.", - bentoComponent: "reveal-icon", - icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/auto-service-salon-doign-car-wrapping_23-2149593838.jpg?_wi=2", - imageAlt: "car vacuum cleaning", + title: "Leather Treatment", description: "Deep cleaning and conditioning to restore leather softness and shine.", bentoComponent: "reveal-icon", icon: Sparkles }, ]} title="Our Professional Services" @@ -172,41 +106,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { - id: "1", - name: "Alex R.", - role: "Office Worker", - testimonial: "Fantastic service! My car looks like I just bought it off the lot.", - imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg", - }, - { - id: "2", - name: "Sarah J.", - role: "Parent", - testimonial: "With three kids, my car was a mess. They restored it to perfection.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", - }, - { - id: "3", - name: "Michael B.", - role: "Executive", - testimonial: "Professional, punctual, and highly efficient. Great mobile service.", - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-young-woman-with-red-curly-hair-imaging-smth-fantasizing-clsoe-eyes-smiling-happy-standing-t-shirt-white-background_176420-47324.jpg", - }, - { - id: "4", - name: "Emily K.", - role: "Student", - testimonial: "Best detailing experience I've had. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg", - }, - { - id: "5", - name: "David W.", - role: "Driver", - testimonial: "Exceptional attention to detail. Will definitely use them again.", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-peace-signs-isolated-white-background_141793-84094.jpg", - }, + { id: "1", name: "Alex R.", role: "Office Worker", testimonial: "Fantastic service! My car looks like I just bought it off the lot.", imageSrc: "http://img.b2bpic.net/free-photo/older-woman-with-thumb-up_1149-1162.jpg" }, + { id: "2", name: "Sarah J.", role: "Parent", testimonial: "With three kids, my car was a mess. They restored it to perfection.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg" }, + { id: "3", name: "Michael B.", role: "Executive", testimonial: "Professional, punctual, and highly efficient. Great mobile service.", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-young-woman-with-red-curly-hair-imaging-smth-fantasizing-clsoe-eyes-smiling-happy-standing-t-shirt-white-background_176420-47324.jpg" }, + { id: "4", name: "Emily K.", role: "Student", testimonial: "Best detailing experience I've had. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg" }, + { id: "5", name: "David W.", role: "Driver", testimonial: "Exceptional attention to detail. Will definitely use them again.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-peace-signs-isolated-white-background_141793-84094.jpg" }, ]} title="Trusted by Drivers" description="See why our customers trust AdaptAuto with their vehicle interiors." @@ -216,16 +120,9 @@ export default function LandingPage() {
@@ -234,16 +131,8 @@ export default function LandingPage() { logoText="AdaptAuto Mobile Detailing" copyrightText="© 2025 | AdaptAuto Detailing" socialLinks={[ - { - icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, - { - icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + { icon: Facebook, href: "#", ariaLabel: "Facebook" }, + { icon: Instagram, href: "#", ariaLabel: "Instagram" }, ]} />