From 8c13a2d1e823aa4beab7c108ba6b9979f1e91981 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:55:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 152 +++++++++++------------------------------------ 1 file changed, 34 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e9d4d5..aada618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,91 +30,58 @@ export default function LandingPage() {
@@ -127,9 +94,7 @@ export default function LandingPage() { title="Precision and Passion" buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} />
@@ -141,19 +106,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Exterior Polishing", - description: "Reviving the showroom shine through advanced polishing and paint correction techniques.", - icon: Sparkles, + title: "Exterior Polishing", description: "Reviving the showroom shine through advanced polishing and paint correction techniques.", icon: Sparkles, }, { - title: "Interior Detailing", - description: "Deep-cleansing treatments for leather, fabric, and surfaces to restore your cabin's original brilliance.", - icon: Shield, + title: "Interior Detailing", description: "Deep-cleansing treatments for leather, fabric, and surfaces to restore your cabin's original brilliance.", icon: Shield, }, { - title: "Luxury Treatments", - description: "Exclusive care packages for high-performance vehicles, including ceramic protection and bespoke finishes.", - icon: Award, + title: "Luxury Treatments", description: "Exclusive care packages for high-performance vehicles, including ceramic protection and bespoke finishes.", icon: Award, }, ]} title="Bespoke Car Care Services" @@ -167,45 +126,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alejandro V.", - role: "Collector", - quote: "The gold standard in Valencia. Simply flawless.", - title: "Impeccable service", - imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg", - }, + id: "1", name: "Alejandro V.", role: "Collector", quote: "The gold standard in Valencia. Simply flawless.", title: "Impeccable service", imageSrc: "http://img.b2bpic.net/free-photo/new-year-spend-with-friends-celebrating_23-2149196973.jpg"}, { - id: "2", - name: "Elena M.", - role: "Professional", - quote: "Koko treated my vehicle like a work of art.", - title: "True professionals", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-with-beard-restaurant_1262-3602.jpg", - }, + id: "2", name: "Elena M.", role: "Professional", quote: "Koko treated my vehicle like a work of art.", title: "True professionals", imageSrc: "http://img.b2bpic.net/free-photo/portrait-serious-man-with-beard-restaurant_1262-3602.jpg"}, { - id: "3", - name: "Javier R.", - role: "Enthusiast", - quote: "The attention to detail is beyond anything I have seen.", - title: "Outstanding quality", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4745.jpg", - }, + id: "3", name: "Javier R.", role: "Enthusiast", quote: "The attention to detail is beyond anything I have seen.", title: "Outstanding quality", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4745.jpg"}, { - id: "4", - name: "Lucia P.", - role: "Entrepreneur", - quote: "Excellence defined. My car has never looked this good.", - title: "Exquisite care", - imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-using-mobile-phone-while-making-contactless-check-payment-pub_637285-4125.jpg", - }, + id: "4", name: "Lucia P.", role: "Entrepreneur", quote: "Excellence defined. My car has never looked this good.", title: "Exquisite care", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-man-using-mobile-phone-while-making-contactless-check-payment-pub_637285-4125.jpg"}, { - id: "5", - name: "Carlos G.", - role: "Architect", - quote: "Unrivaled expertise and meticulous perfection.", - title: "Best in class", - imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-outdoors-wearing-green-suit_1303-29526.jpg", - }, + id: "5", name: "Carlos G.", role: "Architect", quote: "Unrivaled expertise and meticulous perfection.", title: "Best in class", imageSrc: "http://img.b2bpic.net/free-photo/elderly-business-woman-outdoors-wearing-green-suit_1303-29526.jpg"}, ]} title="A Standard of Distinction" description="Trusted by Valencia’s most discerning car owners." @@ -216,14 +145,11 @@ export default function LandingPage() { @@ -232,29 +158,19 @@ export default function LandingPage() {