Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60bc2a8621 | |||
| b4de7e8df9 | |||
| 71e5b9ef53 | |||
| 45383f1124 | |||
| 073eb3c86c | |||
| 729e7c9657 | |||
| beb3ffadf8 |
@@ -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 HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
@@ -34,24 +34,27 @@ export default function LandingPage() {
|
||||
{ name: "Reservation", id: "reservation" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Number 1 palov in Shakhrisabz"
|
||||
brandName="Lola kafe "
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroOverlay
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Haqiqiy o'zbek lazzatlari yuqori darajadagi atmosferada"
|
||||
description="Number 1 palov in Shakhrisabz — an'ana, ta'm va mehmondo'stlikni his eting"
|
||||
description="N1 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"
|
||||
carouselItems={[
|
||||
{ id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837468018-fgz2fq5c.webp?_wi=1", imageAlt: "Traditional Uzbek plov" },
|
||||
{ id: "2", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837730602-j61oa74s.jpg?_wi=1", imageAlt: "Authentic Uzbek cuisine" },
|
||||
{ id: "3", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837468018-fgz2fq5c.webp?_wi=2", imageAlt: "Traditional Uzbek plov" },
|
||||
{ id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837730602-j61oa74s.jpg?_wi=1", imageAlt: "Authentic Uzbek cuisine" },
|
||||
{ id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837468018-fgz2fq5c.webp?_wi=3", imageAlt: "Traditional Uzbek plov" },
|
||||
{ id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837730602-j61oa74s.jpg?_wi=1", imageAlt: "Authentic Uzbek cuisine" }
|
||||
]}
|
||||
background={{ variant: 'rotated-rays-static' }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user