From e3645620f4f126bdbff1d0509f2f68623cc1a979 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:15:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1f01e5..3cec80a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,9 +74,13 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - products={[]} title="Our National Treasures" description="Exquisite dishes prepared using ancestral recipes passed down through generations." + products={[ + { id: "d1", brand: "Traditional", name: "Shakhrisabz Plov", price: "45,000 UZS", rating: 5, reviewCount: "120", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837468018-fgz2fq5c.webp?_wi=1", imageAlt: "Plov" }, + { id: "d2", brand: "Bakery", name: "Fresh Tandir Non", price: "8,000 UZS", rating: 4.8, reviewCount: "85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837730602-j61oa74s.jpg?_wi=1", imageAlt: "Tandir Bread" }, + { id: "d3", brand: "Drinks", name: "Traditional Green Tea", price: "5,000 UZS", rating: 4.9, reviewCount: "210", imageSrc: "https://img.freepik.com/free-photo/green-tea-teapot-cups_144627-24874.jpg?t=st=1710430000~exp=1710433600~hmac=e2a14e12e3e57e937d53b26c27f6e4a6a57d3630f81d1e0892289f6655517f6a", imageAlt: "Green Tea" } + ]} />