Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-05 11:39:26 +00:00

View File

@@ -63,13 +63,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "1", name: "Essence of Rose", price: "$89.99", variant: "100ml Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Essence of Rose fragrance", isFavorited: false,
id: "1", name: "Essence of Rose", price: "$89.99", variant: "100ml Eau de Parfum", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1", imageAlt: "Essence of Rose fragrance", isFavorited: false,
},
{
id: "2", name: "Midnight Oud", price: "$129.99", variant: "75ml Exotic Blend", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Midnight Oud fragrance", isFavorited: false,
id: "2", name: "Midnight Oud", price: "$129.99", variant: "75ml Exotic Blend", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2", imageAlt: "Midnight Oud fragrance", isFavorited: false,
},
{
id: "3", name: "Amber Seduction", price: "$99.99", variant: "100ml Oriental", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Amber Seduction fragrance", isFavorited: false,
id: "3", name: "Amber Seduction", price: "$99.99", variant: "100ml Oriental", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=1", imageAlt: "Amber Seduction fragrance", isFavorited: false,
},
]}
title="Featured Fragrances"
@@ -105,16 +105,16 @@ export default function LandingPage() {
<FeatureCardTwentySix
features={[
{
title: "Floral Dreams", description: "Delicate and enchanting florals perfect for everyday elegance", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Floral collection", buttonIcon: ArrowRight,
title: "Floral Dreams", description: "Delicate and enchanting florals perfect for everyday elegance", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=3", imageAlt: "Floral collection", buttonIcon: ArrowRight,
buttonHref: "#"},
{
title: "Spice & Warmth", description: "Rich, warm blends with exotic spices for the bold and adventurous", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Spice collection", buttonIcon: ArrowRight,
title: "Spice & Warmth", description: "Rich, warm blends with exotic spices for the bold and adventurous", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=4", imageAlt: "Spice collection", buttonIcon: ArrowRight,
buttonHref: "#"},
{
title: "Ocean Breeze", description: "Fresh, crisp scents inspired by coastal elegance and natural beauty", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Ocean collection", buttonIcon: ArrowRight,
title: "Ocean Breeze", description: "Fresh, crisp scents inspired by coastal elegance and natural beauty", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=2", imageAlt: "Ocean collection", buttonIcon: ArrowRight,
buttonHref: "#"},
{
title: "Night Luxe", description: "Sophisticated, mysterious fragrances for your evening moments", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Night collection", buttonIcon: ArrowRight,
title: "Night Luxe", description: "Sophisticated, mysterious fragrances for your evening moments", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=5", imageAlt: "Night collection", buttonIcon: ArrowRight,
buttonHref: "#"},
]}
title="Fragrance Collections"