initial commit
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Changes to be committed:
#	modified:   package-lock.json
#	modified:   package.json
#	new file:   src/app/(public)/about/page.tsx
#	new file:   src/app/(public)/campaigns/[id]/page.tsx
#	new file:   src/app/(public)/campaigns/page.tsx
#	new file:   src/app/(public)/layout.tsx
#	new file:   src/app/(public)/page.tsx
#	new file:   src/app/(public)/volunteer/page.tsx
#	modified:   src/app/globals.css
#	modified:   src/app/layout.tsx
#	new file:   src/app/payment/failure/page.tsx
#	new file:   src/app/payment/success/page.tsx
#	new file:   src/components/home/FeaturedCampaigns.tsx
#	new file:   src/components/home/HeroSection.tsx
#	new file:   src/components/home/MissionVision.tsx
#	new file:   src/components/home/Partners.tsx
#	new file:   src/components/home/StatsCounter.tsx
#	new file:   src/components/home/SuccessStories.tsx
#	new file:   src/components/home/Testimonials.tsx
#	new file:   src/components/home/VolunteerCTA.tsx
#	new file:   src/components/layout/DashboardLayout.tsx
#	new file:   src/components/layout/Footer.tsx
#	new file:   src/components/layout/Navbar.tsx
#	new file:   src/components/layout/Sidebar.tsx
#	new file:   src/components/shared/AnimatedCounter.tsx
#	new file:   src/components/shared/ImageCarousel.tsx
#	new file:   src/components/shared/SectionHeading.tsx
#	new file:   src/components/ui/Badge.tsx
#	new file:   src/components/ui/Button.tsx
#	new file:   src/components/ui/Card.tsx
#	new file:   src/components/ui/Input.tsx
#	new file:   src/components/ui/Modal.tsx
#	new file:   src/components/ui/Pagination.tsx
#	new file:   src/components/ui/Progress.tsx
#	new file:   src/components/ui/SearchBar.tsx
#	new file:   src/components/ui/Skeleton.tsx
#	new file:   src/components/ui/Toast.tsx
#	new file:   src/context/AuthContext.tsx
#	new file:   src/context/ThemeContext.tsx
#	new file:   src/hooks/useAuth.ts
#	new file:   src/lib/api.ts
#	new file:   src/lib/auth.ts
#	new file:   src/lib/constants.ts
#	new file:   src/lib/utils.ts
#	new file:   src/types/index.ts
#
