From 2b6f0eefb7f23a60bd71126c38a7292f4545b051 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:17:32 +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 fccdd76..cae7727 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,7 @@ export default function Home() { products={[ { id: "1", brand: "GlowAura", name: "Vitamin C Radiance Serum", price: "$89.00", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg", imageAlt: "Vitamin C Serum" + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=1", imageAlt: "Vitamin C Serum" }, { id: "2", brand: "GlowAura", name: "Luxury Night Cream", price: "$125.00", rating: 5, @@ -82,7 +82,7 @@ export default function Home() { }, { id: "3", brand: "GlowAura", name: "Premium Beard Oil", price: "$65.00", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg", imageAlt: "Beard Oil" + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg?_wi=1", imageAlt: "Beard Oil" } ]} /> @@ -98,7 +98,7 @@ export default function Home() { features={[ { id: 1, - tag: "Skincare", title: "Face Serums", subtitle: "Advanced hydration and brightening", description: "Our face serums are formulated with natural ingredients to restore luminosity and even skin tone. Infused with vitamin C and hyaluronic acid for maximum radiance. Suitable for all skin types, dermatologically tested.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg", imageAlt: "Face Serum", buttons: [{ text: "Explore", href: "/shop" }] + tag: "Skincare", title: "Face Serums", subtitle: "Advanced hydration and brightening", description: "Our face serums are formulated with natural ingredients to restore luminosity and even skin tone. Infused with vitamin C and hyaluronic acid for maximum radiance. Suitable for all skin types, dermatologically tested.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-jojoba-oil-assortment_23-2149047740.jpg?_wi=2", imageAlt: "Face Serum", buttons: [{ text: "Explore", href: "/shop" }] }, { id: 2, @@ -122,7 +122,7 @@ export default function Home() { features={[ { id: 1, - tag: "Grooming", title: "Beard Care Collection", subtitle: "Ultimate beard maintenance and styling", description: "Complete beard care range including premium beard oils, styling creams, and grooming tools. Natural, paraben-free formulas that nourish and strengthen. Designed for all beard types.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg", imageAlt: "Beard Oil", buttons: [{ text: "Explore", href: "/shop" }] + tag: "Grooming", title: "Beard Care Collection", subtitle: "Ultimate beard maintenance and styling", description: "Complete beard care range including premium beard oils, styling creams, and grooming tools. Natural, paraben-free formulas that nourish and strengthen. Designed for all beard types.", imageSrc: "http://img.b2bpic.net/free-photo/man-holding-face-oil-bottle_23-2148696678.jpg?_wi=2", imageAlt: "Beard Oil", buttons: [{ text: "Explore", href: "/shop" }] }, { id: 2, @@ -168,7 +168,7 @@ export default function Home() { }, { id: "2", name: "Emily Rodriguez", role: "Skincare Professional", company: "Los Angeles", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emily Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Emily Rodriguez" }, { id: "3", name: "Jessica Chen", role: "Wellness Coach", company: "San Francisco", rating: 5, @@ -180,7 +180,7 @@ export default function Home() { }, { id: "5", name: "Amanda Davis", role: "Dermatologist", company: "Boston", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Amanda Davis" + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Amanda Davis" }, { id: "6", name: "Michelle Garcia", role: "Entrepreneur", company: "Austin", rating: 5, -- 2.49.1