diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f30496..5d22594 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,12 +59,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "https://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg", imageAlt: "Signature UMBRA bottle" }, - { id: "2", imageSrc: "https://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg", imageAlt: "Botanical infusion" }, - { id: "3", imageSrc: "https://img.b2bpic.net/free-photo/cosmetic-product-still-life_23-2151232284.jpg", imageAlt: "Aesthetic perfume arrangement" }, - { id: "4", imageSrc: "https://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg", imageAlt: "Golden sunset light on glass" }, - { id: "5", imageSrc: "https://img.b2bpic.net/free-photo/preparing-utensils-microneedling-procedure_23-2149374097.jpg", imageAlt: "Laboratory precision" }, - { id: "6", imageSrc: "https://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg", imageAlt: "Natural ingredients" } + { id: "1", imageSrc: "https://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg?_wi=1", imageAlt: "Signature UMBRA bottle" }, + { id: "2", imageSrc: "https://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg?_wi=1", imageAlt: "Botanical infusion" }, + { id: "3", imageSrc: "https://img.b2bpic.net/free-photo/cosmetic-product-still-life_23-2151232284.jpg?_wi=1", imageAlt: "Aesthetic perfume arrangement" }, + { id: "4", imageSrc: "https://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg?_wi=2", imageAlt: "Golden sunset light on glass" }, + { id: "5", imageSrc: "https://img.b2bpic.net/free-photo/preparing-utensils-microneedling-procedure_23-2149374097.jpg?_wi=1", imageAlt: "Laboratory precision" }, + { id: "6", imageSrc: "https://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg?_wi=2", imageAlt: "Natural ingredients" } ]} autoPlay={true} autoPlayInterval={4000} @@ -90,10 +90,10 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" products={[ - { id: "1", name: "Midnight Oud", price: "$210", variant: "Intense & Woody", imageSrc: "https://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg", imageAlt: "Midnight Oud bottle" }, - { id: "2", name: "Azure Rose", price: "$185", variant: "Soft & Floral", imageSrc: "https://img.b2bpic.net/free-photo/cosmetic-product-still-life_23-2151232284.jpg", imageAlt: "Azure Rose bottle" }, - { id: "3", name: "Citrus Zen", price: "$165", variant: "Fresh & Invigorating", imageSrc: "https://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg", imageAlt: "Citrus Zen bottle" }, - { id: "4", name: "Golden Amber", price: "$240", variant: "Warm & Rich", imageSrc: "https://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg", imageAlt: "Golden Amber bottle" } + { id: "1", name: "Midnight Oud", price: "$210", variant: "Intense & Woody", imageSrc: "https://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg?_wi=3", imageAlt: "Midnight Oud bottle" }, + { id: "2", name: "Azure Rose", price: "$185", variant: "Soft & Floral", imageSrc: "https://img.b2bpic.net/free-photo/cosmetic-product-still-life_23-2151232284.jpg?_wi=2", imageAlt: "Azure Rose bottle" }, + { id: "3", name: "Citrus Zen", price: "$165", variant: "Fresh & Invigorating", imageSrc: "https://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg?_wi=3", imageAlt: "Citrus Zen bottle" }, + { id: "4", name: "Golden Amber", price: "$240", variant: "Warm & Rich", imageSrc: "https://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg?_wi=4", imageAlt: "Golden Amber bottle" } ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -110,9 +110,9 @@ export default function LandingPage() { tagIcon={Beaker} tagAnimation="slide-up" features={[ - { title: "Sustainable Harvest", description: "Partnering with small-scale farms to ensure botanical purity while preserving local ecosystems.", imageSrc: "https://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg" }, - { title: "Master Distillation", description: "Modern laboratory techniques meet traditional cold-extraction to capture the soul of each ingredient.", imageSrc: "https://img.b2bpic.net/free-photo/preparing-utensils-microneedling-procedure_23-2149374097.jpg" }, - { title: "Rigorous Quality Control", description: "Every bottle undergoes 12 stages of evaluation to guarantee performance and shelf stability.", imageSrc: "https://img.b2bpic.net/free-photo/cosmetic-product-still-life_23-2151232284.jpg" } + { title: "Sustainable Harvest", description: "Partnering with small-scale farms to ensure botanical purity while preserving local ecosystems.", imageSrc: "https://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg?_wi=4" }, + { title: "Master Distillation", description: "Modern laboratory techniques meet traditional cold-extraction to capture the soul of each ingredient.", imageSrc: "https://img.b2bpic.net/free-photo/preparing-utensils-microneedling-procedure_23-2149374097.jpg?_wi=2" }, + { title: "Rigorous Quality Control", description: "Every bottle undergoes 12 stages of evaluation to guarantee performance and shelf stability.", imageSrc: "https://img.b2bpic.net/free-photo/cosmetic-product-still-life_23-2151232284.jpg?_wi=3" } ]} textboxLayout="default" useInvertedBackground={false} @@ -127,8 +127,8 @@ export default function LandingPage() { tagIcon={Wrench} tagAnimation="slide-up" features={[ - { tag: "Refill", title: "Bottle Re-hydration", subtitle: "Professional refill services", description: "Minimize environmental footprint with our elegant, boutique-exclusive bottle refill service.", imageSrc: "https://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg" }, - { tag: "Repair", title: "Precision Atomizers", subtitle: "Restoration expertise", description: "Our master technicians provide precise adjustments to restore optimal spray density and pressure.", imageSrc: "https://img.b2bpic.net/free-photo/cosmetic-product-still-life_23-2151232284.jpg" } + { tag: "Refill", title: "Bottle Re-hydration", subtitle: "Professional refill services", description: "Minimize environmental footprint with our elegant, boutique-exclusive bottle refill service.", imageSrc: "https://img.b2bpic.net/free-photo/luxury-perfume-bottle-minimal-background_23-2151045233.jpg?_wi=5" }, + { tag: "Repair", title: "Precision Atomizers", subtitle: "Restoration expertise", description: "Our master technicians provide precise adjustments to restore optimal spray density and pressure.", imageSrc: "https://img.b2bpic.net/free-photo/cosmetic-product-still-life_23-2151232284.jpg?_wi=4" } ]} textboxLayout="default" useInvertedBackground={true} @@ -180,7 +180,7 @@ export default function LandingPage() { tagAnimation="slide-up" blogs={[ { id: "1", category: "Science", title: "The Molecular Art of Lasting Scent", excerpt: "How we stabilize top-notes to ensure your fragrance stays fresh throughout the day.", imageSrc: "https://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232284.jpg", authorName: "Dr. Aris Vane", authorAvatar: "https://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-osing-street-with-interesting-architecture-background_613910-3354.jpg", date: "Feb 2026" }, - { id: "2", category: "Curation", title: "Rose Absolute: A Global Journey", excerpt: "Tracing the source of our most beloved floral essences from France to Bulgaria.", imageSrc: "https://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg", authorName: "Elena Vasquez", authorAvatar: "https://img.b2bpic.net/free-photo/senior-woman-portrait_23-2148891695.jpg", date: "Jan 2026" } + { id: "2", category: "Curation", title: "Rose Absolute: A Global Journey", excerpt: "Tracing the source of our most beloved floral essences from France to Bulgaria.", imageSrc: "https://img.b2bpic.net/free-photo/organic-cosmetic-product-with-dreamy-aesthetic-fresh-background_23-2151382870.jpg?_wi=5", authorName: "Elena Vasquez", authorAvatar: "https://img.b2bpic.net/free-photo/senior-woman-portrait_23-2148891695.jpg", date: "Jan 2026" } ]} animationType="slide-up" textboxLayout="default" @@ -220,7 +220,7 @@ export default function LandingPage() {