Update src/app/page.tsx

This commit is contained in:
2026-03-17 02:25:34 +00:00
parent 66600949d1
commit c07d4afc91

View File

@@ -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",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perfume-floating-water_23-2150963092.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cosmetic-products_23-2148532769.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-argan-oil-arrangement_23-2148955757.jpg?_wi=1",
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",
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",
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",
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-black-dress-grey-spring-coat_613910-7084.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/young-business-owner-preparing-her-store_23-2149300872.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-golden-ring-rock-concrete-tray_23-2150329711.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599084.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-gold-plated-bracelet-ring-set-with-crystal-black-table_140725-12895.jpg?_wi=1",
imageAlt: "Elegant Precious ring",
},
]}