diff --git a/src/app/page.tsx b/src/app/page.tsx
index 16848b1..d11cfa6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,58 +40,26 @@ export default function LandingPage() {
@@ -124,21 +80,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Languages",
- description: "C++, Java, Python, and Dart",
- imageSrc: "http://img.b2bpic.net/free-vector/20-programming-coding-solid-glyph-icon-presentation_1142-24709.jpg",
- },
- {
- title: "Web Development",
- description: "Full-stack development using modern stacks",
- imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg",
- },
- {
- title: "Tooling & Infrastructure",
- description: "Supabase for backend, Netlify for deployment",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-computer-website-loading-speed-test_107791-17929.jpg",
- },
+ { title: "Languages", description: "C++, Java, Python, and Dart", imageSrc: "http://img.b2bpic.net/free-vector/20-programming-coding-solid-glyph-icon-presentation_1142-24709.jpg" },
+ { title: "Web Development", description: "Full-stack development using modern stacks", imageSrc: "http://img.b2bpic.net/free-photo/luxurious-boardroom-space-within-multinational-company-used-meetings_482257-124520.jpg" },
+ { title: "Tooling & Infrastructure", description: "Supabase for backend, Netlify for deployment", imageSrc: "http://img.b2bpic.net/free-photo/3d-computer-website-loading-speed-test_107791-17929.jpg" }
]}
title="Technical Skills"
description="A diverse toolkit covering back-end logic, front-end development, and data-driven solutions."
@@ -151,13 +95,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "edu-1",
- value: "3rd Year",
- title: "Current Status",
- description: "Computer Information Systems",
- imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-love-embracing-near-wall_8353-7511.jpg",
- },
+ { id: "edu-1", value: "3rd Year", title: "Current Status", description: "Computer Information Systems", imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-love-embracing-near-wall_8353-7511.jpg" }
]}
title="Academic Journey"
description="Focused on academic excellence and continuous growth at Al al-Bayt University."
@@ -166,31 +104,14 @@ export default function LandingPage() {
@@ -252,26 +158,8 @@ export default function LandingPage() {