From ff7f9e9fb91725cfbf5c4824f671a2c756e85357 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:36:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e39da25..efb9915 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { @@ -120,19 +121,19 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", role: "Homeowner", company: "Springfield, MO", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell - satisfied homeowner" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell - satisfied homeowner" }, { id: "2", name: "James Cooper", role: "Property Manager", company: "Branson Commercial Properties", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Cooper - commercial client" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Cooper - commercial client" }, { id: "3", name: "Maria Rodriguez", role: "Homeowner", company: "Joplin, MO", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Maria Rodriguez - satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Maria Rodriguez - satisfied customer" }, { id: "4", name: "David Thompson", role: "Facilities Director", company: "Ozarks Regional Hospital", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Thompson - institutional client" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Thompson - institutional client" } ]} gridVariant="uniform-all-items-equal" @@ -178,7 +179,7 @@ export default function LandingPage() { title="Schedule Your Free Roof Inspection Today" description="Don't wait for roof problems to become expensive emergencies. Contact Ozarks Roofing LLC for a comprehensive evaluation and personalized recommendations." tagIcon={Phone} - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/young-pretty-business-woman-with-mobile-phone-her-office_1301-3533.jpg" imageAlt="Contact Ozarks Roofing for expert service" -- 2.49.1