Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -43,7 +43,7 @@ export default function HomePage() {
|
||||
<HeroCentered
|
||||
title="Discover Luxury Redefined"
|
||||
description="Curated collections of premium perfumes, elegant clothing, and exquisite jewelry. Experience sophistication and timeless elegance with every purchase."
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19868.jpg",
|
||||
@@ -138,63 +138,63 @@ export default function HomePage() {
|
||||
id: "perfume-1",
|
||||
name: "Essence Luxe Eau de Parfum",
|
||||
price: "$189.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963092.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963092.jpg",
|
||||
imageAlt: "Essence Luxe fragrance",
|
||||
},
|
||||
{
|
||||
id: "perfume-2",
|
||||
name: "Velvet Rose Fragrance",
|
||||
price: "$159.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cosmetic-products_23-2148532769.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cosmetic-products_23-2148532769.jpg",
|
||||
imageAlt: "Velvet Rose perfume",
|
||||
},
|
||||
{
|
||||
id: "perfume-3",
|
||||
name: "Crystal Harmony Scent",
|
||||
price: "$179.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-argan-oil-arrangement_23-2148955757.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-argan-oil-arrangement_23-2148955757.jpg",
|
||||
imageAlt: "Crystal Harmony perfume",
|
||||
},
|
||||
{
|
||||
id: "clothing-1",
|
||||
name: "Silk Elegance Blouse",
|
||||
price: "$249.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-stylish-woman-with-walking-urban-city-business-street-dressed-warm-brown-coat-blue-suit-spring-autumn-trendy-fashion-street-style-wearing-sunglasses_285396-7147.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-stylish-woman-with-walking-urban-city-business-street-dressed-warm-brown-coat-blue-suit-spring-autumn-trendy-fashion-street-style-wearing-sunglasses_285396-7147.jpg",
|
||||
imageAlt: "Silk Elegance blouse",
|
||||
},
|
||||
{
|
||||
id: "clothing-2",
|
||||
name: "Minimalist Premium Dress",
|
||||
price: "$349.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-black-dress-grey-spring-coat_613910-7084.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-black-dress-grey-spring-coat_613910-7084.jpg",
|
||||
imageAlt: "Minimalist Premium dress",
|
||||
},
|
||||
{
|
||||
id: "clothing-3",
|
||||
name: "Cashmere Luxury Sweater",
|
||||
price: "$399.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg",
|
||||
imageAlt: "Cashmere Luxury sweater",
|
||||
},
|
||||
{
|
||||
id: "jewelry-1",
|
||||
name: "Gold Elegance Bracelet",
|
||||
price: "$599.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329711.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329711.jpg",
|
||||
imageAlt: "Gold Elegance bracelet",
|
||||
},
|
||||
{
|
||||
id: "jewelry-2",
|
||||
name: "Diamond Luxury Necklace",
|
||||
price: "$1,299.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599084.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599084.jpg",
|
||||
imageAlt: "Diamond Luxury necklace",
|
||||
},
|
||||
{
|
||||
id: "jewelry-3",
|
||||
name: "Elegant Precious Ring",
|
||||
price: "$799.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-gold-plated-bracelet-ring-set-with-crystal-black-table_140725-12895.jpg?_wi=1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-gold-plated-bracelet-ring-set-with-crystal-black-table_140725-12895.jpg",
|
||||
imageAlt: "Elegant Precious ring",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user