Update src/app/shop/page.tsx

This commit is contained in:
2026-03-05 11:39:12 +00:00
parent 074041f899
commit 6a29170e4e

View File

@@ -51,19 +51,19 @@ export default function ShopPage() {
products={[
{
id: "1", name: "Midnight Oud", price: "AED 89", variant: "50ml • Deep & Woody", imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWUcIUCCw069MQ36u14TNK1c4P/uploaded-1772710505650-m1i3frkd.png", imageAlt: "Midnight Oud premium fragrance"},
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWUcIUCCw069MQ36u14TNK1c4P/uploaded-1772710505650-m1i3frkd.png?_wi=2", imageAlt: "Midnight Oud premium fragrance"},
{
id: "2", name: "Desert Rose Bloom", price: "AED 79", variant: "50ml • Floral & Fresh", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-photo-fragrance-bottle-with-flowers_114579-51645.jpg", imageAlt: "Desert Rose Bloom fragrance"},
"http://img.b2bpic.net/free-photo/close-up-photo-fragrance-bottle-with-flowers_114579-51645.jpg?_wi=3", imageAlt: "Desert Rose Bloom fragrance"},
{
id: "3", name: "Golden Amber", price: "AED 85", variant: "50ml • Warm & Sensual", imageSrc:
"http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg", imageAlt: "Golden Amber luxury perfume"},
"http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=2", imageAlt: "Golden Amber luxury perfume"},
{
id: "4", name: "Fresh Citrus Dream", price: "AED 75", variant: "50ml • Citrus & Clean", imageSrc:
"http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721383.jpg", imageAlt: "Fresh Citrus Dream unisex fragrance"},
"http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721383.jpg?_wi=3", imageAlt: "Fresh Citrus Dream unisex fragrance"},
{
id: "5", name: "Spice & Smoke", price: "AED 88", variant: "50ml • Spicy & Warm", imageSrc:
"http://img.b2bpic.net/free-photo/black-bottle-mens-perfume-cosmetic-bag-dark-blue-background-space-text_185193-161788.jpg", imageAlt: "Spice and Smoke fragrance"},
"http://img.b2bpic.net/free-photo/black-bottle-mens-perfume-cosmetic-bag-dark-blue-background-space-text_185193-161788.jpg?_wi=2", imageAlt: "Spice and Smoke fragrance"},
{
id: "6", name: "Vanilla Elegance", price: "AED 77", variant: "50ml • Soft & Sweet", imageSrc:
"http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Vanilla Elegance fragrance"},
@@ -83,22 +83,22 @@ export default function ShopPage() {
{
title: "Men's Perfumes", description:
"Powerful, masculine scents that define confidence and sophistication", imageSrc:
"http://img.b2bpic.net/free-photo/black-bottle-mens-perfume-cosmetic-bag-dark-blue-background-space-text_185193-161788.jpg", imageAlt: "Men's fragrance collection", buttonIcon: ArrowRight,
"http://img.b2bpic.net/free-photo/black-bottle-mens-perfume-cosmetic-bag-dark-blue-background-space-text_185193-161788.jpg?_wi=3", imageAlt: "Men's fragrance collection", buttonIcon: ArrowRight,
buttonHref: "/men"},
{
title: "Women's Perfumes", description:
"Elegant, feminine fragrances capturing beauty and grace", imageSrc:
"http://img.b2bpic.net/free-photo/close-up-photo-fragrance-bottle-with-flowers_114579-51645.jpg", imageAlt: "Women's fragrance collection", buttonIcon: ArrowRight,
"http://img.b2bpic.net/free-photo/close-up-photo-fragrance-bottle-with-flowers_114579-51645.jpg?_wi=4", imageAlt: "Women's fragrance collection", buttonIcon: ArrowRight,
buttonHref: "/women"},
{
title: "Unisex Fragrances", description:
"Versatile scents for anyone who appreciates quality and uniqueness", imageSrc:
"http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721383.jpg", imageAlt: "Unisex fragrance collection", buttonIcon: ArrowRight,
"http://img.b2bpic.net/free-photo/still-life-beauty-products-based-regenerative-agriculture_23-2150721383.jpg?_wi=4", imageAlt: "Unisex fragrance collection", buttonIcon: ArrowRight,
buttonHref: "/unisex"},
{
title: "Limited Edition", description:
"Exclusive fragrances available for a limited time only", imageSrc:
"http://img.b2bpic.net/free-psd/new-arrival-sale-template-design_23-2149907494.jpg", imageAlt: "Limited edition fragrances", buttonIcon: ArrowRight,
"http://img.b2bpic.net/free-psd/new-arrival-sale-template-design_23-2149907494.jpg?_wi=2", imageAlt: "Limited edition fragrances", buttonIcon: ArrowRight,
buttonHref: "/shop"},
]}
textboxLayout="default"