Update src/app/services/page.tsx

This commit is contained in:
2026-03-18 01:12:02 +00:00
parent b8674fc97b
commit 17e0d6b398

View File

@@ -77,7 +77,7 @@ export default function ServicesPage() {
},
]}
avatarText="Trusted by growing businesses"
imageSrc="http://img.b2bpic.net/free-photo/business-people-with-smartphone_23-2147626402.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/business-people-with-smartphone_23-2147626402.jpg"
imageAlt="Strategic business consulting session"
mediaAnimation="slide-up"
testimonials={[
@@ -86,7 +86,7 @@ export default function ServicesPage() {
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=2",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
imageAlt: "Manufacturing client",
},
{
@@ -94,7 +94,7 @@ export default function ServicesPage() {
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=2",
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg",
imageAlt: "Finance industry client",
},
{
@@ -102,7 +102,7 @@ export default function ServicesPage() {
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=2",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
imageAlt: "Growing business owner",
},
{
@@ -110,12 +110,12 @@ export default function ServicesPage() {
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=2",
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}
/>
</div>