Update src/app/page.tsx

This commit is contained in:
2026-04-11 16:15:00 +00:00
parent 22d7d936ee
commit e3645620f4

View File

@@ -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" }
]}
/>
</div>