From 48a775ce59457f0a6f0e98413f1a33badc7c7d40 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 17:02:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 124 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 97 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bf3337..897e273 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,8 +19,8 @@ export default function LandingPage() { contentWidth="small" sizing="largeSmall" background="fluid" - cardStyle="inset" - primaryButtonStyle="gradient" + cardStyle="glass-depth" + primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" headingFontWeight="semibold" > @@ -28,18 +28,13 @@ export default function LandingPage() { @@ -48,41 +43,13 @@ export default function LandingPage() { title="SLIM AUTO MECHANIC" description="Precision performance for the modern machine. Where cinematic quality meets automotive mastery." testimonials={[ - { - name: "Marcus A.", handle: "@autoenthusiast", testimonial: "Exceptional precision and care. The best in Los Angeles.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-modern-car-outdoors_23-2148510599.jpg?_wi=1", imageAlt: "luxury sports car dark studio"}, - { - name: "Sarah J.", handle: "@luxe_driver", testimonial: "My sports car has never performed better. Truly high-end service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/medical-hand-drawn-icons-set-infographics_1057-11320.jpg", imageAlt: "luxury sports car dark studio"}, - { - name: "Robert B.", handle: "@carcollector", testimonial: "The attention to detail here is unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/settings-sign-front-side_187299-39541.jpg", imageAlt: "luxury sports car dark studio"}, - { - name: "Elena K.", handle: "@bmw_owner", testimonial: "Professional, reliable, and premium results.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/competition-upset-company-computer-graphic-technology_1134-1099.jpg", imageAlt: "luxury sports car dark studio"}, - { - name: "David W.", handle: "@themechanicguy", testimonial: "The gold standard for automotive maintenance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rag-doll-with-spanner_1160-499.jpg", imageAlt: "luxury sports car dark studio"}, + { name: "Marcus A.", handle: "@autoenthusiast", testimonial: "Exceptional precision and care. The best in Los Angeles.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CinHjzkjK8sS0HdPYd5H9FsiVA/uploaded-1776877328300-0rd8wza3.png?_wi=1" }, + { name: "Sarah J.", handle: "@luxe_driver", testimonial: "My sports car has never performed better. Truly high-end service.", rating: 5 }, + { name: "Robert B.", handle: "@carcollector", testimonial: "The attention to detail here is unmatched.", rating: 5 }, ]} - buttons={[ - { - text: "Book Now", href: "#contact"}, - ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-modern-car-outdoors_23-2148510599.jpg?_wi=2" - imageAlt="Luxury black sports car in dark studio" - avatars={[ - { - src: "http://img.b2bpic.net/free-photo/monochromatic-urban-minimal-landscape_23-2151012335.jpg", alt: "Portrait of car enthusiast"}, - { - src: "http://img.b2bpic.net/free-photo/man-sitting-car-night_23-2149001285.jpg", alt: "Portrait of luxury driver"}, - { - src: "http://img.b2bpic.net/free-photo/stylish-headlight-dark-automobile_23-2147963045.jpg", alt: "Portrait of car collector"}, - { - src: "http://img.b2bpic.net/free-photo/back-black-car-with-red-rear-light_23-2147963062.jpg", alt: "Portrait of sports car owner"}, - { - src: "http://img.b2bpic.net/free-photo/mechanic-with-tool-wheel-hands-mechanic-blue-work-clothes_1157-46150.jpg", alt: "Portrait of regular client"}, - ]} - avatarText="Trusted by over 500+ luxury vehicle owners" + buttons={[{ text: "Book Now", href: "#contact" }]} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CinHjzkjK8sS0HdPYd5H9FsiVA/uploaded-1776877328300-0rd8wza3.png?_wi=2" + imageAlt="Luxury car service studio" /> @@ -90,53 +57,37 @@ export default function LandingPage() {
@@ -144,30 +95,9 @@ export default function LandingPage() {