Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
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 FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
@@ -194,18 +194,15 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactText
|
||||
text="Biz bilan bog'laning: [Instagram](https://instagram.com) va [Telegram](https://t.me). Наша локация: <iframe src=\"https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2998.0772279144933!2d69.25624797587637!3d41.28555230230239!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x38ae8a5d3f566a7b%3A0x1d1e1f1e1f1e1f1e!2sShota%20Rustaveli%20St%2C%20Tashkent!5e0!3m2!1sen!2s!4v1680000000000!5m2!1sen!2s\" width=\"100%\" height=\"300\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"></iframe>"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Biz bilan bog'laning"
|
||||
description="Savollaringiz bormi? Bizga yozing."
|
||||
tag="Aloqa"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Sahifalar", items: [
|
||||
@@ -218,9 +215,9 @@ export default function LandingPage() {
|
||||
{
|
||||
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