5 Commits

Author SHA1 Message Date
423fa31e07 Update src/app/page.tsx 2026-04-05 23:11:20 +00:00
793740da69 Merge version_3 into main
Merge version_3 into main
2026-04-05 23:10:35 +00:00
75a0af4695 Update src/app/page.tsx 2026-04-05 23:10:29 +00:00
e08148b309 Merge version_2 into main
Merge version_2 into main
2026-04-05 23:09:13 +00:00
d1c22f7a3a Merge version_2 into main
Merge version_2 into main
2026-04-05 23:08:38 +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, HandHeart } from 'lucide-react'; import { Target, Zap, Heart, Mail, 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 with Zelle", button: { text: "Donate", href: "#donate" }, icon: Heart }, { title: "Donate via Zelle", description: "Support the project directly", button: { text: "Donate", href: "#donate" }, icon: Heart },
{ title: "View Progress", description: "See project updates and goals", button: { text: "Learn More", href: "#details" }, icon: Target } { title: "View Progress", description: "See project updates", 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 necessary infrastructure upgrades." description="Enhancing the safety and beauty of SDSV Mandir through infrastructure."
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ icon: Target, title: "Safety Signposts", description: "Installing durable signposts for improved site navigation and accessibility." }, { icon: Target, title: "Safety Signposts", description: "Installing durable signposts for improved site accessibility." },
{ icon: Zap, title: "Solar Lighting", description: "Installing energy-efficient solar-powered lighting for enhanced night safety." }, { icon: Zap, title: "Solar Lighting", description: "Installing energy-efficient solar-powered posts for night safety." },
{ icon: HandHeart, title: "Community Beautification", description: "Creating a more welcoming, safe, and aesthetic environment for all visitors." }, { icon: HandHeart, title: "Community Beautification", description: "Creating a welcoming and safe 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="Support via Zelle" title="Contribute via Zelle"
description="Your contributions directly fund the project materials. Please use Zelle at the temple office to contribute." 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", 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 Eagle Scout 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" }}