From 82fcfa1e76f4036eda08061d1ce870f6aa05c8b2 Mon Sep 17 00:00:00 2001 From: aryank25 Date: Sat, 22 Aug 2026 21:34:21 +0530 Subject: [PATCH 1/2] subscript added --- pages/index.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 097e3d5..198f14c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -26,11 +26,22 @@ export default function Index() { - {/* Serif Title */} + {/* Serif Title

Computational Systems &
Information Technology for
Sustainable Solutions. +

*/} + +

+ Computational Systems &
+ Information Technology for
+ + Sustainable Solutions. + + + IEEE Conference ID #71124 +

{/* Highlighted Description */} From 2da4be346a6915babd8cca4488dba01d98e1d9c1 Mon Sep 17 00:00:00 2001 From: aryank25 Date: Wed, 2 Sep 2026 12:29:37 +0530 Subject: [PATCH 2/2] upddated pricing --- components/table.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/table.tsx b/components/table.tsx index 98bee39..eafd75f 100644 --- a/components/table.tsx +++ b/components/table.tsx @@ -24,15 +24,15 @@ const pricingRows = [ }, { label: 'Best Ph.D Thesis Presentation', - earlyIeee: '-', - earlyNonIeee: '-', + earlyIeee: '₹1180', + earlyNonIeee: '₹2360', regularIeee: '₹1180', regularNonIeee: '₹2360', }, { label: '*Listener/Attendee Fee', - earlyIeee: '-', - earlyNonIeee: '-', + earlyIeee: '₹1180', + earlyNonIeee: '₹2360', regularIeee: '₹1180', regularNonIeee: '₹2360', },