Update src/app/page.tsx

This commit is contained in:
2026-04-10 16:33:42 +00:00
parent 729e7c9657
commit 073eb3c86c

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
@@ -39,19 +39,18 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlay
<HeroBillboardCarousel
title="Haqiqiy o'zbek lazzatlari yuqori darajadagi atmosferada"
description="Number 1 palov in Shakhrisabz — an'ana, ta'm va mehmondo'stlikni his eting"
buttons={[
{ text: "Menu", href: "#menu" },
{ text: "Book a Table", href: "#reservation" },
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837468018-fgz2fq5c.webp"
imageAlt="Traditional Uzbek plov and dishes"
showDimOverlay={true}
showBlur={false}
avatars={[]}
avatarText="Join 1000+ satisfied guests"
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837468018-fgz2fq5c.webp", imageAlt: "Traditional Uzbek plov and dishes" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837730602-j61oa74s.jpg?_wi=1", imageAlt: "Authentic Uzbek culinary tradition" }
]}
background={{ variant: 'canvas-reveal' }}
/>
</div>