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() {

Register now! diff --git a/src/components/Events.jsx b/src/components/Events.jsx index e29a493..27190cc 100644 --- a/src/components/Events.jsx +++ b/src/components/Events.jsx @@ -74,7 +74,8 @@ const CardList = () => { Competitions

- 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() {

Register now! diff --git a/src/components/dialog.jsx b/src/components/dialog.jsx index 24dac68..f8c6123 100644 --- a/src/components/dialog.jsx +++ b/src/components/dialog.jsx @@ -107,7 +107,7 @@ function Dialog({ eventid, title, rules,close }) { close Register now! diff --git a/src/components/register.jsx b/src/components/register.jsx new file mode 100644 index 0000000..39c2f60 --- /dev/null +++ b/src/components/register.jsx @@ -0,0 +1,19 @@ +import React from 'react'; + +function MyComponent() { + return ( +
+ {/* Your other React components */} + +
+ ); +} + +export default MyComponent;