diff --git a/src/Components/AboutUs.jsx b/src/Components/AboutUs.jsx index b70d2f5..71a6e39 100644 --- a/src/Components/AboutUs.jsx +++ b/src/Components/AboutUs.jsx @@ -78,7 +78,22 @@ const AboutUs = () => { - {/* Call to Action Section */} + {/* Address Section */} + + + Our Address + + + No 2, Melavayal kulakkal street opp to meenakshi natasen kalyana mandapam +
+ Devakottai-630302 +
+
+
+ { return (

Contact Us

-

Email: info@vertiveleducationaltrust.org

+

Email: VETRIVEL.EDUCATION.TRUST@gmail.com

Phone: +91 7604883357

); diff --git a/src/Components/Donar.jsx b/src/Components/Donar.jsx new file mode 100644 index 0000000..b56fb77 --- /dev/null +++ b/src/Components/Donar.jsx @@ -0,0 +1,133 @@ +import React from "react"; +import { + Container, + Typography, + Box, + Grid, + Paper, + Button, + Icon, +} from "@mui/material"; +import { useNavigate } from "react-router-dom"; + +const Donar = () => { + const navigate = useNavigate(); + return ( +
+ +

Donar

+ + + {/* History Section */} + + + + Our History + + + Vertivel Educational Trust was founded in 2010 with a vision to + provide quality education to underprivileged children in rural + and underserved areas. Over the years, the trust has grown into + a leading educational organization that has impacted the lives + of over 1000 children through various initiatives and + educational programs. + + + + + {/* Achievements Section */} + + + + Our Achievements + + + - Provided scholarships to over 100 students. +
+ - Established 10 schools across rural regions. +
+ - Partnered with top universities to offer vocational training. +
+ - Awarded "Best Educational NGO" in 2018. +
+
+
+
+
+ + {/* Goals Section */} + + + Our Future Goals + + + - Expand our reach to more than 1000 students by 2025. +
+ - Introduce digital classrooms in remote areas. +
+ - Collaborate with tech companies to provide online learning + platforms. +
+ - Establish a fund to support education in low-income families. +
+
+
+ + {/* Address Section */} + + + Our Address + + + No 2, Melavayal kulakkal street opp to meenakshi natasen kalyana mandapam +
+ Devakottai-630302 +
+
+
+ + + + + + {/* school + + Join Us in Shaping the Future of Education! + */} + + +
+
+ ); +}; + +export default Donar \ No newline at end of file diff --git a/src/Components/Footer.jsx b/src/Components/Footer.jsx index 4b2e4f7..3f42c7e 100644 --- a/src/Components/Footer.jsx +++ b/src/Components/Footer.jsx @@ -40,7 +40,7 @@ const Footer = () => {

Contact Us

Vetrivel Educational Trust
- Bengaluru,Karnataka - 560080
+ Devakottai TamilNadu - 630302
Phone: (+91) 7604883357

diff --git a/src/Components/Fund Raised.jsx b/src/Components/Fund Raised.jsx new file mode 100644 index 0000000..e69de29 diff --git a/src/Components/Home.jsx b/src/Components/Home.jsx index c6ba474..aebcc2f 100644 --- a/src/Components/Home.jsx +++ b/src/Components/Home.jsx @@ -6,17 +6,17 @@ import MissionVision from "./MissionVision"; import CustomerCountCard from "./CustomerCountCard"; import Marquee from "./Marquee"; import StatsCard from "./StatsCard"; -import Donate from './Donate' +import Donate from './Donate'; import HomeMockSection from "./HomeMockSection"; import "./Home.css"; const Home = () => { const images = [ - "https://cdn.pixabay.com/photo/2020/01/09/03/43/mansion-4751778_1280.jpg", - "https://cdn.pixabay.com/photo/2017/07/25/22/16/trinity-college-2539751_1280.jpg", - "https://cdn.pixabay.com/photo/2020/01/09/03/43/mansion-4751778_1280.jpg", - "https://media.istockphoto.com/id/838370892/photo/dublin-ireland-trinity-college.jpg?s=2048x2048&w=is&k=20&c=PzQkgqH3tjpGA2Cac2lmjk70wUQQB1c_YssmCdQ1IGI=", - "https://cdn.pixabay.com/photo/2020/01/09/03/43/mansion-4751778_1280.jpg", + "https://i.postimg.cc/4NtQrKtZ/Untitled1.jpg", + "https://i.postimg.cc/MKkybWLL/Untitled2.jpg", + "https://i.postimg.cc/15pDvkh3/Untitled3.jpg", + "https://i.postimg.cc/6pcnXCQs/Untitled4.jpg", + "https://i.postimg.cc/Lssf6hqJ/Untitled5.jpg", ]; return ( <> diff --git a/src/Components/Navbar.jsx b/src/Components/Navbar.jsx index 67194ae..000a8f5 100644 --- a/src/Components/Navbar.jsx +++ b/src/Components/Navbar.jsx @@ -39,6 +39,8 @@ const Navbar = () => { About Us Register Contact + Donar + Fund Raised diff --git a/src/Components/StatsCard.jsx b/src/Components/StatsCard.jsx index 46fdb59..b77c37a 100644 --- a/src/Components/StatsCard.jsx +++ b/src/Components/StatsCard.jsx @@ -12,7 +12,7 @@ const statistics = [ }, { label: 'Fund Raised', - value: '15 Lakhs', + value: '29 Lakhs', icon: // Using the AttachMoney icon }, {