From 7284b4c87b32eb6874195d28b45a555dab845db2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:40:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0100fa..d903a66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { products={[ { id: "1", brand: "Pivot Essentials", name: "Premium Shampoo", price: "$34.99", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307281.jpg?_wi=2", imageAlt: "Pivot Premium Shampoo" + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307281.jpg?_wi=2", imageAlt: "Pivot Premium Shampoo", description: "Sulfate-free, dermatologist-tested" }, { id: "2", brand: "Pivot Essentials", name: "Premium Conditioner", price: "$34.99", rating: 5, - reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669122.jpg", imageAlt: "Pivot Premium Conditioner" + reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669122.jpg", imageAlt: "Pivot Premium Conditioner", description: "Silicone-free, nutrient-rich formula" } ]} buttons={[{ text: "View All Products", href: "#" }]} -- 2.49.1