diff --git a/src/app/page.tsx b/src/app/page.tsx index f638859..aede9b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, CalendarDays, DollarSign, LifeBuoy, Users } from "lucide-react"; +import { Award, Calendar, CalendarCheck, CalendarDays, DollarSign, Earth, Gift, Group, Handshake, LifeBuoy, Network, Star, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -31,37 +31,21 @@ export default function LandingPage() { @@ -135,32 +104,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Weekly Social Nights", - description: "Connect with fellow members and friends every week for a relaxed evening of camaraderie and fun.", - imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-block-party_52683-90480.jpg", - imageAlt: "People enjoying a social night", - buttonIcon: "Calendar", + title: "Weekly Social Nights", description: "Connect with fellow members and friends every week for a relaxed evening of camaraderie and fun.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-fun-block-party_52683-90480.jpg", imageAlt: "People enjoying a social night", buttonIcon: Calendar, }, { - title: "Community Fundraisers", - description: "Participate in events that raise vital funds for local charities and community projects in West Point.", - imageSrc: "http://img.b2bpic.net/free-photo/inspire-inspiration-positivity-word-concept_53876-13822.jpg", - imageAlt: "Charity fundraiser event", - buttonIcon: "DollarSign", + title: "Community Fundraisers", description: "Participate in events that raise vital funds for local charities and community projects in West Point.", imageSrc: "http://img.b2bpic.net/free-photo/inspire-inspiration-positivity-word-concept_53876-13822.jpg", imageAlt: "Charity fundraiser event", buttonIcon: DollarSign, }, { - title: "Holiday Celebrations", - description: "Enjoy festive gatherings and themed parties during holidays, bringing joy to our members and the community.", - imageSrc: "http://img.b2bpic.net/free-photo/new-year-night-with-girls-celebrating_23-2147709174.jpg", - imageAlt: "Holiday celebration with decorations", - buttonIcon: "Gift", + title: "Holiday Celebrations", description: "Enjoy festive gatherings and themed parties during holidays, bringing joy to our members and the community.", imageSrc: "http://img.b2bpic.net/free-photo/new-year-night-with-girls-celebrating_23-2147709174.jpg", imageAlt: "Holiday celebration with decorations", buttonIcon: Gift, }, { - title: "Member Appreciation Events", - description: "Special events dedicated to showing gratitude for our valued members and their contributions.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-food_23-2149152859.jpg", - imageAlt: "Member appreciation gathering", - buttonIcon: "Star", + title: "Member Appreciation Events", description: "Special events dedicated to showing gratitude for our valued members and their contributions.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-with-food_23-2149152859.jpg", imageAlt: "Member appreciation gathering", buttonIcon: Star, }, ]} title="Upcoming Events" @@ -174,48 +127,26 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Community Involvement", - description: "Actively participate in local causes and make a tangible impact on the West Point community.", - buttonIcon: "Group", - imageSrc: "http://img.b2bpic.net/free-vector/international-day-human-fraternity_1308-128634.jpg", - imageAlt: "West Point Eagles Club logo", - }, + title: "Community Involvement", description: "Actively participate in local causes and make a tangible impact on the West Point community.", buttonIcon: Group, + imageSrc: "http://img.b2bpic.net/free-vector/international-day-human-fraternity_1308-128634.jpg", imageAlt: "West Point Eagles Club logo"}, { - title: "Volunteer Opportunities", - description: "Engage in rewarding volunteer work, contributing your time and skills to help others.", - buttonIcon: "Handshake", - imageSrc: "http://img.b2bpic.net/free-photo/representation-american-flag-with-eagle-us-national-loyalty-day-celebration_23-2151306041.jpg?_wi=2", - imageAlt: "West Point Eagles Club logo", - }, + title: "Volunteer Opportunities", description: "Engage in rewarding volunteer work, contributing your time and skills to help others.", buttonIcon: Handshake, + imageSrc: "http://img.b2bpic.net/free-photo/representation-american-flag-with-eagle-us-national-loyalty-day-celebration_23-2151306041.jpg", imageAlt: "West Point Eagles Club logo"}, { - title: "Exclusive Events", - description: "Access member-only social events, gatherings, and activities throughout the year.", - buttonIcon: "CalendarCheck", - imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891372.jpg", - imageAlt: "West Point Eagles Club logo", - }, + title: "Exclusive Events", description: "Access member-only social events, gatherings, and activities throughout the year.", buttonIcon: CalendarCheck, + imageSrc: "http://img.b2bpic.net/free-photo/college-students-different-ethnicities-cramming_23-2149891372.jpg", imageAlt: "West Point Eagles Club logo"}, { - title: "Fellowship & Networking", - description: "Build strong bonds and expand your social network within a supportive fraternal environment.", - buttonIcon: "Network", - imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-15655.jpg", - imageAlt: "West Point Eagles Club logo", - }, + title: "Fellowship & Networking", description: "Build strong bonds and expand your social network within a supportive fraternal environment.", buttonIcon: Network, + imageSrc: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-15655.jpg", imageAlt: "West Point Eagles Club logo"}, { - title: "Nationwide Connection", - description: "Become part of the larger Fraternal Order of Eagles organization with a proud national heritage.", - buttonIcon: "Earth", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiley-roommates-laying-together_23-2149485688.jpg", - imageAlt: "West Point Eagles Club logo", - }, + title: "Nationwide Connection", description: "Become part of the larger Fraternal Order of Eagles organization with a proud national heritage.", buttonIcon: Earth, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-smiley-roommates-laying-together_23-2149485688.jpg", imageAlt: "West Point Eagles Club logo"}, ]} title="Join the Eagles Family" description="Discover the enriching benefits of becoming a West Point Eagles Club member, where you can make a real difference and build lasting connections." buttons={[ { - text: "Join Now", - href: "#contact", - }, + text: "Join Now", href: "#contact"}, ]} /> @@ -228,47 +159,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "wedding", - name: "Weddings", - price: "Inquire", - imageSrc: "http://img.b2bpic.net/free-photo/rustic-candlestick-flower-arrangement-table-wedding-reception_637285-5619.jpg", - imageAlt: "Wedding reception setup", - }, + id: "wedding", name: "Weddings", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/rustic-candlestick-flower-arrangement-table-wedding-reception_637285-5619.jpg", imageAlt: "Wedding reception setup"}, { - id: "birthday", - name: "Birthdays", - price: "Inquire", - imageSrc: "http://img.b2bpic.net/free-photo/friends-celebrating-with-confetti_23-2147640573.jpg", - imageAlt: "Birthday party setup", - }, + id: "birthday", name: "Birthdays", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/friends-celebrating-with-confetti_23-2147640573.jpg", imageAlt: "Birthday party setup"}, { - id: "reunion", - name: "Reunions", - price: "Inquire", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-tables_1157-17842.jpg", - imageAlt: "Family reunion gathering", - }, + id: "reunion", name: "Reunions", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-tables_1157-17842.jpg", imageAlt: "Family reunion gathering"}, { - id: "fundraiser", - name: "Fundraisers", - price: "Inquire", - imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg", - imageAlt: "Charity fundraiser event", - }, + id: "fundraiser", name: "Fundraisers", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/beautifully-decorated-venue-interior-wedding_181624-58530.jpg", imageAlt: "Charity fundraiser event"}, { - id: "corporate", - name: "Corporate Gatherings", - price: "Inquire", - imageSrc: "http://img.b2bpic.net/free-photo/male-accountant-holding-digital-tablet-while-planning-budget-with-team-boardroom_662251-138.jpg", - imageAlt: "Corporate meeting setup", - }, + id: "corporate", name: "Corporate Gatherings", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/male-accountant-holding-digital-tablet-while-planning-budget-with-team-boardroom_662251-138.jpg", imageAlt: "Corporate meeting setup"}, { - id: "special", - name: "Special Events", - price: "Inquire", - imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", - imageAlt: "Versatile event space", - }, + id: "special", name: "Special Events", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/view-from-ceiling-decorated-celebration-hall-with-round-tables_8353-10198.jpg", imageAlt: "Versatile event space"}, ]} title="Host Your Next Event With Us" description="Our versatile and welcoming hall is perfect for any occasion, from intimate gatherings to grand celebrations. Inquire today!" @@ -277,52 +178,23 @@ export default function LandingPage() {