Update src/app/page.tsx
This commit is contained in:
189
src/app/page.tsx
189
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Services",
|
name: "Services", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Impact",
|
name: "Impact", id: "metrics"},
|
||||||
id: "metrics",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Unity Co-op"
|
brandName="Unity Co-op"
|
||||||
/>
|
/>
|
||||||
@@ -57,9 +49,7 @@ export default function LandingPage() {
|
|||||||
description="Your trusted partner for financial growth, mutual support, and sustainable development. Join our Co-operative Society and start building your future today."
|
description="Your trusted partner for financial growth, mutual support, and sustainable development. Join our Co-operative Society and start building your future today."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Join Membership",
|
text: "Join Membership", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-with-each-other_1170-769.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/group-graphic-designers-interacting-with-each-other_1170-769.jpg"
|
||||||
imageAlt="Community growth"
|
imageAlt="Community growth"
|
||||||
@@ -73,13 +63,9 @@ export default function LandingPage() {
|
|||||||
description="For over 20 years, our society has been the backbone of financial stability for thousands of families. We believe in democratic governance and equitable access to resources."
|
description="For over 20 years, our society has been the backbone of financial stability for thousands of families. We believe in democratic governance and equitable access to resources."
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
value: "10k+",
|
value: "10k+", title: "Happy Members"},
|
||||||
title: "Happy Members",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "$50M+",
|
value: "$50M+", title: "Member Capital"},
|
||||||
title: "Member Capital",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966167.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/people-working-tech-brand-together_23-2150966167.jpg"
|
||||||
imageAlt="Community meeting"
|
imageAlt="Community meeting"
|
||||||
@@ -95,30 +81,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Savings & Accounts", descriptions: [
|
||||||
title: "Savings & Accounts",
|
"Flexible savings accounts with competitive interest rates for all members."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/still-life-arrangement-friendship-day_23-2148970497.jpg"},
|
||||||
"Flexible savings accounts with competitive interest rates for all members.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-arrangement-friendship-day_23-2148970497.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Investment Portfolios", descriptions: [
|
||||||
title: "Investment Portfolios",
|
"Grow your wealth with diversified investment opportunities tailored for security."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/growth-up-arrow-icon-isolated_53876-14656.jpg"},
|
||||||
"Grow your wealth with diversified investment opportunities tailored for security.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/growth-up-arrow-icon-isolated_53876-14656.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Support Services", descriptions: [
|
||||||
title: "Support Services",
|
"Dedicated support and financial planning assistance whenever you need it."],
|
||||||
descriptions: [
|
imageSrc: "http://img.b2bpic.net/free-photo/doctor-inform-health-examination-results-x-ray-film-encourage-senior-elderly-woman-broken-arm-patients-hospital-medical-senior-concept_1150-21716.jpg"},
|
||||||
"Dedicated support and financial planning assistance whenever you need it.",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-inform-health-examination-results-x-ray-film-encourage-senior-elderly-woman-broken-arm-patients-hospital-medical-senior-concept_1150-21716.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Explore Services", href: "#metrics"}
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
title="Services Tailored for You"
|
title="Services Tailored for You"
|
||||||
description="Comprehensive financial products designed to support your life journey and business aspirations."
|
description="Comprehensive financial products designed to support your life journey and business aspirations."
|
||||||
/>
|
/>
|
||||||
@@ -131,28 +110,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "98%", title: "Member Satisfaction", items: [
|
||||||
value: "98%",
|
"Reported high satisfaction across all services."],
|
||||||
title: "Member Satisfaction",
|
|
||||||
items: [
|
|
||||||
"Reported high satisfaction across all services.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "150+", title: "Local Projects", items: [
|
||||||
value: "150+",
|
"Funding new local business infrastructure."],
|
||||||
title: "Local Projects",
|
|
||||||
items: [
|
|
||||||
"Funding new local business infrastructure.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "4.8", title: "Trust Score", items: [
|
||||||
value: "4.8",
|
"Consistently rated highly for financial transparency."],
|
||||||
title: "Trust Score",
|
|
||||||
items: [
|
|
||||||
"Consistently rated highly for financial transparency.",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Real Community Impact"
|
title="Real Community Impact"
|
||||||
@@ -167,45 +134,20 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "The co-operative helped me start my small business when no one else would.", rating: 5,
|
||||||
name: "Sarah Johnson",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-short-haired-mature-female-hitchhiker-carrying-backpack-sleeping-mat-posing-outdoors-with-high-road-cars-background-going-spend-vacations-wild-nature_343059-2342.jpg"},
|
||||||
handle: "@sarah_j",
|
|
||||||
testimonial: "The co-operative helped me start my small business when no one else would.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-short-haired-mature-female-hitchhiker-carrying-backpack-sleeping-mat-posing-outdoors-with-high-road-cars-background-going-spend-vacations-wild-nature_343059-2342.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Transparency and democratic governance made me a lifetime member.", rating: 5,
|
||||||
name: "Michael Chen",
|
imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-16033.jpg"},
|
||||||
handle: "@mchen",
|
|
||||||
testimonial: "Transparency and democratic governance made me a lifetime member.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-16033.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Elena Rossi", handle: "@elena_r", testimonial: "Reliable savings growth and excellent community support.", rating: 5,
|
||||||
name: "Elena Rossi",
|
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-man-laughing-with-man-young-business-woman_1262-748.jpg"},
|
||||||
handle: "@elena_r",
|
|
||||||
testimonial: "Reliable savings growth and excellent community support.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-business-man-laughing-with-man-young-business-woman_1262-748.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David Kim", handle: "@david_k", testimonial: "Highly recommended for families looking for safe long-term investments.", rating: 5,
|
||||||
name: "David Kim",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-colleagues-hugging_1262-21066.jpg"},
|
||||||
handle: "@david_k",
|
|
||||||
testimonial: "Highly recommended for families looking for safe long-term investments.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-business-colleagues-hugging_1262-21066.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Robert Miller", handle: "@rmiller", testimonial: "I have been a member for years; the personal support is unmatched.", rating: 5,
|
||||||
name: "Robert Miller",
|
imageSrc: "http://img.b2bpic.net/free-photo/immigration-people_53876-121540.jpg"},
|
||||||
handle: "@rmiller",
|
|
||||||
testimonial: "I have been a member for years; the personal support is unmatched.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/immigration-people_53876-121540.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
showRating={true}
|
showRating={true}
|
||||||
title="What Our Members Say"
|
title="What Our Members Say"
|
||||||
@@ -219,20 +161,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "How do I become a member?", content: "Simply visit any branch or complete the online application with your ID."},
|
||||||
title: "How do I become a member?",
|
|
||||||
content: "Simply visit any branch or complete the online application with your ID.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Is my money safe?", content: "Yes, we are regulated and maintain high reserves to ensure member funds are secure."},
|
||||||
title: "Is my money safe?",
|
|
||||||
content: "Yes, we are regulated and maintain high reserves to ensure member funds are secure.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Do I earn dividends?", content: "As a co-operative, you are a co-owner; annual dividends are decided at the AGM."},
|
||||||
title: "Do I earn dividends?",
|
|
||||||
content: "As a co-operative, you are a co-owner; annual dividends are decided at the AGM.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/experienced-worker-talking-with-customer-using-headphones-mic-closeup_482257-126149.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/experienced-worker-talking-with-customer-using-headphones-mic-closeup_482257-126149.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -246,14 +179,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "cell-wave",
|
variant: "cell-wave"}}
|
||||||
}}
|
|
||||||
text="Ready to build your financial future together? Our team is standing by to help you get started."
|
text="Ready to build your financial future together? Our team is standing by to help you get started."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Contact Us Now",
|
text: "Contact Us Now", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -263,42 +193,27 @@ export default function LandingPage() {
|
|||||||
logoText="Unity Co-op"
|
logoText="Unity Co-op"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "About",
|
title: "About", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Our History",
|
label: "Our History", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Leadership",
|
label: "Leadership", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Support",
|
title: "Support", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "#faq"},
|
||||||
href: "#faq",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact",
|
label: "Contact", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Use",
|
label: "Terms of Use", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -307,4 +222,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user