Skip to content

Commit 15654f6

Browse files
authored
Update page.tsx
1 parent 3caccdf commit 15654f6

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

app/page.tsx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -267,18 +267,7 @@ export default function Home() {
267267

268268
<div className="grid grid-cols-1 md:grid-cols-3 lg:grid-cols-3 gap-4 items-center">
269269
{/* Amazon DocumentDB */}
270-
<div className="group relative">
271-
<div className="absolute inset-0 bg-gradient-to-r from-orange-500/20 to-yellow-500/20 rounded-xl blur-lg group-hover:blur-xl transition-all duration-300 opacity-0 group-hover:opacity-100"></div>
272-
<div className="relative flex flex-col items-center justify-center p-8 bg-neutral-800/80 backdrop-blur-sm rounded-xl border border-neutral-700/50 hover:border-orange-500/50 transition-all duration-300 group-hover:transform group-hover:scale-105">
273-
<div className="w-20 h-20 flex items-center justify-center mb-4">
274-
<img src="/images/AWS Logo.png" alt="Amazon Web Services" className="w-12 h-12 group-hover:scale-110 transition-transform" />
275-
</div>
276-
<div className="text-center">
277-
<h3 className="text-sm font-bold text-white group-hover:text-orange-300 transition-colors mb-1">Amazon</h3>
278-
<p className="text-xs text-gray-400 group-hover:text-gray-300 transition-colors">DocumentDB</p>
279-
</div>
280-
</div>
281-
</div>
270+
282271

283272
{/* YugabyteDB */}
284273
<div className="group relative">

0 commit comments

Comments
 (0)