diff --git a/src/app/page.tsx b/src/app/page.tsx index 016eec8..41b5620 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="The Legend" tagIcon={Star} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} imageSrc="http://img.b2bpic.net/free-photo/ping-pong-ball-near-net_23-2152015622.jpg" imageAlt="Ping pong ball Bob in action" mediaAnimation="slide-up" @@ -154,16 +154,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Marcus Chen", role: "Professional Player", testimonial: "Playing with Bob changed my entire game. The precision and control are unmatched. Bob isn't just a ball; Bob is a partner in victory.", icon: Trophy, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Marcus Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Marcus Chen"}, { id: "2", name: "Sofia Rodriguez", role: "Tournament Organizer", testimonial: "Every tournament featuring Bob draws record crowds. The energy and excitement are electric. Bob brings out the best in every player.", icon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Sofia Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Sofia Rodriguez"}, { id: "3", name: "James Patterson", role: "Sports Commentator", testimonial: "I've seen countless matches, but none have the magic of Bob. This ball is legendary, and the stories it could tell would fill books.", icon: Star, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "James Patterson"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Patterson"}, { id: "4", name: "Lisa Wong", role: "Casual Player", testimonial: "Bob makes every game more fun. Whether you're a pro or just playing for fun, you can feel the quality and care that goes into every moment.", icon: Heart, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Lisa Wong"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Lisa Wong"}, ]} /> @@ -202,7 +202,7 @@ export default function LandingPage() { { text: "Follow Bob's Updates", href: "https://social.example.com/bob" }, ]} buttonAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} />