diff --git a/components/ExploreCard.jsx b/components/ExploreCard.jsx index adc255e..b87b7ac 100644 --- a/components/ExploreCard.jsx +++ b/components/ExploreCard.jsx @@ -23,7 +23,7 @@ const ExploreCard = ({ id, imgUrl, title, index, active, handleClick }) => (
headset
-

Enter Metaverse

+

Enter Scai

{title}

diff --git a/components/Footer.jsx b/components/Footer.jsx index fd0c098..3f09f22 100644 --- a/components/Footer.jsx +++ b/components/Footer.jsx @@ -17,7 +17,7 @@ const Footer = () => (

- Enter the Metaverse + Enter the SCAI

@@ -36,10 +36,10 @@ const Footer = () => (

- METADROID + SCAI

- Copyright © 2021 - 2022 Metadroid. All rights reserved. + Copyright © 2021 - 2022 SCAI. All rights reserved.

diff --git a/components/Navbar.jsx b/components/Navbar.jsx index 8ad4b94..21ded68 100644 --- a/components/Navbar.jsx +++ b/components/Navbar.jsx @@ -12,11 +12,15 @@ const Navbar = () => ( className={`${styles.xPaddings} py-8 relative`} >
-
- search +
+
+ logo -

- METADROID + search +

+ +

+ {/* Your brand name */}

menu @@ -24,4 +28,5 @@ const Navbar = () => ( ); + export default Navbar; diff --git a/components/NewFeatures.jsx b/components/NewFeatures.jsx index 893f91c..386655f 100644 --- a/components/NewFeatures.jsx +++ b/components/NewFeatures.jsx @@ -1,12 +1,42 @@ +// import styles from '../styles'; + +// const NewFeatures = ({ imgUrl, title, subtitle }) => ( +//
+//
+// icon +//
+//

{title}

+//

{subtitle}

+//
+// ); + +// export default NewFeatures; import styles from '../styles'; -const NewFeatures = ({ imgUrl, title, subtitle }) => ( +const NewFeatures = ({ imgUrl, title, date ,subtitle}) => (
-
+
icon

{title}

+

{date}

{/* Added date */}

{subtitle}

+ +
+); + +const FeaturesList = () => ( +
+ {newFeatures.map((feature, index) => ( + + ))}
); diff --git a/constants/index.js b/constants/index.js index 382b0d6..ec1c010 100644 --- a/constants/index.js +++ b/constants/index.js @@ -27,17 +27,19 @@ export const exploreWorlds = [ ]; export const startingFeatures = [ - 'Find a world that suits you and you want to enter', - 'Enter the world by reading precaution to be safe', - 'No need to beat around the bush, just stay on the gas and have fun', + 'Understand Basic of ML and master python programming', + 'Explore data science and deep learning', + 'Introduction to Generative AI', + 'Engage in Hands on projects and challenges' ]; export const newFeatures = [ { imgUrl: '/vrpano.svg', - title: 'A new world', + title: 'Neural Networks Basics Workshop', + date: 'Sunday 06/23/24, 7:30 pm', subtitle: - 'we have the latest update with new world for you to try never mind', + 'This workshop aims to provide students with a fundamental understanding of neural networks, and we encourage all interested students to join us', }, { imgUrl: '/headset.svg', diff --git a/public/disc.jpeg b/public/disc.jpeg new file mode 100644 index 0000000..a65dd34 Binary files /dev/null and b/public/disc.jpeg differ diff --git a/public/discord.png b/public/discord.png new file mode 100644 index 0000000..c28d458 Binary files /dev/null and b/public/discord.png differ diff --git a/public/git.png b/public/git.png new file mode 100644 index 0000000..e1d0c03 Binary files /dev/null and b/public/git.png differ diff --git a/public/github.png b/public/github.png new file mode 100644 index 0000000..3c3922d Binary files /dev/null and b/public/github.png differ diff --git a/public/scai.jpeg b/public/scai.jpeg new file mode 100644 index 0000000..1072665 Binary files /dev/null and b/public/scai.jpeg differ diff --git a/sections/About.jsx b/sections/About.jsx index 5d2576b..2724fa1 100644 --- a/sections/About.jsx +++ b/sections/About.jsx @@ -17,7 +17,7 @@ const About = () => ( className={`${styles.innerWidth} mx-auto ${styles.flexCenter} flex-col`} > @@ -25,7 +25,9 @@ const About = () => ( variants={fadeIn('up', 'tween', 0.2, 1)} className="mt-[8px] font-normal sm:text-[32px] text-[20px] text-center text-secondary-white" > - Metadroid is a new thing in the future, where you can enjoy the virtual world by feeling like it's really real, you can feel what you feel in this metaverse world, because this is really the madness of the metaverse of today, using only VR devices you can easily explore the metaverse world you want, turn your dreams into reality. Let's explore the madness of the metaverse by scrolling down + SCAI is a student led organization that works to increase the involvement of students in the parameter of Artificial Intelligence. As we all know, the use of AI is scaling up rapidly. It is only a matter of time that we start using AI in all fields. Therefore, SCAI is working to help students get started with AI development, arrange fun events to gather public interest and involvement. + + { viewport={{ once: false, amount: 0.25 }} className={`${styles.innerWidth} mx-auto flex flex-col`} > - - Choose the world you want
to Explore} textStyles="text-center" /> + + Choose the Project you want
to Explore} textStyles="text-center" />
{exploreWorlds.map((world, index) => ( diff --git a/sections/Feedback.jsx b/sections/Feedback.jsx index 5544e75..d0bd6bd 100644 --- a/sections/Feedback.jsx +++ b/sections/Feedback.jsx @@ -19,8 +19,8 @@ const Feedback = () => ( >
-

Vignesh

-

Founder of MetaDroid

+

Samarth

+

President of Scai

“With the development of today's technology, metaverse is very useful for today's work, or can be called web 3.0. by using metaverse you can use it as anything” @@ -36,7 +36,7 @@ const Feedback = () => ( variants={zoomIn(0.4, 1)} className="lg:block hidden absolute -left-[10%] top-[3%]" > - stamp + stamp diff --git a/sections/GetStarted.jsx b/sections/GetStarted.jsx index bf2eb4c..4cbd766 100644 --- a/sections/GetStarted.jsx +++ b/sections/GetStarted.jsx @@ -26,8 +26,8 @@ const GetStarted = () => ( variants={fadeIn('left', 'tween', 0.2, 1)} className="flex-[0.75] flex justify-center flex-col" > - - Get Started with just a few clicks } /> + + Artificial Intelliigence Roadmap } />

{startingFeatures.map((features, index) => ( ( +//
+// +//
+// +// SCAI +// +// +//

Ma

+//
+//

Ness

+// +//
+ +// +//
+// cover + +// +//
+// +//
+//
+// +// +//
+// ); + +// export default Hero; 'use client'; +import { useEffect, useState } from 'react'; import { motion } from 'framer-motion'; import styles from '../styles'; import { slideIn, staggerContainer, textVariant } from '../utils/motion'; -const Hero = () => ( -
- -
- - SCAI - - -

Ma

-
-

Ness

- -
+const Hero = () => { + const [isMounted, setIsMounted] = useState(false); + useEffect(() => { + setIsMounted(true); + }, []); + + if (!isMounted) { + return null; + } + + return ( +
-
- cover - - -
- -
-
+
+ + SCAI + + + +

Ma

+
+

Ness

+ +
+ + +
+ cover + + + + + - -
-); +
+ ); +}; export default Hero; diff --git a/sections/Insights.jsx b/sections/Insights.jsx index 9a11b35..5a70a90 100644 --- a/sections/Insights.jsx +++ b/sections/Insights.jsx @@ -17,7 +17,7 @@ const Insights = () => ( className={`${styles.innerWidth} mx-auto flex flex-col`} > - +
{insights.map((insight, i) => ( diff --git a/sections/WhatsNew.jsx b/sections/WhatsNew.jsx index 5659877..a095a76 100644 --- a/sections/WhatsNew.jsx +++ b/sections/WhatsNew.jsx @@ -21,7 +21,7 @@ const WhatsNew = () => ( className="flex-[0.95] flex justify-center flex-col" > - What's new about MetaDroid?} /> + What's new about SCAI?} />
{newFeatures.map((feature) => ( diff --git a/sections/World.jsx b/sections/World.jsx index 6af8de2..320d402 100644 --- a/sections/World.jsx +++ b/sections/World.jsx @@ -18,7 +18,8 @@ const World = () => ( - Track friends around you and invite them to play together in the same world + {/* Track friends around you and invite them to play together in the same world */} + Together, We'll Connect and Advance AI )} textStyles="text-center" diff --git a/styles/globals.css b/styles/globals.css index f5b4060..72b4901 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -105,3 +105,8 @@ background: #65c4fa; filter: blur(150px); } + +.feature-date { + font-size: 6px; + color: #969696; +} diff --git a/styles/index.js b/styles/index.js index 2959d1c..b6d3718 100644 --- a/styles/index.js +++ b/styles/index.js @@ -1,24 +1,29 @@ const styles = { - innerWidth: '2xl:max-w-[1280px] w-full', - innerWidth2: '2xl:max-w-[2200px] w-full', - interWidth: 'lg:w-[80%] w-[100%]', - - paddings: 'sm:p-16 xs:p-8 px-6 py-12', - yPaddings: 'sm:py-16 xs:py-8 py-12', - xPaddings: 'sm:px-16 px-6', - topPaddings: 'sm:pt-16 xs:pt-8 pt-12', - bottomPaddings: 'sm:pb-16 xs:pb-8 pb-12', - - flexCenter: 'flex justify-center items-center', - flexStart: 'flex justify-start items-start', - flexEnd: 'flex justify-end', - navPadding: 'pt-[98px]', - - // hero section - heroHeading: - 'font-bold lg:text-[114px] md:text-[100px] sm:text-[60px] text-[44px] lg:leading-[158.4px] md:leading-[114.4px] sm:leading-[74.4px] leading-[64.4px] uppercase text-white', - heroDText: - 'md:w-[212px] sm:w-[80px] w-[60px] md:h-[90px] sm:h-[48px] h-[38px] md:border-[18px] sm:border-[8px] rounded-r-[50px] border-white sm:mx-2 mx-[6px]', -}; - -export default styles; + innerWidth: '2xl:max-w-[1280px] w-full', + innerWidth2: '2xl:max-w-[2200px] w-full', + interWidth: 'lg:w-[80%] w-[100%]', + + paddings: 'sm:p-16 xs:p-8 px-6 py-12', + yPaddings: 'sm:py-16 xs:py-8 py-12', + xPaddings: 'sm:px-16 px-6', + topPaddings: 'sm:pt-16 xs:pt-8 pt-12', + bottomPaddings: 'sm:pb-16 xs:pb-8 pb-12', + + flexCenter: 'flex justify-center items-center', + flexStart: 'flex justify-start items-start', + flexEnd: 'flex justify-end', + navPadding: 'pt-[98px]', + + // hero section + + heroHeading: + 'font-bold lg:text-[114px] md:text-[100px] sm:text-[60px] text-[44px] lg:leading-[158.4px] md:leading-[114.4px] sm:leading-[74.4px] leading-[64.4px] uppercase text-white', + heroDText: + 'md:w-[212px] sm:w-[80px] w-[60px] md:h-[90px] sm:h-[48px] h-[38px] md:border-[18px] sm:border-[8px] rounded-r-[50px] border-white sm:mx-2 mx-[6px]', + heroHeadingLarge: + 'font-bold lg:text-[154px] md:text-[140px] sm:text-[100px] text-[84px] lg:leading-[198.4px] md:leading-[154.4px] sm:leading-[114.4px] leading-[104.4px] uppercase text-white', + }; + + + export default styles; + \ No newline at end of file