From e51676a1741b6bb05f04f65b0677aef73ba1e2e0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:28:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 700a086..f8b8bae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,11 +50,11 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg?_wi=1", imageAlt: "Verdant Scents Perfume Collection 3D" }, - { imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=1", imageAlt: "Floral Perfume Bottle" }, - { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291993.jpg?_wi=1", imageAlt: "Earthy Fragrance" }, - { imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=2", imageAlt: "Fresh Green Scent" }, - { imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=1", imageAlt: "Woody Premium Perfume" } + { imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg", imageAlt: "Verdant Scents Perfume Collection 3D" }, + { imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Floral Perfume Bottle" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291993.jpg", imageAlt: "Earthy Fragrance" }, + { imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Fresh Green Scent" }, + { imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg", imageAlt: "Woody Premium Perfume" } ]} buttons={[ { text: "Explore Collections", href: "products" }, @@ -79,19 +79,19 @@ export default function LandingPage() { products={[ { id: "1", brand: "Verdant Scents", name: "Emerald Garden", price: "$89.00", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=3", imageAlt: "Emerald Garden Perfume" + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Emerald Garden Perfume" }, { id: "2", brand: "Verdant Scents", name: "Earthy Musk", price: "$85.00", rating: 5, - reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291993.jpg?_wi=2", imageAlt: "Earthy Musk Fragrance" + reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-with-herbal-medicine_23-2149291993.jpg", imageAlt: "Earthy Musk Fragrance" }, { id: "3", brand: "Verdant Scents", name: "Citrus Whisper", price: "$92.00", rating: 5, - reviewCount: "401", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg?_wi=4", imageAlt: "Citrus Whisper Perfume" + reviewCount: "401", imageSrc: "http://img.b2bpic.net/free-photo/green-bottle-parfum-table_140725-7027.jpg", imageAlt: "Citrus Whisper Perfume" }, { id: "4", brand: "Verdant Scents", name: "Midnight Forest", price: "$95.00", rating: 5, - reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg?_wi=2", imageAlt: "Midnight Forest Fragrance" + reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669106.jpg", imageAlt: "Midnight Forest Fragrance" } ]} /> @@ -160,6 +160,7 @@ export default function LandingPage() { imageAlt="Verdant Scents artisanal perfumery" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -233,7 +234,7 @@ export default function LandingPage() { mediaAnimation="slide-up" faqsAnimation="slide-up" mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg" imageAlt="Verdant Scents fragrances" faqs={[ { @@ -271,7 +272,7 @@ export default function LandingPage() { required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232231.jpg" imageAlt="Contact Verdant Scents" mediaAnimation="slide-up" mediaPosition="right"