Update src/app/page.tsx
This commit is contained in:
@@ -46,8 +46,8 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599061.jpg", imageAlt: "Elegant necklace" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-blond-young-woman-model-with-bright-yellow-makeup-with-perfect-clean-skin-with-gold-jewelery-black-cloth_158538-2008.jpg", imageAlt: "Glamorous model" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg", imageAlt: "Crystal earrings" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-blond-young-woman-model-with-bright-yellow-makeup-with-perfect-clean-skin-with-gold-jewelery-black-cloth_158538-2008.jpg?_wi=1", imageAlt: "Glamorous model" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg?_wi=1", imageAlt: "Crystal earrings" }
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
@@ -62,8 +62,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Golden Radiance Ring", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/charming-playful-cute-redhead-girl-curly-haired-hide-face-palm-look-through-fingers_176420-44128.jpg" },
|
||||
{ id: "p2", name: "Ivory Pearl Necklace", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-blond-young-woman-model-with-bright-yellow-makeup-with-perfect-clean-skin-with-gold-jewelery-black-cloth_158538-2008.jpg" },
|
||||
{ id: "p3", name: "Diamond Halo Earrings", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg" },
|
||||
{ id: "p2", name: "Ivory Pearl Necklace", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-blond-young-woman-model-with-bright-yellow-makeup-with-perfect-clean-skin-with-gold-jewelery-black-cloth_158538-2008.jpg?_wi=2" },
|
||||
{ id: "p3", name: "Diamond Halo Earrings", price: "$2,400", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sterling-silver-earrings-with-swarovski-crystal-with-studs-black-wall_140725-12952.jpg?_wi=2" },
|
||||
{ id: "p4", name: "Delicate Gold Chain", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/shiny-gold-jewelry-symbol-wealth-generated-by-ai_188544-10733.jpg" },
|
||||
{ id: "p5", name: "Sapphire Solitaire Pendant", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/fashion-woman-with-feathers_1122-433.jpg" },
|
||||
{ id: "p6", name: "Minimalist Diamond Studs", price: "$900", imageSrc: "http://img.b2bpic.net/free-photo/close-shot-rich-luxury-woman-dress-hand-ear-wearing-earrings-ring-finger_343596-2016.jpg" },
|
||||
|
||||
Reference in New Issue
Block a user