5 Commits

Author SHA1 Message Date
bb3ac6f9c3 Update src/app/page.tsx 2026-06-10 01:20:12 +00:00
aad5377b1e Update src/app/page.tsx 2026-06-10 01:11:56 +00:00
f131023eac Merge version_1 into main
Merge version_1 into main
2026-06-10 01:02:38 +00:00
8977293271 Merge version_1 into main
Merge version_1 into main
2026-06-10 01:02:14 +00:00
8b1c6419f9 Merge version_1 into main
Merge version_1 into main
2026-06-10 01:01:20 +00:00

View File

@@ -149,11 +149,27 @@ export default function LandingPage() {
id: "prod-4", brand: "AJB Lifestyle", name: "Luxury Home Decor Vase", price: "180 درهم", rating: 4.5, id: "prod-4", brand: "AJB Lifestyle", name: "Luxury Home Decor Vase", price: "180 درهم", rating: 4.5,
reviewCount: "0 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/plants-white-shelves-glasshouse_53876-65128.jpg", imageAlt: "Stylish glass vase for home decoration"}, reviewCount: "0 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/plants-white-shelves-glasshouse_53876-65128.jpg", imageAlt: "Stylish glass vase for home decoration"},
{ {
id: "prod-5", brand: "AJB Kitchen", name: "Smart Multi-Function Chopper", price: "220 درهم", rating: 4, id: "prod-5", brand: "AJB Kitchen", name: "Set of 6 stainless steel saucepans (18/10 stainless steel) ", price: "749 درهم", rating: 4,
reviewCount: "0 Reviews", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-supplies-one-color_23-2149669148.jpg", imageAlt: "Electric food chopper and mixer"}, reviewCount: "0 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvJ2TOzUpyTdDtJv9mNycOHRiO/uploaded-1781054251684-6jwglf0c.jpg", imageAlt: "Electric food chopper and mixer"},
{ {
id: "prod-6", brand: "AJB Outdoor", name: "Solar-Powered Garden Lights (Pack of 4)", price: "300 درهم", rating: 4.5, id: "prod-6", brand: "a 9-piece steel knife set ", name: "a 9-piece steel knife set", 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"}, reviewCount: "0 Reviews", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EvJ2TOzUpyTdDtJv9mNycOHRiO/uploaded-1781054069273-1k6poyy9.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" 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." 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() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }