From d0bb9352616b792bdc5008ede6a2de312fceeefa Mon Sep 17 00:00:00 2001 From: Sathish Dath Date: Thu, 20 Aug 2026 10:51:46 +0530 Subject: [PATCH 1/2] buttons added --- pages/index.tsx | 87 ++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 71 insertions(+), 16 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index fb7131f..36ecd77 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -87,23 +87,78 @@ export default function Index() { - {/* Action Buttons Row */} -
- - Submit your paper - - - - + {/* Action Buttons & Registration Section */} +
+ {/* Primary Hero Actions */} +
+ + Submit your paper + + + + + + + View timeline + +
- - View timeline - + {/* Highlighted Registrations Grid */} +
+ +
+ + + + +
+ + Registration + + + For Paper Presentation + +
+
+ +
+ + +
+ + + + +
+ + Registration + + + For PhD Thesis + +
+
+ +
+
From c3a7e90b7ce5d381f4767c72bc2198b107b236a9 Mon Sep 17 00:00:00 2001 From: Sathish Dath Date: Thu, 20 Aug 2026 10:55:43 +0530 Subject: [PATCH 2/2] fix --- pages/index.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/pages/index.tsx b/pages/index.tsx index 36ecd77..097e3d5 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -117,46 +117,46 @@ export default function Index() { href="https://forms.gle/DQdoXm7TjP6UYsGU9" target="_blank" rel="noreferrer" - className="group relative flex items-center justify-between gap-3 px-4 py-2.5 rounded-2xl bg-emerald-500/10 hover:bg-emerald-500/15 border border-emerald-500/30 hover:border-emerald-400/60 shadow-[0_0_15px_rgba(16,185,129,0.1)] hover:shadow-[0_0_22px_rgba(16,185,129,0.2)] hover:-translate-y-0.5 transition-all duration-200" + className="group relative flex items-center justify-between gap-3 px-4 py-3 rounded-2xl bg-emerald-500/10 hover:bg-emerald-500/15 border border-emerald-500/30 hover:border-emerald-400/60 shadow-[0_0_15px_rgba(16,185,129,0.12)] hover:shadow-[0_0_24px_rgba(16,185,129,0.22)] hover:-translate-y-0.5 transition-all duration-200" > -
- +
+ - +
- + Registration - + For Paper Presentation
- + -