diff --git a/src/app/page.tsx b/src/app/page.tsx index ae942da..686322d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "@sarahm_clarksville", testimonial: "Owen saved me over $1000 and fixed the issue in less than 15 minutes. I won't use anyone else.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg?_wi=1", imageAlt: "Sarah M., satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746289.jpg", imageAlt: "Sarah M., satisfied customer" }, { name: "David T.", handle: "@davidtrusted", testimonial: "Showed up within the hour during a heat wave when others said they were booked. Incredible service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg?_wi=1", imageAlt: "David T., satisfied customer" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-bearded-guy-white-shirt-showing-thumbs-up-approval-like-agree-positiv_1258-113975.jpg", imageAlt: "David T., satisfied customer" } ]} testimonialRotationInterval={6000} @@ -164,6 +164,7 @@ export default function LandingPage() { itemsContainerClassName="space-y-3 mb-6" itemTextClassName="flex items-center text-foreground/80 text-base" cardButtonClassName="bg-primary-cta hover:bg-primary-cta/90 text-primary-cta-text px-6 py-2 rounded-lg font-medium transition-all mt-6 inline-block" + titleClassName="text-4xl md:text-5xl font-bold text-foreground mb-4" /> @@ -171,22 +172,22 @@ export default function LandingPage() {