Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cb94c4a9f | |||
| 1568b72082 | |||
| 09441e1fee |
@@ -3,16 +3,16 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
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 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 NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
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() {
|
||||
return (
|
||||
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "Haqimizda", id: "#about" },
|
||||
{ name: "Biz haqimizda", id: "#about" },
|
||||
{ name: "Imkoniyatlar", id: "#features" },
|
||||
{ name: "Mahsulotlar", id: "#products" },
|
||||
{ name: "Narxlar", id: "#pricing" },
|
||||
@@ -148,24 +148,25 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
text="Navbatdagi qurilish loyihangizni muhokama qilish uchun biz bilan bog'laning. Aqlli qurilishni boshlang."
|
||||
<ContactSplitForm
|
||||
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}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[{ text: "Sotuv bo'limi", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
<FooterCard
|
||||
logoText="QurilishMarket"
|
||||
columns={[
|
||||
{ items: [{ label: "Bosh sahifa", href: "#" }, { label: "Imkoniyatlar", href: "#features" }] },
|
||||
{ items: [{ label: "Haqimizda", href: "#about" }, { label: "Karyera", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 QurilishMarket. Barcha huquqlar himoyalangan."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user