Compare commits
14 Commits
version_10
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 821004bf8f | |||
| 54bc3d77ba | |||
| 7192813602 | |||
| c9fd668d36 | |||
| 8167d78179 | |||
| 64e7391889 | |||
| 650fe9b314 | |||
| c4ab94251d | |||
| a20f0d258e | |||
| 94b54f90b1 | |||
| ed8d51f3ef | |||
| cea132e725 | |||
| 61de95228f | |||
| 6c860c0f10 |
@@ -3,7 +3,7 @@
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||||
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import TextAbout from "@/components/sections/about/TextAbout";
|
import TextAbout from "@/components/sections/about/TextAbout";
|
||||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||||
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
|
import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen";
|
||||||
@@ -44,7 +44,7 @@ export default function BeshqozonPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboard
|
<HeroBillboardScroll
|
||||||
title="Tashkent’s Most Loved Plov Experience"
|
title="Tashkent’s Most Loved Plov Experience"
|
||||||
description="Rich flavor. Fast service. Authentic tradition. The heart of real Uzbek plov."
|
description="Rich flavor. Fast service. Authentic tradition. The heart of real Uzbek plov."
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
@@ -149,4 +149,4 @@ export default function BeshqozonPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user