Compare commits
31 Commits
version_2
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| cfbf50b60b | |||
| 673dddef2f | |||
| 9c0206b619 | |||
| 2562ee2ee3 | |||
| bba79c3b2c | |||
| 924335e0c8 | |||
| 4242c6a15e | |||
| 9d68d82abf | |||
| 85f5c51f8b | |||
| 87a3e0afda | |||
| 9db6a8595f | |||
| 5be7a600eb | |||
| 4cb24b0893 | |||
| 375e952de9 | |||
| 7e0448af63 | |||
| 91d16597fb | |||
| 7b34d61d64 | |||
| 6c41ac1b4d | |||
| f37aba41bd | |||
| 622940adde | |||
| 523463c4ab | |||
| 57108e3810 | |||
| ef486a35d5 | |||
| 8fb2d2f1f8 | |||
| 0f5aa4def9 | |||
| c9393e6745 | |||
| 423fa31e07 | |||
| 793740da69 | |||
| 75a0af4695 | |||
| e08148b309 | |||
| d1c22f7a3a |
58
src/app/about/page.tsx
Normal file
58
src/app/about/page.tsx
Normal file
@@ -0,0 +1,58 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
]}
|
||||
brandName="Mandir Eagle Project"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about" style={{ marginTop: '100px' }}>
|
||||
<MediaAbout
|
||||
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}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="SDSV Mandir Eagle Service Project"
|
||||
columns={[
|
||||
{ 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"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
69
src/app/donate/page.tsx
Normal file
69
src/app/donate/page.tsx
Normal file
@@ -0,0 +1,69 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Heart, Mail, Phone } from 'lucide-react';
|
||||
|
||||
export default function DonatePage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="hover-bubble"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="noiseDiagonalGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
]}
|
||||
brandName="Mandir Eagle Project"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<main className="pt-32 pb-20 px-6 max-w-4xl mx-auto text-center">
|
||||
<Heart className="w-16 h-16 mx-auto text-primary mb-6" />
|
||||
<h1 className="text-4xl font-bold mb-6">Donate via Zelle</h1>
|
||||
<p className="text-xl mb-8">Your support helps us complete this Eagle Scout service project. Please use the following details to contribute via Zelle:</p>
|
||||
<div className="bg-card p-8 rounded-2xl shadow-lg border inline-block">
|
||||
<p className="text-sm uppercase tracking-wider mb-2">Zelle Number</p>
|
||||
<p className="text-3xl font-mono font-bold mb-4">678-982-1480</p>
|
||||
<div className="group relative inline-flex items-center justify-center gap-2 cursor-pointer">
|
||||
<Mail className="w-5 h-5" />
|
||||
<span className="font-medium text-lg">Contact for Questions</span>
|
||||
<span className="absolute bottom-full left-1/2 -translate-x-1/2 mb-2 px-3 py-1 bg-black text-white text-xs rounded opacity-0 group-hover:opacity-100 transition-opacity whitespace-nowrap">
|
||||
saicharan.kotturu@gmail.com
|
||||
</span>
|
||||
</div>
|
||||
<div className="flex items-center justify-center gap-2 mt-3 text-lg font-medium">
|
||||
<Phone className="w-5 h-5" />
|
||||
<span>346-387-2636</span>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="SDSV Mandir Eagle Service Project"
|
||||
columns={[
|
||||
{ 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"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
@@ -29,11 +29,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Project", id: "details" },
|
||||
{ name: "Donate", id: "donate" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Donate", id: "/donate" },
|
||||
]}
|
||||
brandName="Mandir Eagle Project"
|
||||
/>
|
||||
@@ -44,7 +42,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Light Up Our Temple Community"
|
||||
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 with Zelle", button: { text: "Donate", href: "/donate" }, icon: Heart },
|
||||
{ title: "View Progress", description: "See project updates and goals", button: { text: "Learn More", href: "#details" }, icon: Target }
|
||||
]}
|
||||
/>
|
||||
@@ -55,7 +53,7 @@ export default function LandingPage() {
|
||||
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"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-happy-diverse-volunteers_53876-20840.jpg?_wi=1"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -83,9 +81,9 @@ export default function LandingPage() {
|
||||
description="Your contributions directly fund the project materials. Please use Zelle at the temple office to contribute."
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "p1", badge: "Supporter", price: "$25", subtitle: "One solar bulb contribution", features: ["Direct solar light support"], buttons: [{ text: "Donate Now", href: "#" }] },
|
||||
{ id: "p2", badge: "Structural", price: "$100", subtitle: "Signpost materials", features: ["Durable signpost materials"], buttons: [{ text: "Donate Now", href: "#" }] },
|
||||
{ id: "p3", badge: "Champion", price: "$500", subtitle: "Infrastructure funding", features: ["Complete light assembly"], 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: "/donate" }] },
|
||||
{ id: "p2", badge: "Structural", price: "$100", subtitle: "Signpost materials", features: ["Durable signpost materials"], buttons: [{ text: "Donate Now", href: "/donate" }] },
|
||||
{ id: "p3", badge: "Champion", price: "$500", subtitle: "Infrastructure funding", features: ["Complete light assembly"], buttons: [{ text: "Donate Now", href: "/donate" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,8 +104,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"
|
||||
/>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1f3251;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #106EFB;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #15479c;
|
||||
--background-accent: #a8cce8;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #106EFB;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user