Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-29 21:59:45 +00:00

View File

@@ -2,13 +2,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import SplitAbout from '@/components/sections/about/SplitAbout';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
export default function LandingPage() {
return (
@@ -16,268 +15,110 @@ export default function LandingPage() {
defaultButtonVariant="elastic-effect"
defaultTextAnimation="background-highlight"
borderRadius="soft"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "home",
},
{
name: "About",
id: "about",
},
{
name: "Programs",
id: "features",
},
{
name: "Testimonials",
id: "testimonials",
},
]}
brandName="ICC Community"
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Programs", id: "features" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" }
]}
brandName="ICC Community"
/>
</div>
<div id="home" data-section="home">
<HeroSplit
background={{
variant: "gradient-bars",
}}
title="Welcome to the ICC Islamic Community"
description="A place of unity, learning, and peace. We welcome all community members to join our prayers, educational programs, and social events in a warm and inclusive environment."
buttons={[
{
text: "Join Us",
href: "#contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-alhambra-palace-granada-spain_181624-49164.jpg?_wi=1"
mediaAnimation="blur-reveal"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-young-woman-isolated_273609-48299.jpg",
alt: "Community member",
},
{
src: "http://img.b2bpic.net/free-photo/portrait-stunning-girl-with-wavy-hair-wears-pink-attire-indoor-photo-cheerful-short-haired-european-woman-laughing_197531-9037.jpg",
alt: "Community member",
},
{
src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-10631.jpg",
alt: "Community member",
},
{
src: "http://img.b2bpic.net/free-photo/elegant-young-magnificent-woman-with-big-brown-eyes-amazing-smile_291049-2575.jpg",
alt: "Community member",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-young-woman-isolated_273609-48299.jpg",
alt: "Community member",
},
]}
avatarText="Join 500+ community members"
marqueeItems={[
{
type: "text",
text: "Unity",
},
{
type: "text",
text: "Faith",
},
{
type: "text",
text: "Service",
},
{
type: "text",
text: "Growth",
},
{
type: "text",
text: "Peace",
},
]}
/>
</div>
<div id="home" data-section="home">
<HeroSplit
background={{ variant: "gradient-bars" }}
title="Welcome to the ICC Islamic Community"
description="A place of unity, learning, and peace. We welcome all community members to join our prayers, educational programs, and social events in a warm and inclusive environment."
buttons={[{ text: "Join Us", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-alhambra-palace-granada-spain_181624-49164.jpg"
mediaAnimation="blur-reveal"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-young-woman-isolated_273609-48299.jpg", alt: "Community member" },
{ src: "http://img.b2bpic.net/free-photo/portrait-stunning-girl-with-wavy-hair-wears-pink-attire-indoor-photo-cheerful-short-haired-european-woman-laughing_197531-9037.jpg", alt: "Community member" },
{ src: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-10631.jpg", alt: "Community member" },
{ src: "http://img.b2bpic.net/free-photo/elegant-young-magnificent-woman-with-big-brown-eyes-amazing-smile_291049-2575.jpg", alt: "Community member" },
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-young-woman-isolated_273609-48299.jpg", alt: "Community member" }
]}
avatarText="Join 500+ community members"
marqueeItems={[{ type: "text", text: "Unity" }, { type: "text", text: "Faith" }, { type: "text", text: "Service" }, { type: "text", text: "Growth" }, { type: "text", text: "Peace" }]}
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="Our Mission of Unity"
description="We are dedicated to fostering a supportive community rooted in faith, compassion, and active service. Our doors are open to everyone seeking connection and spiritual growth."
bulletPoints={[
{
title: "Daily Prayers",
description: "Spiritual guidance for all.",
},
{
title: "Youth Education",
description: "Learning for future generations.",
},
{
title: "Community Outreach",
description: "Serving those in need.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg?_wi=1"
mediaAnimation="slide-up"
/>
</div>
<div id="about" data-section="about">
<SplitAbout
textboxLayout="split"
useInvertedBackground={false}
title="Our Mission of Unity"
description="We are dedicated to fostering a supportive community rooted in faith, compassion, and active service. Our doors are open to everyone seeking connection and spiritual growth."
bulletPoints={[
{ title: "Daily Prayers", description: "Spiritual guidance for all." },
{ title: "Youth Education", description: "Learning for future generations." },
{ title: "Community Outreach", description: "Serving those in need." }
]}
imageSrc="http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg"
mediaAnimation="slide-up"
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Community Programs"
description="Engage with our diverse programs designed to support the spiritual and personal development of every community member."
accordionItems={[
{
id: "1",
title: "Adult Studies",
content: "Deep dive into faith and history.",
},
{
id: "2",
title: "Youth Activities",
content: "Mentorship and social growth.",
},
{
id: "3",
title: "Charity & Outreach",
content: "Serving our neighbors together.",
},
]}
mediaAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-alhambra-palace-granada-spain_181624-49164.jpg?_wi=2"
/>
</div>
<div id="features" data-section="features">
<FeatureCardTwentyOne
useInvertedBackground={false}
title="Community Programs"
description="Engage with our diverse programs designed to support the spiritual and personal development of every community member."
accordionItems={[
{ id: "1", title: "Adult Studies", content: "Deep dive into faith and history." },
{ id: "2", title: "Youth Activities", content: "Mentorship and social growth." },
{ id: "3", title: "Charity & Outreach", content: "Serving our neighbors together." }
]}
mediaAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/low-angle-shot-alhambra-palace-granada-spain_181624-49164.jpg"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ahmed Hassan",
role: "Volunteer",
company: "ICC Member",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-young-woman-isolated_273609-48299.jpg?_wi=1",
},
{
id: "2",
name: "Fatima Z.",
role: "Parent",
company: "ICC Member",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stunning-girl-with-wavy-hair-wears-pink-attire-indoor-photo-cheerful-short-haired-european-woman-laughing_197531-9037.jpg",
},
{
id: "3",
name: "Omar K.",
role: "Student",
company: "ICC Member",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-10631.jpg",
},
{
id: "4",
name: "Layla M.",
role: "Teacher",
company: "ICC Member",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-magnificent-woman-with-big-brown-eyes-amazing-smile_291049-2575.jpg",
},
{
id: "5",
name: "Zaid A.",
role: "Member",
company: "ICC Member",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-young-woman-isolated_273609-48299.jpg?_wi=2",
},
]}
kpiItems={[
{
value: "500+",
label: "Active Members",
},
{
value: "10+",
label: "Weekly Programs",
},
{
value: "15+",
label: "Years Served",
},
]}
title="Community Voices"
description="Hear from our members about their journey and experiences at ICC."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Ahmed Hassan", role: "Volunteer", company: "ICC Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-young-woman-isolated_273609-48299.jpg" },
{ id: "2", name: "Fatima Z.", role: "Parent", company: "ICC Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-stunning-girl-with-wavy-hair-wears-pink-attire-indoor-photo-cheerful-short-haired-european-woman-laughing_197531-9037.jpg" },
{ id: "3", name: "Omar K.", role: "Student", company: "ICC Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-man-smiling-confident-looking-side-street_839833-10631.jpg" },
{ id: "4", name: "Layla M.", role: "Teacher", company: "ICC Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-young-magnificent-woman-with-big-brown-eyes-amazing-smile_291049-2575.jpg" },
{ id: "5", name: "Zaid A.", role: "Member", company: "ICC Member", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-haired-young-woman-isolated_273609-48299.jpg" }
]}
kpiItems={[
{ value: "500+", label: "Active Members" },
{ value: "10+", label: "Weekly Programs" },
{ value: "15+", label: "Years Served" }
]}
title="Community Voices"
description="Hear from our members about their journey and experiences at ICC."
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
useInvertedBackground={false}
title="Frequently Asked Questions"
description="Find answers to common questions about our community and services."
faqs={[
{
id: "q1",
title: "How can I join?",
content: "Simply visit us during our operating hours or register online.",
},
{
id: "q2",
title: "What programs are available?",
content: "We offer adult studies, youth mentorship, and regular charity events.",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg?_wi=2"
mediaAnimation="blur-reveal"
faqsAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Programs",
href: "#features",
},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
]}
logoText="ICC Community"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About Us", href: "#about" }, { label: "Programs", href: "#features" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]}
logoText="ICC Community"
/>
</div>
</ReactLenis>
</ThemeProvider>
);