From 60866294e80c2362d9b85bcba1629c65aae24485 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:22:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fb7e90b..84ecea5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/front-view-parfume-inside-bottle-with-golden-cap-white_140725-11656.jpg"}, { id: "p2", brand: "AURA", name: "Velvet Oud", price: "$120", rating: 5, - reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-skeleton_23-2149872273.jpg"}, + reviewCount: "94", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-skeleton_23-2149872273.jpg?_wi=1"}, ]} title="Curated Scents" description="Experience the essence of elegance." @@ -82,13 +82,13 @@ export default function LandingPage() { features={[ { id: "v1", title: "Cinematic Experience", description: "High-fidelity production.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-perfume-bottle_23-2149234327.jpg", imageAlt: "Video 1"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-perfume-bottle_23-2149234327.jpg?_wi=1", imageAlt: "Video 1"}, items: [], reverse: false }, { id: "v2", title: "Artisan Craft", description: "Attention to every detail.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/diwali-festival-lights-tradition_23-2148688425.jpg", imageAlt: "Video 2"}, + imageSrc: "http://img.b2bpic.net/free-photo/diwali-festival-lights-tradition_23-2148688425.jpg?_wi=1", imageAlt: "Video 2"}, items: [], reverse: true }, @@ -104,11 +104,11 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", name: "Elena V.", date: "Oct 2023", title: "Signature scent found.", quote: "Simply exquisite and long-lasting.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-skeleton_23-2149872273.jpg", imageAlt: "modern fragrance bottle high end"}, + id: "t1", name: "Elena V.", date: "Oct 2023", title: "Signature scent found.", quote: "Simply exquisite and long-lasting.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg", imageSrc: "http://img.b2bpic.net/free-photo/gold-aesthetic-wallpaper-with-skeleton_23-2149872273.jpg?_wi=2", imageAlt: "modern fragrance bottle high end"}, { - id: "t2", name: "Marcus L.", date: "Nov 2023", title: "Luxury defined.", quote: "Stunning quality for the price.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beauty-woman-with-golden-jewelry-studio_633478-509.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-perfume-bottle_23-2149234327.jpg", imageAlt: "perfume commercial close up"}, + id: "t2", name: "Marcus L.", date: "Nov 2023", title: "Luxury defined.", quote: "Stunning quality for the price.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beauty-woman-with-golden-jewelry-studio_633478-509.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-perfume-bottle_23-2149234327.jpg?_wi=2", imageAlt: "perfume commercial close up"}, { - id: "t3", name: "Sarah W.", date: "Dec 2023", title: "Unmatched elegance.", quote: "My new daily favorite perfume.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageSrc: "http://img.b2bpic.net/free-photo/diwali-festival-lights-tradition_23-2148688425.jpg", imageAlt: "perfume bottle luxury lifestyle"}, + id: "t3", name: "Sarah W.", date: "Dec 2023", title: "Unmatched elegance.", quote: "My new daily favorite perfume.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg", imageSrc: "http://img.b2bpic.net/free-photo/diwali-festival-lights-tradition_23-2148688425.jpg?_wi=2", imageAlt: "perfume bottle luxury lifestyle"}, { id: "t4", name: "David K.", date: "Jan 2024", title: "Impressive performance.", quote: "Receiving compliments everywhere.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/black-white-minimal-portrait_23-2149152604.jpg", imageSrc: "http://img.b2bpic.net/free-photo/beauty-woman-s-with-blue-eyes-portrait_633478-325.jpg", imageAlt: "luxury portrait elegant customer"}, { -- 2.49.1