From 37376637a049974d03daeb905338ff9ff552fcc3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 22:11:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c33ea7..c6f7d63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,22 +47,22 @@ export default function LandingPage() { tag="Excellence in Building" tagIcon={Hammer} tagAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/builders-standing-building-site_1398-5106.jpg" imageAlt="Professional construction team on site" mediaAnimation="slide-up" testimonials={[ { name: "John Mitchell", handle: "Property Developer", testimonial: "C Wall Builders exceeded our expectations. Professional, timely, and exceptional quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { name: "Sarah Chen", handle: "Business Owner", testimonial: "From start to finish, they handled our commercial renovation with expertise and care.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg" }, { name: "Michael Rodriguez", handle: "Homeowner", testimonial: "Our dream home became reality. Outstanding craftsmanship and attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" } ]} testimonialRotationInterval={5000} @@ -89,6 +89,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/inspectors-interacting_1098-14279.jpg" imageAlt="C Wall Builders professional team" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -183,27 +184,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Patterson", role: "Property Developer", company: "Patterson Developments", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { id: "2", name: "Emily Watson", role: "Project Manager", company: "Commercial Real Estate Solutions", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg" }, { id: "3", name: "David Torres", role: "Homeowner", company: "Suburban Residents", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" }, { id: "4", name: "Lisa Anderson", role: "Business Owner", company: "Anderson Enterprises", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg" }, { id: "5", name: "Michael Chang", role: "Architect", company: "Chang Design Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5" + imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg" }, { id: "6", name: "Jennifer Lee", role: "Facility Manager", company: "Corporate Services Inc", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=4" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1