diff --git a/src/app/page.tsx b/src/app/page.tsx index 2565aab..ef42e0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg" + imageSrc="http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg", @@ -107,7 +107,7 @@ export default function LandingPage() { name: "Urban Basic - Black", price: "45$", variant: "Essential", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg?_wi=1", }, { id: "p2", @@ -128,7 +128,7 @@ export default function LandingPage() { name: "Aero Tee - Slate", price: "60$", variant: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg?_wi=1", }, { id: "p5", @@ -156,7 +156,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Frequently Asked Questions" description="Everything you need to know about our products and analytics." - imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg" + imageSrc="http://img.b2bpic.net/free-photo/football-composition-with-jersey-trousers_23-2147827723.jpg?_wi=2" mediaAnimation="slide-up" faqsAnimation="blur-reveal" faqs={[ @@ -215,7 +215,7 @@ export default function LandingPage() { button: { text: "Get Started", }, - imageSrc: "http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/trendy-teenager-boy-girl-posing-together_23-2149085193.jpg?_wi=2", imageAlt: "urban fashion model streetwear", }, { @@ -231,7 +231,7 @@ export default function LandingPage() { button: { text: "Upgrade Now", }, - imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-photo-young-magnificent-woman-blue-shirt_158595-1023.jpg?_wi=2", imageAlt: "minimalist cotton t-shirt black", }, ]}