diff --git a/components/TimeLine.tsx b/components/TimeLine.tsx
index 905bf08..1e34dfb 100644
--- a/components/TimeLine.tsx
+++ b/components/TimeLine.tsx
@@ -1,5 +1,5 @@
import React, { useEffect, useState } from 'react'
-import { Calendar, Clock, Download } from 'lucide-react'
+import { Calendar, Clock } from 'lucide-react'
const CustomTimeline = () => {
const [isVisible, setIsVisible] = useState(false)
@@ -51,11 +51,6 @@ const CustomTimeline = () => {
return () => window.removeEventListener('scroll', handleScroll)
}, [])
- const handleDownload = () => {
- const pdfPath = '/Session_TrackDetails_24-Oct_CSITSS2025.pdf'
- window.open(pdfPath, '_blank')
- }
-
return (
{/* Popup Notification */}
@@ -129,18 +124,6 @@ const CustomTimeline = () => {
))}
-
-
-
-
)
diff --git a/pages/speakers.tsx b/pages/speakers.tsx
index 4f770c7..3e2bb23 100644
--- a/pages/speakers.tsx
+++ b/pages/speakers.tsx
@@ -45,9 +45,10 @@ const keynoteSpeakers: SpeakerType[] = [
designation:
'Vice-Rector for Teaching, Studies and International Affairs, FH Dortmund, Germany.',
profileLink: 'stephan-weyers',
- topic: 'Navigating the Future: Engineering Education for Sustainability and Employability',
+ topic:
+ 'Navigating the Future: Engineering Education for Sustainability and Employability',
imageLink: '/speakers/stephanWeyers.png',
- time: '9:30 AM - 1:30 PM',
+ time: '9:30 AM - 1:30 PM',
venue: 'IEM Auditorium, RVCE',
},
{
@@ -58,7 +59,7 @@ const keynoteSpeakers: SpeakerType[] = [
imageLink: './speakers/ss_iyenger.jpeg',
profileLink: 'ss-iyengar',
topic: 'Python for Real AI Applications',
- time: '9:30 AM - 1:30 PM',
+ time: '9:30 AM - 1:30 PM',
venue: 'IEM Auditorium, RVCE',
},
]
@@ -114,7 +115,7 @@ const preConferenceTutorialSpeakers: TutorialSpeakerType[] = [
{
id: 2,
name: 'Shri. Roopa Sheshadri',
- designation: 'Director, Chief Engineer at Samsung R&D Institute, Bangalore',
+ designation: 'Director at Samsung R&D Institute, Bangalore',
topic:
'AI for Visual Creativity: How Machines See, Enhance, and Reimagine Photos & Videos',
imageLink: '/speakers/roopa-sheshadri.png',