diff --git a/devsoc24-landing/src/components/about.tsx b/devsoc24-landing/src/components/about.tsx index 40eebec..6797bc3 100644 --- a/devsoc24-landing/src/components/about.tsx +++ b/devsoc24-landing/src/components/about.tsx @@ -48,7 +48,7 @@ const About = () => { return ( <> {showOriginal && ( -
+
DEVSOC’24   ignites the tech scene with a blaze of innovation, where yesterday @@ -58,7 +58,7 @@ const About = () => { alt="Image 2" height={400} width={400} - className="absolute -right-[-55px] bottom-[-400px] h-[400px] w-[400px] md:h-min md:w-min" + className="absolute right-[10px] md:-right-[55px] bottom-[-400px] h-auto w-[250px] md:h-min md:w-min" /> {" "} hurdles are today playground. @@ -68,7 +68,7 @@ const About = () => { alt="Image 3" height={400} width={400} - className="absolute -left-[-35px] bottom-[-1000px] h-[400px] w-[400px] md:h-min md:w-min" + className="absolute left-[10px] md:-left-[-35px] bottom-[-1000px] h-auto w-[250px] md:h-min md:w-min" /> {" "} In its fourth edition, this boundary-pushing hackathon transcends @@ -79,7 +79,7 @@ const About = () => { alt="Image 4" height={400} width={400} - className="absolute right-[50px] top-[950px] h-[400px] w-[200px] md:h-min md:w-min" + className="absolute right-[50px] md:right-[50px] top-[950px] h-auto w-[250px] md:h-min md:w-min" /> {" "} to confront real-world chaos head-on. With diverse minds colliding, diff --git a/devsoc24-landing/src/components/footer.tsx b/devsoc24-landing/src/components/footer.tsx index 04001c3..b433e66 100644 --- a/devsoc24-landing/src/components/footer.tsx +++ b/devsoc24-landing/src/components/footer.tsx @@ -9,7 +9,7 @@ const Footer = () => { const lenis = useLenis(({ scroll }) => { // console.log(scroll); }); - + return ( <> {
-
+
instagram
-
+
linkedin
@@ -100,14 +100,14 @@ const Footer = () => {
All rights reserved.
-
-
+
+
privacy policy
-
+
cookie policy
-
+
terms of service
diff --git a/devsoc24-landing/src/components/main.tsx b/devsoc24-landing/src/components/main.tsx index 03bad00..4287166 100644 --- a/devsoc24-landing/src/components/main.tsx +++ b/devsoc24-landing/src/components/main.tsx @@ -241,7 +241,7 @@ function Main() {
-
+
{showBoxes && Array.from({ length: 6 }).map((_, index) => ( - {typeof window === 'undefined' || !typingCompleted ? ( + {typeof window === "undefined" || !typingCompleted ? (
) : ( -
-
-
- +