diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 23c238b..6dc3397 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -38,9 +38,7 @@ export default function ShopPage() { brandName="Desert Aura" navItems={navItems} button={{ - text: "Shop Now", - href: "/shop", - }} + text: "Shop Now", href: "/shop"}} /> @@ -52,59 +50,23 @@ export default function ShopPage() { tagIcon={Package} 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?_wi=2", - imageAlt: "Midnight Oud premium fragrance", - }, + 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"}, { - 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?_wi=3", - imageAlt: "Desert Rose Bloom 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"}, { - 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?_wi=2", - imageAlt: "Golden Amber luxury perfume", - }, + 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"}, { - 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?_wi=3", - imageAlt: "Fresh Citrus Dream unisex fragrance", - }, + 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"}, { - 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?_wi=2", - imageAlt: "Spice and Smoke 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"}, { - 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", - }, + 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"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -119,49 +81,28 @@ export default function ShopPage() { description="Select your preferred fragrance type and find your signature scent" features={[ { - 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?_wi=3", - imageAlt: "Men's fragrance collection", - buttonIcon: ArrowRight, - buttonHref: "/men", - }, + 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, + 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?_wi=4", - imageAlt: "Women's fragrance collection", - buttonIcon: ArrowRight, - buttonHref: "/women", - }, + 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, + 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?_wi=4", - imageAlt: "Unisex fragrance collection", - buttonIcon: ArrowRight, - buttonHref: "/unisex", - }, + 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, + 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?_wi=2", - imageAlt: "Limited edition fragrances", - buttonIcon: ArrowRight, - buttonHref: "/shop", - }, + 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, + buttonHref: "/shop"}, ]} textboxLayout="default" useInvertedBackground={false} - mediaAnimation="slide-up" /> @@ -182,8 +123,7 @@ export default function ShopPage() {