From e4efdf0808cf6c392e9710c3d569d6b9c338ab7d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 02:47:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd7ef8d..8e61866 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,7 +104,7 @@ export default function LandingPage() { tagIcon={Star} tagAnimation="slide-up" title="Our Coffee Scrub Collection" - description="Discover our range of luxurious coffee body scrubs, each formulated to deliver exceptional results." + description="Discover our range of luxurious coffee body scrubs, each formulated to deliver exceptional results. Each product is crafted with premium natural ingredients to provide the ultimate exfoliation and skincare experience." products={[ { id: "product-classic", brand: "Coffee Glow", name: "Classic Coffee Scrub", price: "$24.99", rating: 5, @@ -117,6 +117,18 @@ export default function LandingPage() { { id: "product-travel", brand: "Coffee Glow", name: "Travel Coffee Scrub", price: "$14.99", rating: 5, reviewCount: "76", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee-with-coffee-beans-wooden-board-high-quality-photo_114579-67874.jpg?_wi=4", imageAlt: "Travel-size coffee scrub jar" + }, + { + id: "product-organic", brand: "Coffee Glow", name: "Organic Luxe Scrub", price: "$44.99", rating: 5, + reviewCount: "64", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee-with-coffee-beans-wooden-board-high-quality-photo_114579-67874.jpg?_wi=5", imageAlt: "Organic luxe coffee scrub jar" + }, + { + id: "product-gift-set", brand: "Coffee Glow", name: "Gift Set Bundle", price: "$59.99", rating: 5, + reviewCount: "43", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee-with-coffee-beans-wooden-board-high-quality-photo_114579-67874.jpg?_wi=6", imageAlt: "Coffee Glow gift set bundle" + }, + { + id: "product-subscription", brand: "Coffee Glow", name: "Monthly Subscription", price: "$19.99", rating: 5, + reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee-with-coffee-beans-wooden-board-high-quality-photo_114579-67874.jpg?_wi=7", imageAlt: "Coffee Glow monthly subscription" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1