Merge version_1 into main #2
@@ -2,13 +2,11 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import { Facebook, Linkedin, Twitter } from "lucide-react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function RegisterPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -23,100 +21,50 @@ export default function LandingPage() {
|
||||
headingFontWeight="extrabold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Biznes Topish",
|
||||
id: "/#biznes-topish",
|
||||
},
|
||||
{
|
||||
name: "Mening Biznes Profilim",
|
||||
id: "/profile",
|
||||
},
|
||||
{
|
||||
name: "Yangi Biznes Qo'shish",
|
||||
id: "/register",
|
||||
},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/illustration-entrepreneur-conccept_53876-5536.jpg"
|
||||
logoAlt="Biznes-Hub Logo"
|
||||
brandName="Biznes-Hub"
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "/register",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Biznes Topish", id: "/#biznes-topish" },
|
||||
{ name: "Mening Biznes Profilim", id: "/profile" },
|
||||
{ name: "Yangi Biznes Qo'shish", id: "/register" },
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/illustration-entrepreneur-conccept_53876-5536.jpg"
|
||||
logoAlt="Biznes-Hub Logo"
|
||||
brandName="Biznes-Hub"
|
||||
button={{ text: "Get Started", href: "/register" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="register-form" data-section="register-form">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Ro'yxatdan O'tish"
|
||||
title="Yangi Biznes Qo'shish"
|
||||
description="Biznesingizni Biznes-Hub ga ro'yxatdan o'tkazish uchun quyidagi qadamlarni bajaring."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sign-up-form-button-graphic-concept_53876-123684.jpg"
|
||||
imageAlt="New business registration form"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Biznes Nomingizni Kiriting"
|
||||
buttonText="Keyingi Qadam"
|
||||
termsText="Biznes-Hub ga qo'shilish orqali siz shartlarimiz bilan rozilik bildirasiz."
|
||||
/>
|
||||
</div>
|
||||
<div id="register-form" data-section="register-form">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Ro'yxatdan O'tish"
|
||||
title="Yangi Biznes Qo'shish"
|
||||
description="Biznesingizni Biznes-Hub ga ro'yxatdan o'tkazish uchun quyidagi qadamlarni bajaring."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/sign-up-form-button-graphic-concept_53876-123684.jpg"
|
||||
imageAlt="New business registration form"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Biznes Nomingizni Kiriting"
|
||||
buttonText="Keyingi Qadam"
|
||||
termsText="Biznes-Hub ga qo'shilish orqali siz shartlarimiz bilan rozilik bildirasiz."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-register" data-section="about-register">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Biznesingizni Global Sahifaga Qo'shing",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Yordam Markazi",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/paper-style-isolation-still-life-composition_23-2148998856.jpg"
|
||||
imageAlt="Global business registration"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoSrc="http://img.b2bpic.net/free-vector/illustration-entrepreneur-conccept_53876-5536.jpg"
|
||||
logoAlt="Biznes-Hub Logo"
|
||||
logoText="Biznes-Hub"
|
||||
copyrightText="© 2024 Biznes-Hub. Barcha huquqlar himoyalangan."
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about-register" data-section="about-register">
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{ type: "text", content: "Biznesingizni Global Sahifaga Qo'shing" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/paper-style-isolation-still-life-composition_23-2148998856.jpg", alt: "Global business registration" }
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Yordam Markazi", href: "#" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user