From 0082cd324bf603dd5e74edc38458ab53b6dfc38c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 09:25:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4781bfc..45a1f7f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="large" - background="aurora" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="flat" secondaryButtonStyle="glass" @@ -47,7 +47,7 @@ export default function LandingPage() { @@ -158,16 +158,16 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", name: "Sarah Mitchell, Homeowner", date: "Date: January 2025", title: "Professional and Trustworthy", quote: "They transformed our kitchen beyond our expectations. The team was punctual, respectful of our home, and the craftsmanship was exceptional. We couldn't be happier with the results.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg?_wi=2", imageAlt: "Completed kitchen project" + id: "1", name: "Sarah Mitchell, Homeowner", date: "Date: January 2025", title: "Professional and Trustworthy", quote: "They transformed our kitchen beyond our expectations. The team was punctual, respectful of our home, and the craftsmanship was exceptional. We couldn't be happier with the results.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg", imageAlt: "Completed kitchen project" }, { - id: "2", name: "David Chen, Property Manager", date: "Date: December 2024", title: "Reliable Subcontractor Partner", quote: "Working with this team has been a game-changer for our property management business. They're responsive, deliver quality work consistently, and handle projects on schedule every time.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", imageAlt: "Completed renovation project" + id: "2", name: "David Chen, Property Manager", date: "Date: December 2024", title: "Reliable Subcontractor Partner", quote: "Working with this team has been a game-changer for our property management business. They're responsive, deliver quality work consistently, and handle projects on schedule every time.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", avatarAlt: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Completed renovation project" }, { - id: "3", name: "Jennifer Walsh, Homeowner", date: "Date: November 2024", title: "Worth Every Dollar", quote: "The attention to detail in our bathroom renovation was remarkable. They explained every step, kept us informed throughout, and the final result is beautiful. Highly recommend!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=2", imageAlt: "Completed bathroom project" + id: "3", name: "Jennifer Walsh, Homeowner", date: "Date: November 2024", title: "Worth Every Dollar", quote: "The attention to detail in our bathroom renovation was remarkable. They explained every step, kept us informed throughout, and the final result is beautiful. Highly recommend!", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", avatarAlt: "Jennifer Walsh", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg", imageAlt: "Completed bathroom project" }, { - id: "4", name: "Robert Patterson, General Contractor", date: "Date: October 2024", title: "Top-Notch Craftsmanship", quote: "We frequently partner with them for specialized work. Their team brings expertise, reliability, and professionalism to every job. They're an asset to any project.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Robert Patterson", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg?_wi=3", imageAlt: "Quality construction work" + id: "4", name: "Robert Patterson, General Contractor", date: "Date: October 2024", title: "Top-Notch Craftsmanship", quote: "We frequently partner with them for specialized work. Their team brings expertise, reliability, and professionalism to every job. They're an asset to any project.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", avatarAlt: "Robert Patterson", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg", imageAlt: "Quality construction work" } ]} /> -- 2.49.1