From 9d242623b2c201e550cd05e64c2882c65ae53320 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:20:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 293 +++++++++-------------------------------------- 1 file changed, 56 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index efa08fc..21e4e2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -164,60 +97,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { - id: "1", - brand: "Milliy", - name: "O'zbekcha Palov", - price: "45,000", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-shakh-plov-cooked-rice-dish-with-raisins-inside-plate-white_140725-36105.jpg", - }, - { - id: "2", - brand: "Fast Food", - name: "Premium Burger", - price: "35,000", - rating: 4.8, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/bun-with-sesame-table_140725-9347.jpg", - }, - { - id: "3", - brand: "Salatlar", - name: "Sezar Salati", - price: "28,000", - rating: 4.5, - reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-salad-inside-elegant-plate-dark-blue-background_179666-19418.jpg", - }, - { - id: "4", - brand: "Milliy", - name: "G'ijduvon Somsa", - price: "12,000", - rating: 4.9, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-meat-pie-inside-pan-dark-background-pastry-bake-cake-pie-biscuit-dough-color-food-oven_179666-47198.jpg?_wi=2", - }, - { - id: "5", - brand: "Shirinliklar", - name: "Cheesecake", - price: "30,000", - rating: 4.7, - reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-concept_23-2148510821.jpg?_wi=2", - }, - { - id: "6", - brand: "Ichimliklar", - name: "Tropik Kokteyl", - price: "25,000", - rating: 4.6, - reviewCount: "30", - imageSrc: "http://img.b2bpic.net/free-photo/red-drink-with-ice_1203-768.jpg", - }, + { id: "1", brand: "Milliy", name: "O'zbekcha Palov", price: "45,000", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-shakh-plov-cooked-rice-dish-with-raisins-inside-plate-white_140725-36105.jpg" }, + { id: "2", brand: "Fast Food", name: "Premium Burger", price: "35,000", rating: 4.8, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/bun-with-sesame-table_140725-9347.jpg" }, + { id: "3", brand: "Salatlar", name: "Sezar Salati", price: "28,000", rating: 4.5, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegetable-salad-inside-elegant-plate-dark-blue-background_179666-19418.jpg" }, + { id: "4", brand: "Milliy", name: "G'ijduvon Somsa", price: "12,000", rating: 4.9, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-meat-pie-inside-pan-dark-background-pastry-bake-cake-pie-biscuit-dough-color-food-oven_179666-47198.jpg" }, + { id: "5", brand: "Shirinliklar", name: "Cheesecake", price: "30,000", rating: 4.7, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-concept_23-2148510821.jpg" }, + { id: "6", brand: "Ichimliklar", name: "Tropik Kokteyl", price: "25,000", rating: 4.6, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/red-drink-with-ice_1203-768.jpg" }, ]} title="Eng Saralangan Menyu" description="Bizning eng mashhur va xaridorgir taomlarimiz." @@ -228,31 +113,11 @@ export default function LandingPage() { @@ -365,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1