diff --git a/src/App.jsx b/src/App.jsx index 9174876..44056e1 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -10,6 +10,7 @@ import About from './pages/About'; import Landing from './pages/Home'; import Student from './pages/Student'; import Album_Image from './pages/Album_Image'; +import ContactUs from './components/ContactUs'; const App = () => { return ( <> @@ -27,6 +28,10 @@ const App = () => { path='/about' element={} > + } + > } diff --git a/src/components/ContactUs.jsx b/src/components/ContactUs.jsx new file mode 100644 index 0000000..9cad4bc --- /dev/null +++ b/src/components/ContactUs.jsx @@ -0,0 +1,47 @@ +import React from 'react' + +const ContactUs = () => { + return ( +
+
+

About Us

+

Welcome to [Institute Name], an institution dedicated to fostering innovation, knowledge, and personal growth. Our mission is to shape tomorrow’s leaders by offering exceptional educational opportunities and encouraging intellectual exploration. +

+ + +

Location

+

Welcome to [Institute Name], an institution dedicated to fostering innovation, knowledge, and personal growth. O

+ +

Our Principle

+

Muhammad Muneeb and vice Principle Sammer Khan

+ +

Phone Number

+

+92 315 4488695

+ + +

Social Media Accounts

+
+ insta, facebook +
+
+ + +
+

Feel free to ask any query

+

Welcome to [Institute Name], an institution dedicated to fostering innovation, knowledge, and personal growth.

+
+ + + + + + + + +
+
+
+ ) +} + +export default ContactUs \ No newline at end of file diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx index 8cd08fb..f2155af 100644 --- a/src/components/Navbar.jsx +++ b/src/components/Navbar.jsx @@ -58,7 +58,7 @@ const Navbar = () => { ref={menu} className='mobile-menu w-full h-screen bg-[#333] text-[6vw] font-semibold text-white hidden max-[599px]:block -translate-y-[100%] fixed top-0 left-0 z-[99]' > -