Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7312d6c006 | |||
| 2a851db1e7 | |||
| fcb9288875 | |||
| 929888e416 | |||
| 0c55ab5167 |
@@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
@@ -194,18 +194,15 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactText
|
||||||
|
text="Biz bilan bog'laning: [Instagram](https://instagram.com) и [Telegram](https://t.me)."
|
||||||
|
background={{ variant: "gradient-bars" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
|
||||||
variant: "gradient-bars"}}
|
|
||||||
title="Biz bilan bog'laning"
|
|
||||||
description="Savollaringiz bormi? Bizga yozing."
|
|
||||||
tag="Aloqa"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBase
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Sahifalar", items: [
|
title: "Sahifalar", items: [
|
||||||
@@ -218,9 +215,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Aloqa", items: [
|
title: "Aloqa", items: [
|
||||||
{
|
{
|
||||||
label: "Instagram", href: "#"},
|
label: "Instagram", href: "https://instagram.com"},
|
||||||
{
|
{
|
||||||
label: "Telegram", href: "#"},
|
label: "Telegram", href: "https://t.me"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user