Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e70b27640 | |||
| a65080d895 | |||
| bf10dfec9d | |||
| 2a46ba0146 | |||
| 5a50a13a04 | |||
| a3c5882e2b | |||
| 99126bc24d | |||
| 192e437f34 |
86
src/app/goals/page.tsx
Normal file
86
src/app/goals/page.tsx
Normal file
@@ -0,0 +1,86 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Facebook, Linkedin, Twitter } from "lucide-react";
|
||||
|
||||
export default function GoalsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
defaultTextAnimation="background-highlight"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
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" },
|
||||
{ name: "Goals", id: "/goals" }
|
||||
]}
|
||||
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="goals" data-section="goals">
|
||||
<MetricCardSeven
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "goal-1", value: "500,000 $", title: "Dream Home", items: [
|
||||
"Savings Needed: 400,000 $", "Current Income: 5,000 $ / month", "Remaining: 250,000 $"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "goal-2", value: "1,000,000 $", title: "Retirement Fund", items: [
|
||||
"Savings Needed: 800,000 $", "Current Income: 7,000 $ / month", "Remaining: 600,000 $"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "goal-3", value: "200,000 $", title: "Startup Capital", items: [
|
||||
"Savings Needed: 150,000 $", "Current Income: 3,000 $ / month", "Remaining: 100,000 $"
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Financial Goals Tracker"
|
||||
description="Set your financial objectives, track your progress, and visualize your path to success."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</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: "https://facebook.com/bizneshub", ariaLabel: "Facebook" },
|
||||
{ icon: Linkedin, href: "https://linkedin.com/bizneshub", ariaLabel: "LinkedIn" },
|
||||
{ icon: Twitter, href: "https://twitter.com/bizneshub", ariaLabel: "Twitter" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -37,6 +37,8 @@ export default function LandingPage() {
|
||||
name: "Mening Biznes Profilim", id: "/profile"},
|
||||
{
|
||||
name: "Yangi Biznes Qo'shish", id: "/register"},
|
||||
{
|
||||
name: "Goals", id: "/goals"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/illustration-entrepreneur-conccept_53876-5536.jpg"
|
||||
logoAlt="Biznes-Hub Logo"
|
||||
@@ -193,17 +195,17 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#", ariaLabel: "Facebook"},
|
||||
href: "https://facebook.com/bizneshub", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#", ariaLabel: "LinkedIn"},
|
||||
href: "https://linkedin.com/bizneshub", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#", ariaLabel: "Twitter"},
|
||||
href: "https://twitter.com/bizneshub", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -28,29 +28,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Biznes Topish",
|
||||
id: "/#biznes-topish",
|
||||
},
|
||||
name: "Biznes Topish", id: "/#biznes-topish"},
|
||||
{
|
||||
name: "Mening Biznes Profilim",
|
||||
id: "/profile",
|
||||
},
|
||||
name: "Mening Biznes Profilim", id: "/profile"},
|
||||
{
|
||||
name: "Yangi Biznes Qo'shish",
|
||||
id: "/register",
|
||||
},
|
||||
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",
|
||||
}}
|
||||
text: "Get Started", href: "/register"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -62,29 +52,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Biznes Nomi: Global Innovations LLC",
|
||||
description: "Sektor: Sun'iy Intellekt va Dasturiy ta'minot",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-teammates-working-late-office_23-2148991319.jpg",
|
||||
imageAlt: "Global Innovations LLC profile",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/general-director-making-important-presentation_482257-115944.jpg",
|
||||
buttonText: "Tahrirlash",
|
||||
},
|
||||
title: "Biznes Nomi: Global Innovations LLC", description: "Sektor: Sun'iy Intellekt va Dasturiy ta'minot", imageSrc: "http://img.b2bpic.net/free-photo/business-teammates-working-late-office_23-2148991319.jpg", imageAlt: "Global Innovations LLC profile", titleImageSrc: "http://img.b2bpic.net/free-photo/general-director-making-important-presentation_482257-115944.jpg", buttonText: "Tahrirlash"},
|
||||
{
|
||||
title: "Mablag' Maqsadi: 500,000 $",
|
||||
description: "Moliyalashtirish Holati: 60% Bajarildi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-senior-male-browsing-tablet_23-2148673420.jpg",
|
||||
imageAlt: "Funding goal status",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-plexus-technology-design-network-communications_1048-15871.jpg",
|
||||
buttonText: "Tahrirlash",
|
||||
},
|
||||
title: "Mablag' Maqsadi: 500,000 $", description: "Moliyalashtirish Holati: 60% Bajarildi", imageSrc: "http://img.b2bpic.net/free-photo/portrait-elegant-senior-male-browsing-tablet_23-2148673420.jpg", imageAlt: "Funding goal status", titleImageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-plexus-technology-design-network-communications_1048-15871.jpg", buttonText: "Tahrirlash"},
|
||||
{
|
||||
title: "Ishga tushirish Budjeti: 100,000 $",
|
||||
description: "Qoldiq: 40,000 $",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-digital-tablet_1098-17595.jpg",
|
||||
imageAlt: "Launch budget status",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/professional-interactive-board-empty-conference-room-used-meetings_482257-115896.jpg",
|
||||
buttonText: "Tahrirlash",
|
||||
},
|
||||
title: "Ishga tushirish Budjeti: 100,000 $", description: "Qoldiq: 40,000 $", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-digital-tablet_1098-17595.jpg", imageAlt: "Launch budget status", titleImageSrc: "http://img.b2bpic.net/free-photo/professional-interactive-board-empty-conference-room-used-meetings_482257-115896.jpg", buttonText: "Tahrirlash"},
|
||||
]}
|
||||
title="Mening Biznes Profilim"
|
||||
description="Biznesingizning asosiy ma'lumotlarini tahrirlang va uning faoliyatini kuzatib boring."
|
||||
@@ -98,31 +70,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "tracker-1",
|
||||
value: "15",
|
||||
title: "Jamoa Hajmi",
|
||||
items: [
|
||||
"Faol ishchilar",
|
||||
"Dynamic: + / -",
|
||||
],
|
||||
id: "tracker-1", value: "15", title: "Jamoa Hajmi", items: [
|
||||
"Faol ishchilar", "Dynamic: + / -"],
|
||||
},
|
||||
{
|
||||
id: "tracker-2",
|
||||
value: "25,000 $",
|
||||
title: "Jonli Daromad",
|
||||
items: [
|
||||
"Joriy oy uchun",
|
||||
"Dynamic Input",
|
||||
],
|
||||
id: "tracker-2", value: "25,000 $", title: "Jonli Daromad", items: [
|
||||
"Joriy oy uchun", "Dynamic Input"],
|
||||
},
|
||||
{
|
||||
id: "tracker-3",
|
||||
value: "10,000 $",
|
||||
title: "Sof Foyda",
|
||||
items: [
|
||||
"Operatsion xarajatlar chiqarib tashlandi",
|
||||
"Avtomatik hisoblash",
|
||||
],
|
||||
id: "tracker-3", value: "10,000 $", title: "Sof Foyda", items: [
|
||||
"Operatsion xarajatlar chiqarib tashlandi", "Avtomatik hisoblash"],
|
||||
},
|
||||
]}
|
||||
title="Jonli Operatsion Kuzatuvchilar"
|
||||
@@ -134,8 +91,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Profiling"
|
||||
title="Biznes Operatsion Ma'lumotlarini Yangilash"
|
||||
description="Biznesingizning joriy holatini aks ettirish uchun ma'lumotlarni tahrirlang."
|
||||
@@ -158,23 +114,17 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "#",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/bizneshub", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "#",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/bizneshub", ariaLabel: "LinkedIn"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/bizneshub", ariaLabel: "Twitter"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user