From 7345d322a078eb8ede964b19fff3c60d22e6acb0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:50:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e83850..bdddf4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Shop Now", href: "#products" }, { text: "Discover Collection", href: "#about" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329645.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329645.jpg?_wi=1" imageAlt="Luxury accessory collection hero shot" /> @@ -58,12 +58,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { id: "p1", name: "Lumina Gold Watch", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg" }, - { id: "p2", name: "Ethereal Bracelet", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg" }, - { id: "p3", name: "Serene Ring Set", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg" }, - { id: "p4", name: "Infinite Watch", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg" }, - { id: "p5", name: "Dainty Charm Bracelet", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg" }, - { id: "p6", name: "Classic Gold Ring", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg" }, + { id: "p1", name: "Lumina Gold Watch", price: "$349", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg?_wi=1" }, + { id: "p2", name: "Ethereal Bracelet", price: "$189", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg?_wi=1" }, + { id: "p3", name: "Serene Ring Set", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg?_wi=1" }, + { id: "p4", name: "Infinite Watch", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-lesbian-girl-curly-haired-hair-freckled-make-smug-rubbing-chin-thoughtful_176420-44220.jpg?_wi=2" }, + { id: "p5", name: "Dainty Charm Bracelet", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/hand-wearing-gold-bracelet-front-view_23-2149836437.jpg?_wi=2" }, + { id: "p6", name: "Classic Gold Ring", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/silver-wedding-rings-lie-pink-cloth-green-leaves_8353-7358.jpg?_wi=2" }, ]} title="Featured Collections" description="Explore our signature pieces designed to embody confidence and grace." @@ -81,7 +81,7 @@ export default function LandingPage() { { title: "Modern Femininity", description: "Designed to empower and inspire confidence in every moment." }, { title: "Exclusive Designs", description: "Curated limited editions that stand the test of time." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329645.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-with-marble_23-2150329645.jpg?_wi=2" mediaAnimation="blur-reveal" /> -- 2.49.1