From 9abdeb48084eca3b403cb36f47af50b99f41d2c2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:46:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bab389..64fb290 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="mediumLarge" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="shadow" secondaryButtonStyle="layered" @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Built to Last" tagIcon={Hammer} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "canvas-reveal" }} imageSrc="http://img.b2bpic.net/free-photo/white-collar-workers-works-building-site_1398-1725.jpg" imageAlt="Professional construction team at work" buttons={[ @@ -129,7 +129,7 @@ export default function LandingPage() { reviewCount: "97%", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cactus-with-blurred-background_23-2148249096.jpg", imageAlt: "Landscape design project" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} buttonAnimation="slide-up" @@ -150,7 +150,7 @@ export default function LandingPage() { { id: "2", value: "98%", description: "Customer Satisfaction" }, { id: "3", value: "15+", description: "Years of Experience" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" useInvertedBackground={false} ariaLabel="Metrics and statistics" @@ -168,7 +168,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Mitchell", role: "Homeowner", company: "Easton, KS", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "James Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "James Mitchell" }, { id: "2", name: "Sarah Johnson", role: "Property Manager", company: "Atchison, KS", rating: 5, @@ -184,7 +184,7 @@ export default function LandingPage() { }, { id: "5", name: "David Brown", role: "Commercial Client", company: "Kansas City Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David Brown" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Brown" }, { id: "6", name: "Rebecca Martinez", role: "Homeowner", company: "Easton, KS", rating: 5, @@ -228,7 +228,7 @@ export default function LandingPage() { id: "5", title: "Do you handle both residential and commercial work?", content: "Absolutely! We have extensive experience with both residential and commercial projects. Whether it's a home improvement or commercial construction, we're equipped to deliver quality results." } ]} - imageSrc="http://img.b2bpic.net/free-photo/young-man-engineer-working-factory-making-order-phone_1303-28454.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-man-engineer-working-factory-making-order-phone_1303-28454.jpg" imageAlt="Walker Services LLC team" mediaPosition="left" mediaAnimation="slide-up" @@ -248,7 +248,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/young-man-engineer-working-factory-making-order-phone_1303-28454.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/young-man-engineer-working-factory-making-order-phone_1303-28454.jpg" imageAlt="Contact Walker Services LLC" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1