diff --git a/src/App.jsx b/src/App.jsx index 753554f..8f2d8c4 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -6,6 +6,7 @@ import About2 from "./components/About2"; import Events from "./components/Events"; import Intro from "./components/Intro"; import Sponsor from "./components/sponsor" + function App() { const [showIntro, setShowIntro] = useState(true); diff --git a/src/components/About.jsx b/src/components/About.jsx index 9b97f78..2850b4a 100644 --- a/src/components/About.jsx +++ b/src/components/About.jsx @@ -29,7 +29,7 @@ export default function Example() {
- TechPulse'24 is not just about learning and networking; it's also about putting your skills to the test in our exhilarating competitions. Whether you thrive on solving complex problems, crave the adrenaline rush of coding challenges, or enjoy showcasing your tech knowledge, we have something for everyone. Here's a glimpse of the competitions awaiting you
+ TechPulse'24 is not just about learning and networking; it's also about putting your skills to the test in our exhilarating competitions. Whether you thrive on solving complex problems, crave the adrenaline rush of coding challenges, or enjoy showcasing your tech knowledge, we have something for everyone. Here's a glimpse of the competitions awaiting you.
+
All participants are given certificates
Participate in all four competitions and unlock a 50% discount on the total cost!
Showcase your skills across multiple events at an unbeatable price paying Rs.100.
diff --git a/src/components/Navbar.jsx b/src/components/Navbar.jsx
index 1618dba..f807ca7 100644
--- a/src/components/Navbar.jsx
+++ b/src/components/Navbar.jsx
@@ -107,7 +107,7 @@ export default function Example() {