Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #16.
This commit is contained in:
2026-04-11 16:17:20 +00:00

View File

@@ -79,7 +79,10 @@ export default function LandingPage() {
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" }
{ id: "d3", brand: "Appetizer", name: "Samsa", price: "12,000 UZS", rating: 4.9, reviewCount: "95", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837468018-fgz2fq5c.webp?_wi=1", imageAlt: "Samsa" },
{ id: "d4", brand: "Traditional", name: "Lagmon", price: "35,000 UZS", rating: 4.7, reviewCount: "150", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837730602-j61oa74s.jpg?_wi=1", imageAlt: "Lagmon" },
{ id: "d5", brand: "Traditional", name: "Shashlik Mix", price: "25,000 UZS", rating: 5, reviewCount: "300", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837468018-fgz2fq5c.webp?_wi=1", imageAlt: "Shashlik" },
{ id: "d6", 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>