From ba4c6e391dc8fe0116d7f4e43c2ab82fa0c2258d Mon Sep 17 00:00:00 2001 From: Ishan Sasanka <166486873+dmisasanka2002@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:41:37 +0530 Subject: [PATCH 01/13] chane the disign Add a massage before the Sponsors, --- src/app/page.tsx | 13 ++++++++ src/components/ui/responsiveHero.tsx | 48 +++++++++++++++------------- 2 files changed, 38 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c599de..34d7cf7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -378,6 +378,19 @@ export default function Home() { )} +
+

+ Thank You for Your Support! +

+

+ We deeply appreciate your unwavering support in making this event a + success. Your contributions inspire us to innovate, collaborate, and + grow. Together, we’re achieving remarkable milestones. Stay tuned for + exciting updates as we continue this incredible journey. Thank you for + being a vital part of our mission! +

+
+
{/* */}
diff --git a/src/components/ui/responsiveHero.tsx b/src/components/ui/responsiveHero.tsx index 71dac3b..3affa2e 100644 --- a/src/components/ui/responsiveHero.tsx +++ b/src/components/ui/responsiveHero.tsx @@ -9,25 +9,25 @@ const MobileHero = () => { {/* Background Images Container */}
{/* Large circle image 1 */} -
-
- from Rur previous event -
+
+
+ from Rur previous event +
{/* Large circle image 2 */} -
-
- +
+ from Rur previous event -
+ /> +
{/* Small circle image */} @@ -39,7 +39,8 @@ const MobileHero = () => { className="w-full h-full object-cover opacity-95" />
-
+ + {/* Gradient overlay */}
- The Virtual Odyssey in Corporate Arena -

+

+ The Virtual Odyssey in Corporate Arena +

{/* Buttons */} @@ -76,12 +77,12 @@ const MobileHero = () => { - {/* */} + {/* */} @@ -89,6 +90,7 @@ const MobileHero = () => { ); }; + interface ResponsiveHeroProps { products: any; // Replace 'any' with the appropriate type if known } From bd3469700c5120b1d962a7e028ab731e5fc9e353 Mon Sep 17 00:00:00 2001 From: Ishan Sasanka <166486873+dmisasanka2002@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:43:52 +0530 Subject: [PATCH 02/13] change the desig Fix navbar design issue, change and swap registration status section and registered companies section., Add Registration portal btn to navbar, Remove unnecessery btns, text --- src/app/page.tsx | 8 +-- src/components/ui/floating-navbar.tsx | 78 +++++++++++++++------------ src/components/ui/responsiveHero.tsx | 8 +-- 3 files changed, 54 insertions(+), 40 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 34d7cf7..11c63ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -431,9 +431,7 @@ export default function Home() { )} - - {/* */} - +
+ + {/* */} + +
{!isReachUsGridLoading && ( diff --git a/src/components/ui/floating-navbar.tsx b/src/components/ui/floating-navbar.tsx index f7aa4c5..5354362 100644 --- a/src/components/ui/floating-navbar.tsx +++ b/src/components/ui/floating-navbar.tsx @@ -1,4 +1,4 @@ -'use client'; +"use client"; import React, { useContext, useState } from "react"; import { cn } from "@/lib/utils"; @@ -7,7 +7,7 @@ import { Bars3Icon, XMarkIcon } from "@heroicons/react/24/outline"; import { ThemeContext } from "@/app/layout"; import Image from "next/image"; import { IThemeContextType } from "@/interfaces/IThemeContext"; -import SMALL_LOGO from "../../../public/Images/logo/RUR20_small.png" +import SMALL_LOGO from "../../../public/Images/logo/RUR20_small.png"; import { AnimatePresence, motion } from "framer-motion"; export const FloatingNav = ({ @@ -36,33 +36,32 @@ export const FloatingNav = ({ return (
{/* Top Navigation Bar */} -
+
- + logo {/* Desktop Navigation */} -
+
{navItems.map((navItem, idx) => ( {navItem.name} @@ -70,25 +69,38 @@ export const FloatingNav = ({
- {/* Mobile Menu Toggle */} - + {/* Mobile View */} +
+ {/* Mobile Registration Button */} + + + {/* Mobile Menu Toggle */} + +
{/* Mobile Navigation Overlay */} {isMenuOpen && ( - { {/* Description */}
-

+ {/*

The Virtual Odyssey in Corporate Arena -

+

*/}
{/* Buttons */}
- + */} {/*