Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cb94c4a9f | |||
| 1568b72082 | |||
| 09441e1fee |
@@ -3,16 +3,16 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||||
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import { Building2, Database, LineChart, ShieldCheck, Truck, Users } from "lucide-react";
|
import { Building2, Database, LineChart, ShieldCheck, Truck, Users, Mail, Phone, MapPin } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Haqimizda", id: "#about" },
|
{ name: "Biz haqimizda", id: "#about" },
|
||||||
{ name: "Imkoniyatlar", id: "#features" },
|
{ name: "Imkoniyatlar", id: "#features" },
|
||||||
{ name: "Mahsulotlar", id: "#products" },
|
{ name: "Mahsulotlar", id: "#products" },
|
||||||
{ name: "Narxlar", id: "#pricing" },
|
{ name: "Narxlar", id: "#pricing" },
|
||||||
@@ -148,24 +148,25 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactSplitForm
|
||||||
text="Navbatdagi qurilish loyihangizni muhokama qilish uchun biz bilan bog'laning. Aqlli qurilishni boshlang."
|
title="Biz bilan bog'laning"
|
||||||
|
description="Navbatdagi qurilish loyihangizni muhokama qilish uchun xabar qoldiring."
|
||||||
|
inputs={[
|
||||||
|
{ name: "name", type: "text", placeholder: "Ismingiz" },
|
||||||
|
{ name: "email", type: "email", placeholder: "Email manzilingiz" }
|
||||||
|
]}
|
||||||
|
textarea={{ name: "message", placeholder: "Xabaringiz..." }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "plain" }}
|
|
||||||
buttons={[{ text: "Sotuv bo'limi", href: "#" }]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterCard
|
||||||
logoText="QurilishMarket"
|
logoText="QurilishMarket"
|
||||||
columns={[
|
copyrightText="© 2025 QurilishMarket. Barcha huquqlar himoyalangan."
|
||||||
{ items: [{ label: "Bosh sahifa", href: "#" }, { label: "Imkoniyatlar", href: "#features" }] },
|
|
||||||
{ items: [{ label: "Haqimizda", href: "#about" }, { label: "Karyera", href: "#" }] },
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user