From aad5377b1ec5872f50a0f71fdbe4d2cd6b1706fe Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 01:11:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 872db8d..58e55ff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,6 +154,22 @@ export default function LandingPage() { { id: "prod-6", brand: "AJB Outdoor", name: "Solar-Powered Garden Lights (Pack of 4)", price: "300 درهم", rating: 4.5, reviewCount: "0 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/light-lamp_1339-1609.jpg", imageAlt: "Solar-powered garden pathway lights"}, + { + id: "prod-7", brand: "EDENBERG", name: "Knife Set", price: "180 درهم", rating: 5, + reviewCount: "0 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvJ2TOzUpyTdDtJv9mNycOHRiO/uploaded-1781053882684-tck91nve.jpg", imageAlt: "EDENBERG Knife Set" + }, + { + id: "prod-8", brand: "EDENBERG", name: "LUXURY Cookware Set", price: "1500 درهم", rating: 5, + reviewCount: "0 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvJ2TOzUpyTdDtJv9mNycOHRiO/uploaded-1781053882684-kxxnsz4h.jpg", imageAlt: "EDENBERG LUXURY Cookware Set" + }, + { + id: "prod-9", brand: "AJB Lighting", name: "\"NEAPEL\" LED Ceiling Light with Integrated Fire Alarm", price: "450 درهم", rating: 4.5, + reviewCount: "0 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvJ2TOzUpyTdDtJv9mNycOHRiO/uploaded-1781053882685-2uawlo40.jpg", imageAlt: "\"NEAPEL\" LED Ceiling Light" + }, + { + id: "prod-10", brand: "AJB Lighting", name: "\"BEATE\" Corner Floor Lamp (Free Delivery)", price: "799 درهم", rating: 4.5, + reviewCount: "0 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvJ2TOzUpyTdDtJv9mNycOHRiO/uploaded-1781053882685-rta9gl6l.jpg", imageAlt: "\"BEATE\" Corner Floor Lamp" + } ]} title="Discover Our Latest Collections" description="From versatile cooking sets to elegant LED lighting, find the perfect products to enhance your home or business at AJB Store." @@ -304,4 +320,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1