1 Commits

Author SHA1 Message Date
b0437d2e9e Update src/app/page.tsx 2026-04-05 23:22:45 +00:00

View File

@@ -9,7 +9,7 @@ import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import { Target, Zap, Heart, Mail, HandHeart } from 'lucide-react'; import { Target, Zap, Heart, HandHeart } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -44,8 +44,8 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }} background={{ variant: "gradient-bars" }}
title="Light Up Our Temple Community" title="Light Up Our Temple Community"
linkCards={[ linkCards={[
{ title: "Donate via Zelle", description: "Support the project directly", button: { text: "Donate", href: "#donate" }, icon: Heart }, { title: "Donate via Zelle", description: "Support the project directly with Zelle", button: { text: "Donate", href: "#donate" }, icon: Heart },
{ title: "View Progress", description: "See project updates", button: { text: "Learn More", href: "#details" }, icon: Target } { title: "View Progress", description: "See project updates and goals", button: { text: "Learn More", href: "#details" }, icon: Target }
]} ]}
/> />
</div> </div>
@@ -65,12 +65,12 @@ export default function LandingPage() {
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
title="Project Impact & Goals" title="Project Impact & Goals"
description="Enhancing the safety and beauty of SDSV Mandir through infrastructure." description="Enhancing the safety and beauty of SDSV Mandir through necessary infrastructure upgrades."
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ icon: Target, title: "Safety Signposts", description: "Installing durable signposts for improved site accessibility." }, { icon: Target, title: "Safety Signposts", description: "Installing durable signposts for improved site navigation and accessibility." },
{ icon: Zap, title: "Solar Lighting", description: "Installing energy-efficient solar-powered posts for night safety." }, { icon: Zap, title: "Solar Lighting", description: "Installing energy-efficient solar-powered lighting for enhanced night safety." },
{ icon: HandHeart, title: "Community Beautification", description: "Creating a welcoming and safe environment for all visitors." }, { icon: HandHeart, title: "Community Beautification", description: "Creating a more welcoming, safe, and aesthetic environment for all visitors." },
]} ]}
/> />
</div> </div>
@@ -79,8 +79,8 @@ export default function LandingPage() {
<PricingCardTwo <PricingCardTwo
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
title="Contribute via Zelle" title="Support via Zelle"
description="Your generous contributions fund essential project materials. Scan the code at the temple office or use the project handle." description="Your contributions directly fund the project materials. Please use Zelle at the temple office to contribute."
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ id: "p1", badge: "Supporter", price: "$25", subtitle: "One solar bulb contribution", features: ["Direct solar light support"], buttons: [{ text: "Donate Now", href: "#" }] }, { id: "p1", badge: "Supporter", price: "$25", subtitle: "One solar bulb contribution", features: ["Direct solar light support"], buttons: [{ text: "Donate Now", href: "#" }] },
@@ -94,7 +94,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
tag="Contact" tag="Contact"
title="Get Involved" title="Get Involved"
description="Want to help or have questions about the project? Reach out to us today." description="Want to help or have questions about the Eagle Scout 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" }}