4 Commits

Author SHA1 Message Date
87a3e0afda Update src/app/page.tsx 2026-04-06 15:36:01 +00:00
9db6a8595f Update src/app/donate/page.tsx 2026-04-06 15:36:01 +00:00
5be7a600eb Update src/app/about/page.tsx 2026-04-06 15:36:00 +00:00
4cb24b0893 Merge version_7 into main
Merge version_7 into main
2026-04-05 23:35:20 +00:00
3 changed files with 8 additions and 8 deletions

View File

@@ -25,7 +25,7 @@ export default function AboutPage() {
<NavbarStyleFullscreen
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "about" },
{ name: "About", id: "/about" },
{ name: "Project", id: "/details" },
{ name: "Donate", id: "/donate" },
{ name: "Contact", id: "/contact" },
@@ -36,9 +36,9 @@ export default function AboutPage() {
<div id="about" data-section="about" style={{ marginTop: '100px' }}>
<MediaAbout
title="Saicharan's Bio & Mission"
description="As a dedicated Scout, Saicharan is driven by a passion for service and community impact. His mission for the SDSV Mandir is to create a safe, accessible, and welcoming environment that reflects the spirit and dedication of our community. Through this Eagle Scout project, he aims to leave a lasting footprint of safety and beauty that supports all devotees and visitors for years to come."
tag="Founder Profile"
title="Hi, I'm Saicharan"
description="Hi! I'm a 17 year old, current Life Scout trying to make a positive impact on my community. My unit is Troop 424, as part of Sam Houston Area Council (SHAC). I'd greatly appreciate it if you could help fund my cause!"
tag="About Me"
imageSrc="http://img.b2bpic.net/free-photo/group-happy-diverse-volunteers_53876-20840.jpg?_wi=2"
useInvertedBackground={true}
/>
@@ -48,7 +48,7 @@ export default function AboutPage() {
<FooterBaseReveal
logoText="SDSV Mandir Eagle Service Project"
columns={[
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Donate", href: "/donate" }] },
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Donate", href: "/donate" }] },
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/contact" }] }
]}
copyrightText="© 2024 Saicharan Kotturu"

View File

@@ -56,7 +56,7 @@ export default function DonatePage() {
<FooterBaseReveal
logoText="SDSV Mandir Eagle Service Project"
columns={[
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "Donate", href: "/donate" }] },
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Donate", href: "/donate" }] },
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/contact" }] }
]}
copyrightText="© 2024 Saicharan Kotturu"

View File

@@ -106,8 +106,8 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="SDSV Mandir Eagle Service Project"
columns={[
{ title: "Links", items: [{ label: "Home", href: "/#home" }, { label: "Donate", href: "/#donate" }] },
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/#contact" }] }
{ title: "Links", items: [{ label: "Home", href: "/" }, { label: "About", href: "/about" }, { label: "Donate", href: "/donate" }] },
{ title: "Support", items: [{ label: "Troop 424", href: "#" }, { label: "Contact", href: "/contact" }] }
]}
copyrightText="© 2024 Saicharan Kotturu"
/>