Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 423fa31e07 | |||
| 793740da69 | |||
| 75a0af4695 | |||
| e08148b309 | |||
| d1c22f7a3a |
@@ -3,12 +3,13 @@
|
|||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven';
|
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||||
|
import { Target, Zap, Heart, Mail, HandHeart } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -39,58 +40,52 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="home" data-section="home">
|
<div id="home" data-section="home">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroPersonalLinks
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Light Up Our Temple Community Together"
|
title="Light Up Our Temple Community"
|
||||||
description="Help 17-year-old Saicharan Kotturu install safety signposts and solar lights at SDSV Mandir as his Eagle Scout service project. Every donation strengthens our sacred space."
|
linkCards={[
|
||||||
buttons={[{ text: "Donate via Zelle", href: "#donate" }]}
|
{ title: "Donate via Zelle", description: "Support the project directly", button: { text: "Donate", href: "#donate" }, icon: Heart },
|
||||||
carouselItems={[
|
{ title: "View Progress", description: "See project updates", button: { text: "Learn More", href: "#details" }, icon: Target }
|
||||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/street-sign-beach-indicating-directions-different-places-world-gili-trawangan_158538-26114.jpg", imageAlt: "Signpost" },
|
|
||||||
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-photographs-flag-ukraine-against-backdrop-city_169016-19603.jpg", imageAlt: "Solar work" },
|
|
||||||
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-bald-eagle-sitting-wood-with-blurred-background-confidence-concept_181624-7881.jpg", imageAlt: "Eagle project" },
|
|
||||||
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/real-estate-agents-dicussing-plans_23-2147650207.jpg", imageAlt: "Project planning" },
|
|
||||||
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/businessman-with-folder-talking-phone_23-2147650214.jpg", imageAlt: "Project meeting" },
|
|
||||||
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/group-asian-diverse-people-volunteer-teamwork-environment-conservationvolunteer-help-picking-plastic-foam-garbage-park-areavolunteering-world-environment-day_640221-395.jpg", imageAlt: "Temple community" }
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<InlineImageSplitTextAbout
|
<MediaAbout
|
||||||
|
title="About Saicharan's Mission"
|
||||||
|
description="Saicharan Kotturu, a 17-year-old scout, is dedicating his Eagle Scout service project to the SDSV Mandir. This initiative focuses on enhancing site safety and community accessibility through strategic infrastructure improvements."
|
||||||
|
tag="Our Mission"
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/group-happy-diverse-volunteers_53876-20840.jpg"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
|
||||||
{ type: "text", content: "About Saicharan's Mission" },
|
|
||||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/group-happy-diverse-volunteers_53876-20840.jpg", alt: "Saicharan Kotturu" },
|
|
||||||
]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="details" data-section="details">
|
<div id="details" data-section="details">
|
||||||
<FeatureCardTwentySeven
|
<FeatureBorderGlow
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
title="Project Impact & Goals"
|
title="Project Impact & Goals"
|
||||||
description="We are enhancing the safety and beauty of SDSV Mandir through infrastructure improvements."
|
description="Enhancing the safety and beauty of SDSV Mandir through infrastructure."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ id: "f1", title: "Safety Signposts", descriptions: ["Installing durable signposts for improved accessibility."], imageSrc: "http://img.b2bpic.net/free-photo/toutes-directions-blue-sky_268835-3344.jpg" },
|
{ icon: Target, title: "Safety Signposts", description: "Installing durable signposts for improved site accessibility." },
|
||||||
{ id: "f2", title: "Solar Lighting", descriptions: ["Installing solar-powered light posts for safety."], imageSrc: "http://img.b2bpic.net/free-photo/crescent-masjid-mountain-marbles-light-tourists_1142-1056.jpg" },
|
{ icon: Zap, title: "Solar Lighting", description: "Installing energy-efficient solar-powered posts for night safety." },
|
||||||
{ id: "f3", title: "Community Space", descriptions: ["Contributing to the beautification of our temple."], imageSrc: "http://img.b2bpic.net/free-photo/crossroads_1063-101.jpg" },
|
{ icon: HandHeart, title: "Community Beautification", description: "Creating a welcoming and safe environment for all visitors." },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="donate" data-section="donate">
|
<div id="donate" data-section="donate">
|
||||||
<PricingCardFive
|
<PricingCardTwo
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
title="Contribute via Zelle"
|
title="Contribute via Zelle"
|
||||||
description="Your donation helps fund essential materials. Scan the Zelle code at the temple office or use the project handle."
|
description="Your generous contributions fund essential project materials. Scan the code at the temple office or use the project handle."
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "p1", tag: "Essential", price: "$25", period: "Contribution", description: "One solar bulb for pathway lights.", button: { text: "Donate via Zelle", href: "#" }, featuresTitle: "Impact", features: ["Solar lighting support"] },
|
{ id: "p1", badge: "Supporter", price: "$25", subtitle: "One solar bulb contribution", features: ["Direct solar light support"], buttons: [{ text: "Donate Now", href: "#" }] },
|
||||||
{ id: "p2", tag: "Structural", price: "$100", period: "Contribution", description: "Materials for one signpost installation.", button: { text: "Donate via Zelle", href: "#" }, featuresTitle: "Impact", features: ["Signpost materials"] },
|
{ id: "p2", badge: "Structural", price: "$100", subtitle: "Signpost materials", features: ["Durable signpost materials"], buttons: [{ text: "Donate Now", href: "#" }] },
|
||||||
{ id: "p3", tag: "Leadership", price: "$500", period: "Contribution", description: "Funding for full lighting assembly.", button: { text: "Donate via Zelle", href: "#" }, featuresTitle: "Impact", features: ["Major infrastructure"] },
|
{ id: "p3", badge: "Champion", price: "$500", subtitle: "Infrastructure funding", features: ["Complete light assembly"], buttons: [{ text: "Donate Now", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -99,7 +94,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Contact"
|
tag="Contact"
|
||||||
title="Get Involved"
|
title="Get Involved"
|
||||||
description="Have questions or want to volunteer for the service project? Reach out to us today."
|
description="Want to help or have questions about the project? Reach out to us today."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/woman-girl-doing-remote-classes_23-2148597978.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/woman-girl-doing-remote-classes_23-2148597978.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
@@ -108,10 +103,13 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterBaseReveal
|
||||||
logoText="SDSV Mandir Eagle Service Project"
|
logoText="SDSV Mandir Eagle Service Project"
|
||||||
leftLink={{ text: "© 2024 Saicharan Kotturu", href: "#" }}
|
columns={[
|
||||||
rightLink={{ text: "Troop 424", href: "#" }}
|
{ title: "Links", items: [{ label: "Home", href: "#home" }, { label: "Donate", href: "#donate" }] },
|
||||||
|
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "#contact" }] }
|
||||||
|
]}
|
||||||
|
copyrightText="© 2024 Saicharan Kotturu"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user