Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93bbe40268 | |||
| 3e2b4de24c | |||
| d1c3824033 | |||
| f7ad2af475 | |||
| 1a76fcb7dc |
59
src/app/lola-kafe/page.tsx
Normal file
59
src/app/lola-kafe/page.tsx
Normal file
@@ -0,0 +1,59 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
|
||||
export default function LolaKafePage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="rounded"
|
||||
contentWidth="smallMedium"
|
||||
sizing="largeSizeMediumTitles"
|
||||
background="grid"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
headingFontWeight="light"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/lola-kafe" },
|
||||
{ name: "Menu", id: "/#menu" },
|
||||
{ name: "Reservation", id: "/#reservation" },
|
||||
{ name: "Contact", id: "/#contact" },
|
||||
]}
|
||||
brandName="Number 1 palov in Shakhrisabz"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about" className="py-20">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="Lola Kafe: A Unique Experience"
|
||||
description="Discover the charm and flavors of Lola Kafe, where traditional recipes meet modern comfort. We are committed to providing an exceptional culinary journey for every guest."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837730602-j61oa74s.jpg?_wi=2"
|
||||
imageAlt="Lola Kafe Interior"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{ items: [{ label: "Home", href: "/" }, { label: "Contact", href: "/#reservation" }] },
|
||||
{ items: [{ label: "Shakhrisabz City Center", href: "#" }] }
|
||||
]}
|
||||
logoText="Lola Kafe"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "About", id: "/lola-kafe" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reservation", id: "reservation" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="O'zbek mehmondo'stligi merosi"
|
||||
description="Number 1 palov in Shakhrisabzda biz O‘zbekiston qalbini dasturxoningizga tortamiz. An’anaviy tandem pechlarimizning qizg‘in isishidan tortib qozon pishirishning nozik mahoratigacha, har bir taom meros, tazelik va o‘ziga xos lazzat haqida hikoya qiladi."
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837730602-j61oa74s.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BvWgR82VZNMwRJZ6Ff0vMRfeG9/uploaded-1775837730602-j61oa74s.jpg?_wi=1"
|
||||
imageAlt="Authentic Uzbek culinary tradition"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user