diff --git a/src/app/page.tsx b/src/app/page.tsx index ead136c..083c865 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function HomePage() { { src: "http://img.b2bpic.net/free-photo/business-people-teamwork-meeting-market_1421-585.jpg", alt: "Client testimonial avatar" }, ]} avatarText="Trusted by growing businesses" - imageSrc="http://img.b2bpic.net/free-photo/business-people-with-smartphone_23-2147626402.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/business-people-with-smartphone_23-2147626402.jpg" imageAlt="Strategic business consulting session" mediaAnimation="slide-up" testimonials={[ @@ -91,7 +91,7 @@ export default function HomePage() { handle: "@manuf-client", testimonial: "Cerberus gave our international manufacturing company the structure and direction we needed. From taxes to financing—they covered it all.", 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", imageAlt: "Manufacturing client", }, { @@ -99,7 +99,7 @@ export default function HomePage() { handle: "@finance-leader", testimonial: "The restructuring transformed our firm completely. We're now thriving with systems that actually work.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", imageAlt: "Finance industry client", }, { @@ -107,7 +107,7 @@ export default function HomePage() { handle: "@growth-founder", testimonial: "They helped us see new opportunities and move forward with confidence. Exactly what we needed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", imageAlt: "Growing business owner", }, { @@ -115,12 +115,12 @@ export default function HomePage() { handle: "@scaling-ceo", testimonial: "Cerberus doesn't just advise—they implement. Their hands-on approach is what sets them apart.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork-meeting-market_1421-585.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-teamwork-meeting-market_1421-585.jpg", imageAlt: "Satisfied client testimonial", }, ]} testimonialRotationInterval={6000} - background="radial-gradient" + background={{ variant: "radial-gradient" }} useInvertedBackground={false} />