From e9542306103d174cb198aa76c640e8556257b448 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:38:49 +0000 Subject: [PATCH 1/3] Update src/app/catalog/page.tsx --- src/app/catalog/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index 2ebf2c1..42539ac 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -43,28 +43,28 @@ export default function CatalogPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Midnight Oud Noir", price: "$185", variant: "100ml Deep Woody", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Midnight Oud Noir luxury perfume", isFavorited: false, + id: "1", name: "Midnight Oud Noir", price: "$185", variant: "100ml Deep Woody", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=11", imageAlt: "Midnight Oud Noir luxury perfume", isFavorited: false, }, { - id: "2", name: "Golden Amber Dreams", price: "$165", variant: "100ml Amber Floral", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Golden Amber Dreams fragrance", isFavorited: false, + id: "2", name: "Golden Amber Dreams", price: "$165", variant: "100ml Amber Floral", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=4", imageAlt: "Golden Amber Dreams fragrance", isFavorited: false, }, { - id: "3", name: "Vetiver Symphony", price: "$175", variant: "100ml Fresh Citrus", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Vetiver Symphony perfume", isFavorited: false, + id: "3", name: "Vetiver Symphony", price: "$175", variant: "100ml Fresh Citrus", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=12", imageAlt: "Vetiver Symphony perfume", isFavorited: false, }, { - id: "4", name: "Rose Essence Blanc", price: "$195", variant: "100ml Floral White", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Rose Essence Blanc luxury fragrance", isFavorited: false, + id: "4", name: "Rose Essence Blanc", price: "$195", variant: "100ml Floral White", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=13", imageAlt: "Rose Essence Blanc luxury fragrance", isFavorited: false, }, { - id: "5", name: "Spiced Leather Luxe", price: "$180", variant: "100ml Leather Spice", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Spiced Leather Luxe perfume", isFavorited: false, + id: "5", name: "Spiced Leather Luxe", price: "$180", variant: "100ml Leather Spice", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=5", imageAlt: "Spiced Leather Luxe perfume", isFavorited: false, }, { - id: "6", name: "Crystal Jasmine Light", price: "$160", variant: "100ml Jasmine Green", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Crystal Jasmine Light fragrance", isFavorited: false, + id: "6", name: "Crystal Jasmine Light", price: "$160", variant: "100ml Jasmine Green", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=14", imageAlt: "Crystal Jasmine Light fragrance", isFavorited: false, }, { - id: "7", name: "Sandalwood Serenity", price: "$170", variant: "100ml Warm Wood", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Sandalwood Serenity luxury fragrance", isFavorited: false, + id: "7", name: "Sandalwood Serenity", price: "$170", variant: "100ml Warm Wood", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=15", imageAlt: "Sandalwood Serenity luxury fragrance", isFavorited: false, }, { - id: "8", name: "Iris Noble", price: "$190", variant: "100ml Floral Iris", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Iris Noble perfume", isFavorited: false, + id: "8", name: "Iris Noble", price: "$190", variant: "100ml Floral Iris", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=6", imageAlt: "Iris Noble perfume", isFavorited: false, }, ]} gridVariant="uniform-all-items-equal" -- 2.49.1 From 20a2c7eb9e3a77b8fe8de0895d2132eeb3f527f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:38:49 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0fadb2d..c043c50 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -54,7 +54,7 @@ export default function ContactPage() { description="At Elegant Parfum Imports, we believe every fragrance tells a story. From the moment you open a bottle, you're transported to the artistic vision of master perfumers around the world. Our commitment to authenticity and quality means that every fragrance in our collection is a genuine masterpiece, sourced directly from prestigious perfume houses and curated with meticulous care." tag="Our Commitment" tagIcon={Award} - imageSrc="http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-49450.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-49450.jpg?_wi=2" imageAlt="perfume luxury selection curated fragrances" buttons={[{ text: "View Our Collection", href: "/catalog" }]} useInvertedBackground={false} -- 2.49.1 From 50d52facbc9461ad404431866baa967893449c14 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:38:50 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fccb899..4cca7e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,11 @@ export default function HomePage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "luxury perfume bottle elegant fragrance dark background premium"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=1", imageAlt: "luxury perfume bottle elegant fragrance dark background premium"}, { imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30786.jpg", imageAlt: "perfume luxury high-end fragrance gold accents sophisticated"}, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "imported perfume designer fragrance elegant bottle exclusive"}, + imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=2", imageAlt: "imported perfume designer fragrance elegant bottle exclusive"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -68,13 +68,13 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - title: "Tom Ford Elegance", description: "Sophisticated woody notes with subtle spice. A fragrance that whispers luxury.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "luxury perfume bottle Tom Ford style premium fragrance dark luxury", buttonIcon: ChevronRight, + title: "Tom Ford Elegance", description: "Sophisticated woody notes with subtle spice. A fragrance that whispers luxury.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=3", imageAlt: "luxury perfume bottle Tom Ford style premium fragrance dark luxury", buttonIcon: ChevronRight, buttonHref: "/catalog"}, { title: "Creed Heritage", description: "Timeless baroque composition with exquisite depth. The essence of refinement.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-seductive-sensual-stylish-woman-boho-dress-sitting-vintage-retro-cafe-holding-perfume_285396-6906.jpg", imageAlt: "designer perfume elegant fragrance Creed style imported", buttonIcon: ChevronRight, buttonHref: "/catalog"}, { - title: "Dior Prestige", description: "Pure crystalline floral with golden undertones. Maison Francis Kurkdjian inspired.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "haute couture perfume luxury scent Dior inspired premium bottle", buttonIcon: ChevronRight, + title: "Dior Prestige", description: "Pure crystalline floral with golden undertones. Maison Francis Kurkdjian inspired.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=4", imageAlt: "haute couture perfume luxury scent Dior inspired premium bottle", buttonIcon: ChevronRight, buttonHref: "/catalog"}, ]} textboxLayout="default" @@ -91,7 +91,7 @@ export default function HomePage() { description="Elegant Parfum Imports represents a commitment to authenticity, exclusivity, and uncompromising quality. Each fragrance in our collection is carefully selected from the world's finest perfume houses. We believe that true luxury is found in the details—the precise balance of notes, the refinement of composition, and the exclusivity of access. Our mission is to bring these masterpieces directly to discerning fragrance enthusiasts who understand that a signature scent is not just a fragrance, it's an experience." tag="Our Story" tagIcon={Award} - imageSrc="http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-49450.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-dispenser-liquid-soap-female-hands-store_169016-49450.jpg?_wi=1" imageAlt="perfume selection luxury fragrance imported scents curated collection" buttons={[{ text: "Learn More", href: "/about" }]} useInvertedBackground={false} @@ -108,13 +108,13 @@ export default function HomePage() { tagAnimation="slide-up" features={[ { - title: "Original Imported Fragrances", description: "100% authentic perfumes directly sourced from prestigious houses worldwide. No compromises on quality.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "eau de parfum luxury bottle fragrance display premium design", buttonIcon: CheckCircle, + title: "Original Imported Fragrances", description: "100% authentic perfumes directly sourced from prestigious houses worldwide. No compromises on quality.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=5", imageAlt: "eau de parfum luxury bottle fragrance display premium design", buttonIcon: CheckCircle, }, { - title: "Carefully Curated Selection", description: "Each fragrance is hand-selected by our experts. We only offer scents that meet our exacting standards.", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "perfume collection designer fragrance luxury scent imported perfume", buttonIcon: CheckCircle, + title: "Carefully Curated Selection", description: "Each fragrance is hand-selected by our experts. We only offer scents that meet our exacting standards.", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=1", imageAlt: "perfume collection designer fragrance luxury scent imported perfume", buttonIcon: CheckCircle, }, { - title: "Trusted Expertise", description: "Our team understands fragrance intimately. We provide personalized guidance to find your perfect scent.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "fine fragrance haute perfume elegant bottle luxury presentation", buttonIcon: CheckCircle, + title: "Trusted Expertise", description: "Our team understands fragrance intimately. We provide personalized guidance to find your perfect scent.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=6", imageAlt: "fine fragrance haute perfume elegant bottle luxury presentation", buttonIcon: CheckCircle, }, ]} textboxLayout="default" @@ -134,22 +134,22 @@ export default function HomePage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Midnight Oud Noir", price: "$185", variant: "100ml Deep Woody", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Midnight Oud Noir luxury perfume", isFavorited: false, + id: "1", name: "Midnight Oud Noir", price: "$185", variant: "100ml Deep Woody", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=7", imageAlt: "Midnight Oud Noir luxury perfume", isFavorited: false, }, { - id: "2", name: "Golden Amber Dreams", price: "$165", variant: "100ml Amber Floral", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Golden Amber Dreams fragrance", isFavorited: false, + id: "2", name: "Golden Amber Dreams", price: "$165", variant: "100ml Amber Floral", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=2", imageAlt: "Golden Amber Dreams fragrance", isFavorited: false, }, { - id: "3", name: "Vetiver Symphony", price: "$175", variant: "100ml Fresh Citrus", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Vetiver Symphony perfume", isFavorited: false, + id: "3", name: "Vetiver Symphony", price: "$175", variant: "100ml Fresh Citrus", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=8", imageAlt: "Vetiver Symphony perfume", isFavorited: false, }, { - id: "4", name: "Rose Essence Blanc", price: "$195", variant: "100ml Floral White", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Rose Essence Blanc luxury fragrance", isFavorited: false, + id: "4", name: "Rose Essence Blanc", price: "$195", variant: "100ml Floral White", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=9", imageAlt: "Rose Essence Blanc luxury fragrance", isFavorited: false, }, { - id: "5", name: "Spiced Leather Luxe", price: "$180", variant: "100ml Leather Spice", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg", imageAlt: "Spiced Leather Luxe perfume", isFavorited: false, + id: "5", name: "Spiced Leather Luxe", price: "$180", variant: "100ml Leather Spice", imageSrc: "http://img.b2bpic.net/free-photo/containers-liquid-soap-shampoo-with-dispenser-is-sold-supermarket_169016-50305.jpg?_wi=3", imageAlt: "Spiced Leather Luxe perfume", isFavorited: false, }, { - id: "6", name: "Crystal Jasmine Light", price: "$160", variant: "100ml Jasmine Green", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg", imageAlt: "Crystal Jasmine Light fragrance", isFavorited: false, + id: "6", name: "Crystal Jasmine Light", price: "$160", variant: "100ml Jasmine Green", imageSrc: "http://img.b2bpic.net/free-photo/elegant-vegan-alcohol-arrangement_23-2149337695.jpg?_wi=10", imageAlt: "Crystal Jasmine Light fragrance", isFavorited: false, }, ]} gridVariant="uniform-all-items-equal" -- 2.49.1