diff --git a/src/app/goals/page.tsx b/src/app/goals/page.tsx index 648d2fb..f522934 100644 --- a/src/app/goals/page.tsx +++ b/src/app/goals/page.tsx @@ -74,9 +74,9 @@ export default function GoalsPage() { 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" } + { 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" } ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 0078cfa..a217a7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,13 +195,13 @@ 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"}, ]} /> diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 856eece..d25c570 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -28,29 +28,19 @@ export default function LandingPage() { @@ -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() { ); -} +} \ No newline at end of file