From 12c7269c070f5873248a9494b4cf0534fc2b3bbe Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 15:55:27 +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 33aeb15..7232d63 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,8 +89,8 @@ export default function LandingPage() { useInvertedBackground={false} buttons={[{ text: "View All Products", href: "#all-products" }]} products={[ - { id: "p1", brand: "Elegant Skin", name: "Botanical Night Cream", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "" }, - { id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "" }, + { id: "p1", brand: "Elegant Skin", name: "Botanical Night Cream", price: "$45.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dark-blue-flowers-white-colored-water_23-2148256399.jpg" }, + { id: "p2", brand: "Elegant Skin", name: "Day Radiance Cream", price: "$38.00", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cream-container-plants_23-2149339775.jpg" }, ]} title="Our Collection" description="Shop our premium creams, serums, and lotions." -- 2.49.1