You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import{Dialog}from'@headlessui/react';// Import Dialog component from Headless UI
4
+
import{Dialog}from'@headlessui/react';
5
5
6
6
// Navbar Component
7
7
constNavbar=()=>{
@@ -48,52 +48,58 @@ const Hero = () => {
48
48
consttechTrendsData=[
49
49
{
50
50
id: 1,
51
-
title: "AI & Machine Learning",
52
-
description: "Artificial Intelligence and Machine Learning continue to revolutionize industries with advanced algorithms, neural networks, and automated decision-making systems.",
51
+
title: 'AI & Machine Learning',
52
+
description:
53
+
'Artificial Intelligence and Machine Learning continue to revolutionize industries with advanced algorithms, neural networks, and automated decision-making systems.',
53
54
icon: <CpuclassName="h-8 w-8"/>,
54
-
color: "from-purple-500 to-pink-500",
55
-
link: "#ai-ml"
55
+
color: 'from-purple-500 to-pink-500',
56
+
link: '#ai-ml',
56
57
},
57
58
{
58
59
id: 2,
59
-
title: "Blockchain Technology",
60
-
description: "Decentralized systems and cryptocurrency innovations are transforming finance, supply chain, and digital identity management across global markets.",
60
+
title: 'Blockchain Technology',
61
+
description:
62
+
'Decentralized systems and cryptocurrency innovations are transforming finance, supply chain, and digital identity management across global markets.',
61
63
icon: <GlobeclassName="h-8 w-8"/>,
62
-
color: "from-blue-500 to-cyan-500",
63
-
link: "#blockchain"
64
+
color: 'from-blue-500 to-cyan-500',
65
+
link: '#blockchain',
64
66
},
65
67
{
66
68
id: 3,
67
-
title: "Quantum Computing",
68
-
description: "Quantum computers promise unprecedented computational power, potentially solving complex problems in cryptography, optimization, and scientific research.",
69
+
title: 'Quantum Computing',
70
+
description:
71
+
'Quantum computers promise unprecedented computational power, potentially solving complex problems in cryptography, optimization, and scientific research.',
69
72
icon: <ZapclassName="h-8 w-8"/>,
70
-
color: "from-yellow-500 to-orange-500",
71
-
link: "#quantum"
73
+
color: 'from-yellow-500 to-orange-500',
74
+
link: '#quantum',
72
75
},
73
76
{
74
77
id: 4,
75
-
title: "Green Technology",
76
-
description: "Sustainable tech solutions focus on renewable energy, carbon reduction, and environmentally friendly innovations for a greener future.",
78
+
title: 'Green Technology',
79
+
description:
80
+
'Sustainable tech solutions focus on renewable energy, carbon reduction, and environmentally friendly innovations for a greener future.',
77
81
icon: <LeafclassName="h-8 w-8"/>,
78
-
color: "from-green-500 to-emerald-500",
79
-
link: "#green-tech"
82
+
color: 'from-green-500 to-emerald-500',
83
+
link: '#green-tech',
80
84
},
81
85
{
82
86
id: 5,
83
-
title: "Web3 & Metaverse",
84
-
description: "The next generation of the internet featuring decentralized applications, virtual worlds, and immersive digital experiences.",
87
+
title: 'Web3 & Metaverse',
88
+
description:
89
+
'The next generation of the internet featuring decentralized applications, virtual worlds, and immersive digital experiences.',
85
90
icon: <GlobeclassName="h-8 w-8"/>,
86
-
color: "from-indigo-500 to-purple-500",
87
-
link: "#web3"
91
+
color: 'from-indigo-500 to-purple-500',
92
+
link: '#web3',
88
93
},
89
94
{
90
95
id: 6,
91
-
title: "Cybersecurity",
92
-
description: "Advanced security measures, zero-trust architectures, and AI-powered threat detection to protect against evolving cyber threats.",
96
+
title: 'Cybersecurity',
97
+
description:
98
+
'Advanced security measures, zero-trust architectures, and AI-powered threat detection to protect against evolving cyber threats.',
0 commit comments