diff --git a/src/app/page.tsx b/src/app/page.tsx index 8bf9f51..da6b350 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Next-Gen Wearable" tagIcon={Sparkles} buttons={[{ text: "Get Your Aurion", href: "#products" }]} - imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-dry-plant_23-2150329708.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-dry-plant_23-2150329708.jpg?_wi=1" testimonials={[{ name: "Sarah Jenkins", handle: "@sjenkins", testimonial: "Aurion changed how I train. I finally know when to push and when to recover.", rating: 5 }]} @@ -100,7 +100,7 @@ export default function LandingPage() { useInvertedBackground={false} textboxLayout="default" products={[ - { id: "p1", name: "Midnight Black", price: "$349", variant: "Matte", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-dry-plant_23-2150329708.jpg" }, + { id: "p1", name: "Midnight Black", price: "$349", variant: "Matte", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-dry-plant_23-2150329708.jpg?_wi=2" }, { id: "p2", name: "Champagne Gold", price: "$399", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/jewelry-lifestyle-flat-layout-with-place-text-jewellery-background-mockup-banner-fashion-accessories_460848-12590.jpg" } ]} />