From bff018e7ee9883b8dd824f590ec15abcf728f42e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:32:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 137 +++++++++++------------------------------------ 1 file changed, 30 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ac67a7c..682ee6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,6 @@ import ReactLenis from "lenis/react"; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; @@ -30,27 +29,17 @@ export default function LandingPage() { @@ -60,47 +49,25 @@ export default function LandingPage() { description="Experience authentic Asian & Uzbek fusion flavors in our cozy private cabins. Perfect for family reunions and festive celebrations." buttons={[ { - text: "Reserve a Booth", - href: "#contact", - }, + text: "Reserve a Booth", href: "#contact"}, ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-holds-tray-with-lula-tike-kebab-pita-with-onions-herbs_141793-4270.jpg", - imageAlt: "Sizzling Kazan Kabob signature dish", - }, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-man-holds-tray-with-lula-tike-kebab-pita-with-onions-herbs_141793-4270.jpg", imageAlt: "Sizzling Kazan Kabob signature dish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", - imageAlt: "Cozy private restaurant cabin", - }, + imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-17447.jpg", imageAlt: "Cozy private restaurant cabin"}, { - imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg?_wi=1", - imageAlt: "Grilled trout dish", - }, + imageSrc: "http://img.b2bpic.net/free-photo/baked-salmon-fillet-with-potatoes-cheese-rolls-vegetables-mix_114579-199.jpg", imageAlt: "Grilled trout dish"}, { - imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", - imageAlt: "Festive interior atmosphere", - }, + imageSrc: "http://img.b2bpic.net/free-photo/handsome-guy-hugging-young-cheerful-lady-table_23-2148016786.jpg", imageAlt: "Festive interior atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg?_wi=1", - imageAlt: "Lamb neck with quail", - }, + imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roulets-table_140725-721.jpg", imageAlt: "Lamb neck with quail"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", - imageAlt: "Private dining booth interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "Private dining booth interior"}, ]} /> -
- -
-