diff --git a/src/app/page.tsx b/src/app/page.tsx index ba97264..5733950 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,13 +44,14 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/group-confident-businesspeople-office_107420-84870.jpg" imageAlt="SENATORS leadership team" mediaAnimation="slide-up" + background={{ variant: "glowing-orb" }} testimonials={[ { name: "Leadership Excellence", handle: "Core Values", testimonial: "Together we transform vision into reality", 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: "Collaborative Vision", handle: "Our Strength", testimonial: "Diverse perspectives, unified goals", 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"}, ]} buttons={[ { text: "Learn More", href: "#about" }, @@ -63,25 +64,25 @@ export default function LandingPage() {