From 32e776db367f32aafb6965966a29912b1326a1e3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 18:07:05 +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 796f528..ab897f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="medium" sizing="largeSizeMediumTitles" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -45,10 +45,10 @@ export default function LandingPage() { description="Professional, reliable service from your neighborhood experts. Available 24/7 for emergency repairs and maintenance." tag="Local Experts" tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "animated-grid" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=1", imageAlt: "Professional service team at work" + imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", imageAlt: "Professional service team at work" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-plumber-working-fix-problems-client-s-house_23-2150990725.jpg", imageAlt: "Plumbing service in action" @@ -60,7 +60,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/coworkers-refill-air-conditioner-freon_482257-90737.jpg", imageAlt: "HVAC system installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=2", imageAlt: "Expert service team" + imageSrc: "http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg", imageAlt: "Expert service team" } ]} buttons={[ @@ -91,7 +91,7 @@ export default function LandingPage() { title="Our Services" description="Comprehensive solutions for all your home and business needs. Professional expertise backed by years of industry experience." tag="Services" - imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/young-manual-worker-presenting-new-business-strategy-company-managers-his-colleagues-factory_637285-4142.jpg" imageAlt="Service team providing expert work" mediaAnimation="slide-up" mediaPosition="left" @@ -127,16 +127,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Fast, Professional Service", quote: "They arrived exactly when they said they would and fixed the issue in under an hour. Honest pricing and excellent work. Highly recommend!", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" + id: "1", title: "Fast, Professional Service", quote: "They arrived exactly when they said they would and fixed the issue in under an hour. Honest pricing and excellent work. Highly recommend!", name: "Sarah Mitchell", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" }, { - id: "2", title: "Emergency Help When We Needed It", quote: "Our system failed on a Saturday night. They came out, diagnosed the problem, and had us running again by morning. True lifesavers.", name: "Michael Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen" + id: "2", title: "Emergency Help When We Needed It", quote: "Our system failed on a Saturday night. They came out, diagnosed the problem, and had us running again by morning. True lifesavers.", name: "Michael Chen", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen" }, { - id: "3", title: "Professional and Trustworthy", quote: "I've used them multiple times over the years. Always professional, always on time, always fair pricing. They're my go-to service company.", name: "Jennifer Rodriguez", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jennifer Rodriguez" + id: "3", title: "Professional and Trustworthy", quote: "I've used them multiple times over the years. Always professional, always on time, always fair pricing. They're my go-to service company.", name: "Jennifer Rodriguez", role: "Property Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jennifer Rodriguez" }, { - id: "4", title: "Best Service in the Area", quote: "Tried several companies before finding them. The quality of work and customer service is unmatched. They really care about doing it right.", name: "David Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Thompson" + id: "4", title: "Best Service in the Area", quote: "Tried several companies before finding them. The quality of work and customer service is unmatched. They really care about doing it right.", name: "David Thompson", role: "Homeowner", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson" } ]} buttonAnimation="opacity" -- 2.49.1