2 Commits

Author SHA1 Message Date
e4efdf0808 Update src/app/page.tsx 2026-03-19 02:47:02 +00:00
ba9f955119 Merge version_1 into main
Merge version_1 into main
2026-03-19 02:41:53 +00:00

View File

@@ -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"