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