From ad831dc5fc8f405df8c73fc23e3f869bd631a7e1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 06:39:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 264 ++++++++++------------------------------------- 1 file changed, 54 insertions(+), 210 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 587aeba..d9d8bef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; @@ -33,25 +32,15 @@ export default function LandingPage() { @@ -61,93 +50,52 @@ export default function LandingPage() { @@ -173,75 +121,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Classic Burger", - price: "55 000 so'm", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger_23-2152021198.jpg", - }, + id: "1", name: "Classic Burger", price: "55 000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger_23-2152021198.jpg"}, { - id: "2", - name: "Double Beef", - price: "75 000 so'm", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-food-plate_23-2148934660.jpg", - }, + id: "2", name: "Double Beef", price: "75 000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chef-preparing-food-plate_23-2148934660.jpg"}, { - id: "3", - name: "Crispy Chicken", - price: "60 000 so'm", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-burgers-with-chicken-breast_1220-7107.jpg", - }, + id: "3", name: "Crispy Chicken", price: "60 000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-burgers-with-chicken-breast_1220-7107.jpg"}, { - id: "4", - name: "Veggie Delight", - price: "50 000 so'm", - imageSrc: "http://img.b2bpic.net/free-photo/home-made-delicious-big-hamburger_23-2148374920.jpg", - }, + id: "4", name: "Veggie Delight", price: "50 000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/home-made-delicious-big-hamburger_23-2148374920.jpg"}, { - id: "5", - name: "Spicy Jalapeno", - price: "65 000 so'm", - imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67569.jpg", - }, + id: "5", name: "Spicy Jalapeno", price: "65 000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67569.jpg"}, { - id: "6", - name: "BBQ Special", - price: "80 000 so'm", - imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg", - }, + id: "6", name: "BBQ Special", price: "80 000 so'm", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-bacon-cheeseburger-with-arugula-tomato_84443-82005.jpg"}, ]} title="Bizning menyu" description="Siz uchun eng yaxshi variantlar" /> -
- -
-
@@ -342,8 +197,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1