From 48ce2bc8e48bbdc483bcbcc5c16fab987e6356a8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:02:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f840c69..99431cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -94,13 +94,13 @@ export default function LandingPage() { tag="Featured Products" products={[ { - id: "1", name: "Luxe Hydrating Face Serum", price: "$45.99", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottles-stones-light-background_185193-162140.jpg", imageAlt: "Hydrating face serum", initialQuantity: 1, + id: "1", name: "Luxe Hydrating Face Serum", price: "Kes 400 ", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-bottles-stones-light-background_185193-162140.jpg", imageAlt: "Hydrating face serum", initialQuantity: 1, }, { - id: "2", name: "Radiant Glow Foundation", price: "$38.50", imageSrc: "http://img.b2bpic.net/free-vector/cosmetic-foundation-swatches-smears_107791-6470.jpg", imageAlt: "Radiant glow foundation", initialQuantity: 1, + id: "2", name: "Radiant Glow Foundation", price: "Kes 40 ", imageSrc: "http://img.b2bpic.net/free-vector/cosmetic-foundation-swatches-smears_107791-6470.jpg", imageAlt: "Radiant glow foundation", initialQuantity: 1, }, { - id: "3", name: "Velvet Matte Lipstick Set", price: "$52.00", imageSrc: "http://img.b2bpic.net/free-photo/closeup-lipstick-touching-plump-red-female-lips_1098-19287.jpg", imageAlt: "Velvet matte lipstick collection", initialQuantity: 1, + id: "3", name: "Velvet Matte Lipstick Set", price: "Kes 200 ", imageSrc: "http://img.b2bpic.net/free-photo/closeup-lipstick-touching-plump-red-female-lips_1098-19287.jpg", imageAlt: "Velvet matte lipstick collection", initialQuantity: 1, }, { id: "4", name: "Nourishing Eye Cream", price: "$42.75", imageSrc: "http://img.b2bpic.net/free-photo/smiley-model-using-eye-cream-close-up_23-2149427934.jpg", imageAlt: "Nourishing eye cream", initialQuantity: 1, -- 2.49.1