diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9f8eb3c..95b2ca7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
-import { Bell, Calendar, CheckSquare, MessageSquare, ThumbsUp, Users } from "lucide-react";
+import { Bell, Calendar, CheckSquare, MessageSquare, ThumbsUp, Users, Library, Presentation } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -58,70 +46,20 @@ export default function LandingPage() {
title="Building Stronger Communities Together"
description="Join thousands of members creating real-world impact. Explore, connect, and grow with a community that cares."
testimonials={[
- {
- name: "Alex R.",
- handle: "@alexr",
- testimonial: "This community changed my perspective. So supportive and inspiring!",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16131.jpg?_wi=1",
- },
- {
- name: "Maria K.",
- handle: "@mariak",
- testimonial: "The best network I've found. Truly inclusive and engaged.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-white-summer-tshirt-jeans-clothes-fashion-male-posing-near-blue-wall-studio-isolated_158538-26836.jpg",
- },
- {
- name: "John D.",
- handle: "@johnd",
- testimonial: "Everything I needed to jumpstart my passion project.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-african-man-smiling-stretching-hands-camera_176420-12617.jpg",
- },
- {
- name: "Sarah P.",
- handle: "@sarahp",
- testimonial: "Love the events and networking opportunities here.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-happy-women-student-property-business-background-beautiful-young-business-woman_1391-64.jpg",
- },
- {
- name: "Liam T.",
- handle: "@liamt",
- testimonial: "Highly recommended for anyone looking for authentic connection.",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-caucasian-girl-with-pixie-haircut-clenching-fists-isolated-purple-background-with-copy-space_141793-88068.jpg",
- },
+ { name: "Alex R.", handle: "@alexr", testimonial: "This community changed my perspective. So supportive and inspiring!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16131.jpg" },
+ { name: "Maria K.", handle: "@mariak", testimonial: "The best network I've found. Truly inclusive and engaged.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-hipster-model-sexy-unshaven-man-dressed-white-summer-tshirt-jeans-clothes-fashion-male-posing-near-blue-wall-studio-isolated_158538-26836.jpg" },
+ { name: "John D.", handle: "@johnd", testimonial: "Everything I needed to jumpstart my passion project.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-african-man-smiling-stretching-hands-camera_176420-12617.jpg" },
+ { name: "Sarah P.", handle: "@sarahp", testimonial: "Love the events and networking opportunities here.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-women-student-property-business-background-beautiful-young-business-woman_1391-64.jpg" },
+ { name: "Liam T.", handle: "@liamt", testimonial: "Highly recommended for anyone looking for authentic connection.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-caucasian-girl-with-pixie-haircut-clenching-fists-isolated-purple-background-with-copy-space_141793-88068.jpg" }
]}
- buttons={[
- {
- text: "Join Now",
- href: "#",
- },
- ]}
- imageSrc="http://img.b2bpic.net/free-photo/young-multi-ethnic-group-people-watching-movie-poof-open-air-cinema_627829-4087.jpg?_wi=1"
+ buttons={[{ text: "Join Now", href: "#" }]}
+ imageSrc="http://img.b2bpic.net/free-photo/young-multi-ethnic-group-people-watching-movie-poof-open-air-cinema_627829-4087.jpg"
avatars={[
- {
- src: "http://img.b2bpic.net/free-photo/attractive-girl-white-earphones-looking-with-smile-her-african-friend-blue-shirt-black-young-man-listening-what-his-charming-university-mate-talking_197531-3877.jpg",
- alt: "Community member 1",
- },
- {
- src: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg",
- alt: "Community member 2",
- },
- {
- src: "http://img.b2bpic.net/free-photo/close-up-portrait-african-guy-smiling-student-confident-his-future-career-head-hunter-dream-standing-white-wall_176420-12537.jpg",
- alt: "Community member 3",
- },
- {
- src: "http://img.b2bpic.net/free-photo/glad-wet-guy-with-shining-perfect-smile-has-walk-rainy-weather-enjoys-favourite-track-earphones_273609-8617.jpg",
- alt: "Community member 4",
- },
- {
- src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg",
- alt: "Community member 5",
- },
+ { src: "http://img.b2bpic.net/free-photo/attractive-girl-white-earphones-looking-with-smile-her-african-friend-blue-shirt-black-young-man-listening-what-his-charming-university-mate-talking_197531-3877.jpg", alt: "Community member 1" },
+ { src: "http://img.b2bpic.net/free-photo/portrait-african-american-person-casual-grey-hoodie-smiling_482257-122367.jpg", alt: "Community member 2" },
+ { src: "http://img.b2bpic.net/free-photo/close-up-portrait-african-guy-smiling-student-confident-his-future-career-head-hunter-dream-standing-white-wall_176420-12537.jpg", alt: "Community member 3" },
+ { src: "http://img.b2bpic.net/free-photo/glad-wet-guy-with-shining-perfect-smile-has-walk-rainy-weather-enjoys-favourite-track-earphones_273609-8617.jpg", alt: "Community member 4" },
+ { src: "http://img.b2bpic.net/free-photo/optimistic-confident-carefree-chill-african-american-female_176420-31297.jpg", alt: "Community member 5" }
]}
avatarText="Join 50k+ members"
/>
@@ -129,12 +67,11 @@ export default function LandingPage() {
@@ -147,64 +84,31 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Networking Hub",
- description: "Connect with experts and peers in your field easily.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg?_wi=1",
- },
+ title: "Networking Hub", description: "Connect with experts and peers in your field easily.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg"},
items: [
- {
- icon: MessageSquare,
- text: "Direct messaging",
- },
- {
- icon: Users,
- text: "Group discussions",
- },
+ { icon: MessageSquare, text: "Direct messaging" },
+ { icon: Users, text: "Group discussions" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/young-multi-ethnic-group-people-watching-movie-poof-open-air-cinema_627829-4087.jpg?_wi=2",
- imageAlt: "digital community features icons",
+ reverse: false
},
{
- title: "Resource Library",
- description: "Access exclusive guides, templates, and workshops.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg?_wi=1",
- },
+ title: "Resource Library", description: "Access exclusive guides, templates, and workshops.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg"},
items: [
- {
- icon: Library,
- text: "Document vault",
- },
- {
- icon: Presentation,
- text: "Expert webinars",
- },
+ { icon: Library, text: "Document vault" },
+ { icon: Presentation, text: "Expert webinars" },
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571090.jpg?_wi=2",
- imageAlt: "digital community features icons",
+ reverse: true
},
{
- title: "Event Calendar",
- description: "Stay updated with local and online community events.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891356.jpg?_wi=1",
- },
+ title: "Event Calendar", description: "Stay updated with local and online community events.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891356.jpg"},
items: [
- {
- icon: Bell,
- text: "Event reminders",
- },
- {
- icon: CheckSquare,
- text: "RSVP management",
- },
+ { icon: Bell, text: "Event reminders" },
+ { icon: CheckSquare, text: "RSVP management" },
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16131.jpg?_wi=2",
- imageAlt: "digital community features icons",
+ reverse: false
},
]}
title="Everything You Need"
@@ -219,27 +123,9 @@ export default function LandingPage() {
gridVariant="bento-grid"
useInvertedBackground={false}
metrics={[
- {
- id: "1",
- value: "50k+",
- title: "Members",
- description: "Joined from 100+ countries.",
- icon: Users,
- },
- {
- id: "2",
- value: "1200",
- title: "Events",
- description: "Hosted successfully this year.",
- icon: Calendar,
- },
- {
- id: "3",
- value: "95%",
- title: "Satisfaction",
- description: "Average member rating.",
- icon: ThumbsUp,
- },
+ { id: "1", value: "50k+", title: "Members", description: "Joined from 100+ countries.", icon: Users },
+ { id: "2", value: "1200", title: "Events", description: "Hosted successfully this year.", icon: Calendar },
+ { id: "3", value: "95%", title: "Satisfaction", description: "Average member rating.", icon: ThumbsUp },
]}
title="Our Impact"
description="Numbers speak louder than words when it comes to community strength."
@@ -253,26 +139,10 @@ export default function LandingPage() {
tag="Our People"
membersAnimation="slide-up"
members={[
- {
- id: "m1",
- name: "Sarah Miller",
- imageSrc: "http://img.b2bpic.net/free-photo/people-watching-soccer-game_23-2149015577.jpg",
- },
- {
- id: "m2",
- name: "David Wang",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg",
- },
- {
- id: "m3",
- name: "Elena Rossi",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
- },
- {
- id: "m4",
- name: "Kenji Sato",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg",
- },
+ { id: "m1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/people-watching-soccer-game_23-2149015577.jpg" },
+ { id: "m2", name: "David Wang", imageSrc: "http://img.b2bpic.net/free-photo/handsome-hispanic-man-with-beard-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-31901.jpg" },
+ { id: "m3", name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
+ { id: "m4", name: "Kenji Sato", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beauty-businesswoman-leaning-against-brick-wall_613910-773.jpg" },
]}
memberVariant="card"
/>
@@ -283,61 +153,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Jordan P.",
- date: "Jan 2025",
- title: "Member",
- quote: "Incredible space to learn and grow.",
- tag: "Active",
- avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-outdoors_23-2149073452.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/young-multi-ethnic-group-people-watching-movie-poof-open-air-cinema_627829-4087.jpg?_wi=3",
- imageAlt: "happy community member portrait",
- },
- {
- id: "t2",
- name: "Lisa G.",
- date: "Dec 2024",
- title: "Mentor",
- quote: "Grateful to be part of such a community.",
- tag: "Pro",
- avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-cheerful-positive-mixed-race-man-with-healthy-pure-skin-being-wet-after-going-sport_273609-8616.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571090.jpg?_wi=3",
- imageAlt: "happy community member portrait",
- },
- {
- id: "t3",
- name: "Tom B.",
- date: "Nov 2024",
- title: "Contributor",
- quote: "The resources here are top notch.",
- tag: "Member",
- avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-satisfied-young-smiling-man-recommend-something-really-good-show-thumbsup-app_1258-109339.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg?_wi=2",
- imageAlt: "happy community member portrait",
- },
- {
- id: "t4",
- name: "Emily C.",
- date: "Oct 2024",
- title: "Leader",
- quote: "Always finding new inspiration daily.",
- tag: "Leader",
- avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg?_wi=2",
- imageAlt: "happy community member portrait",
- },
- {
- id: "t5",
- name: "Oscar V.",
- date: "Sep 2024",
- title: "New Member",
- quote: "Best decision I made this year.",
- tag: "New",
- avatarSrc: "http://img.b2bpic.net/free-photo/happy-black-guy-spending-time-outdoors-city-park-sunny-day-attractive-african-american-man-grey-t-shirt-looking-aside-laughing-happily-closeup-shot-youth-lifestyle-attitude-concept_74855-22309.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891356.jpg?_wi=2",
- imageAlt: "happy community member portrait",
- },
+ { id: "t1", name: "Jordan P.", date: "Jan 2025", title: "Member", quote: "Incredible space to learn and grow.", tag: "Active", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-friends-outdoors_23-2149073452.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-multi-ethnic-group-people-watching-movie-poof-open-air-cinema_627829-4087.jpg" },
+ { id: "t2", name: "Lisa G.", date: "Dec 2024", title: "Mentor", quote: "Grateful to be part of such a community.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-cheerful-positive-mixed-race-man-with-healthy-pure-skin-being-wet-after-going-sport_273609-8616.jpg", imageSrc: "http://img.b2bpic.net/free-photo/disabled-man-wheelchair-working-his-office-job_23-2149571090.jpg" },
+ { id: "t3", name: "Tom B.", date: "Nov 2024", title: "Contributor", quote: "The resources here are top notch.", tag: "Member", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-satisfied-young-smiling-man-recommend-something-really-good-show-thumbsup-app_1258-109339.jpg", imageSrc: "http://img.b2bpic.net/free-photo/geometric-abstract-phone-wallpaper-technology-concept-connecting-dots-design_53876-160212.jpg" },
+ { id: "t4", name: "Emily C.", date: "Oct 2024", title: "Leader", quote: "Always finding new inspiration daily.", tag: "Leader", avatarSrc: "http://img.b2bpic.net/free-photo/young-blonde-businesswoman-smiling-happy-standing-city_839833-14128.jpg", imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg" },
+ { id: "t5", name: "Oscar V.", date: "Sep 2024", title: "New Member", quote: "Best decision I made this year.", tag: "New", avatarSrc: "http://img.b2bpic.net/free-photo/happy-black-guy-spending-time-outdoors-city-park-sunny-day-attractive-african-american-man-grey-t-shirt-looking-aside-laughing-happily-closeup-shot-youth-lifestyle-attitude-concept_74855-22309.jpg", imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891356.jpg" }
]}
title="Member Success Stories"
description="Real stories from members who found their path."
@@ -348,21 +168,9 @@ export default function LandingPage() {