From 1665634f91cd9ed6e3fbd048e1f8639fe25669b5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 18:01:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b4d805..2a28993 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="large" - background="grid" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -76,7 +76,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29258.jpg", imageAlt: "Emily Rodriguez" } ]} - imageSrc="http://img.b2bpic.net/free-photo/portrait-mechanic-standing-with-arms-crossed_1170-1161.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/portrait-mechanic-standing-with-arms-crossed_1170-1161.jpg" imageAlt="Professional mechanic at work" mediaAnimation="slide-up" background={{ variant: "grid" }} @@ -152,7 +152,7 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" animationType="slide-up" - textboxLayout="centered" + textboxLayout="default" useInvertedBackground={true} metrics={[ { @@ -178,12 +178,11 @@ export default function LandingPage() { tag="Customer Reviews" tagIcon={Star} tagAnimation="slide-up" - animationType="slide-up" textboxLayout="default" useInvertedBackground={false} testimonials={[ { - id: "1", name: "John Mitchell", date: "2 weeks ago", title: "Outstanding Service", quote: "Took my car in for a transmission issue and they fixed it right the first time. Professional team, honest pricing, and they were done faster than expected.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg", avatarAlt: "John Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-standing-with-arms-crossed_1170-1161.jpg?_wi=2" + id: "1", name: "John Mitchell", date: "2 weeks ago", title: "Outstanding Service", quote: "Took my car in for a transmission issue and they fixed it right the first time. Professional team, honest pricing, and they were done faster than expected.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg", avatarAlt: "John Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mechanic-standing-with-arms-crossed_1170-1161.jpg" }, { id: "2", name: "Sarah Chen", date: "1 month ago", title: "Fair Pricing & Great Service", quote: "Had my oil change and tire rotation done here. The staff was friendly, prices were transparent, and they even gave me maintenance tips for my vehicle.", tag: "Verified Customer", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11594.jpg", avatarAlt: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/female-mechanic-servicing-car_1170-1400.jpg" -- 2.49.1