From 1d2568e488f459543d0c6d9f367da6e3c48642cf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 22:30:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 64 +++++++++++++++++++++++------------------------- 1 file changed, 31 insertions(+), 33 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17de4c0..3e6ce4b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,16 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import { MapPin, Wallet, Wine, Star } from "lucide-react"; +import { Cpu, Beer, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -33,42 +29,42 @@ export default function LandingPage() {
@@ -81,11 +77,13 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "1", name: "Нигири из краба", price: "85 000 сўм", variant: "90 г", imageSrc: "http://img.b2bpic.net/free-photo/mussels-cream-sauce-served-with-green-salad_140725-5873.jpg" }, - { id: "2", name: "Тартар из говядины", price: "98 000 сўм", variant: "170 г", imageSrc: "http://img.b2bpic.net/free-photo/beef-steak-tartar-still-life_23-2150655691.jpg" }, + { id: "1", name: "Энергетик MAJOR", price: "20 000 сўм", variant: "0.5 л", imageSrc: "http://img.b2bpic.net/free-photo/energy-drink-can-with-neon-elements_23-2149156024.jpg" }, + { id: "2", name: "Латте Геймера", price: "25 000 сўм", variant: "300 мл", imageSrc: "http://img.b2bpic.net/free-photo/iced-latte-with-coffee-beans_23-2148906950.jpg" }, + { id: "3", name: "Клубный сэндвич", price: "35 000 сўм", variant: "250 г", imageSrc: "http://img.b2bpic.net/free-photo/club-sandwich-with-fries_23-2148906950.jpg" }, + { id: "4", name: "Микс орехов", price: "15 000 сўм", variant: "100 г", imageSrc: "http://img.b2bpic.net/free-photo/mixed-nuts-snack_23-2148906950.jpg" }, ]} - title="Наши блюда" - description="Попробуйте наши лучшие позиции, созданные из отборных ингредиентов." + title="Бар Cyber Arena" + description="Большой выбор напитков, энергетиков и закусок, чтобы поддерживать ваш уровень энергии на максимуме." />
@@ -93,12 +91,12 @@ export default function LandingPage() { @@ -106,12 +104,12 @@ export default function LandingPage() { -- 2.49.1