Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user