From da8411425eae5ea7ac2e9335b5b06eed2b70233e Mon Sep 17 00:00:00 2001 From: MIGHTY1o1 Date: Wed, 30 Oct 2024 19:54:08 +0530 Subject: [PATCH] solve conflicts --- src/app/page.js | 2 - src/components/ui/homepage.jsx | 360 ++++++++------------------------- 2 files changed, 88 insertions(+), 274 deletions(-) diff --git a/src/app/page.js b/src/app/page.js index 25656f3..42166a2 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -7,8 +7,6 @@ export default function Home() { return ( <> - - ); } diff --git a/src/components/ui/homepage.jsx b/src/components/ui/homepage.jsx index 1890cb7..b3c5d4e 100644 --- a/src/components/ui/homepage.jsx +++ b/src/components/ui/homepage.jsx @@ -1,129 +1,74 @@ -// export default function Homepage() { -// return ( -//
-//
-//

Path to Success

-//
-// Vision -//
-//

🌟 Vision

-//

-// Our vision is to create a world where technology and innovation lead to the betterment of human lives, driving progress and success. -// We aim to bridge gaps and create opportunities through collaboration and forward-thinking strategies that inspire change and growth across all sectors. -//

-//
-//
-//
-// Mission -//
-//

🎯 Mission

-//

-// Our mission is to empower individuals and organizations through cutting-edge technological solutions, fostering growth and innovation. -// By providing comprehensive support and resources, we strive to cultivate an environment where creativity and technology thrive together. -//

-//
-//
-//
-// Goal -//
-//

🚀 Goal

-//

-// Our goal is to continuously push the boundaries of what's possible and lead the way towards a more prosperous, tech-driven future. -// We aim to inspire and equip the next generation of innovators to tackle challenges and seize opportunities that arise in a rapidly evolving digital landscape. -//

-//
-//
-//
-//
-//
-//
- -//
-// -// -// -// "Coming together is a beginning, staying together is progress, and working together is success." -//
- -// -// - Henry Ford -// -//
-//
-//
-// ); -// } 'use client' import { motion } from "framer-motion"; -import Slider from "react-slick"; // Make sure to install react-slick and slick-carousel -import "slick-carousel/slick/slick.css"; // Corrected import -import "slick-carousel/slick/slick-theme.css"; // Corrected import export default function Homepage() { - // Slider settings - const sliderSettings = { - dots: true, - infinite: true, - speed: 500, - slidesToShow: 1, - slidesToScroll: 1, - autoplay: true, // Enable autoplay - autoplaySpeed: 3000, // Slide every 3 seconds - }; - return (
-
- - Path to Success - +
+ + Path to Success + - - - -

🌟 Vision

-

- Our vision is to create a world where technology and innovation lead to the betterment of human lives, driving progress and success. - We aim to bridge gaps and create opportunities through collaboration and forward-thinking strategies that inspire change and growth across all sectors. -

-
-
+ + + +

🌟 Vision

+

+ Our vision is to create a world where technology and innovation lead to the betterment of human lives, driving progress and success. + We aim to bridge gaps and create opportunities through collaboration and forward-thinking strategies that inspire change and growth across all sectors. +

+
+
+ + + +

🎯 Mission

+

+ Our mission is to empower individuals and organizations through cutting-edge technological solutions, fostering growth and innovation. + By providing comprehensive support and resources, we strive to cultivate an environment where creativity and technology thrive together. +

+
+
- - - -

User Testimonials & Achievements

- -
-
-

🏆 Hackathon Winner

-

- "Participating in the annual hackathon was a transformative experience. Our team won first place with our innovative project!" -

-
-
-

🌟 Successful Project

-

- "Our project not only met the goals but also exceeded expectations, leading to a successful launch and positive feedback from users." -

-
-
-

🎉 Impactful Event

-

- "The recent event brought together industry leaders and aspiring innovators, creating a platform for collaboration and inspiration." -

-
-
- -
-

User Reviews

- - -
-

- "This platform has transformed the way I approach my projects. The resources available are top-notch! 🚀" -

- - User 1 -
-
-

- "I had an amazing experience collaborating with others. The community is incredibly supportive! 🤝" -

- - User 2 -
-
-

- "The events organized are insightful and provide great networking opportunities. 🌐" -

- - User 3 -
-
-

- "I learned so much from the workshops. Highly recommend to anyone looking to grow their skills! 📚" -

- - User 4 -
-
-

- "The support from mentors has been invaluable. I feel more confident in my abilities now. 💪" -

- - User 5 -
-
-

- "A fantastic platform for innovation and collaboration. I can't wait for the next event! 🎉" -

- - User 6 -
-
-

- "The community is filled with passionate individuals. It's inspiring to be a part of it! 🌟" -

- - User 7 -
-
-
- - - -

🎯 Mission

-

- Our mission is to empower individuals and organizations through cutting-edge technological solutions, fostering growth and innovation. - By providing comprehensive support and resources, we strive to cultivate an environment where creativity and technology thrive together. -

-
-
- - - - - -

🚀 Goal

-

- Our goal is to continuously push the boundaries of what's possible and lead the way towards a more prosperous, tech-driven future. - We aim to inspire and equip the next generation of innovators to tackle challenges and seize opportunities that arise in a rapidly evolving digital landscape. -

-
-
-
- - - -
- -
- - - - "Coming together is a beginning, staying together is progress, and working together is success." -
- - - - Henry Ford - -
-
-
- + +
+ +
+ + + + "Coming together is a beginning, staying together is progress, and working together is success." +
+ + + - Henry Ford + +
+ + ); }