diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index c9608c3..c09955f 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -13,25 +13,16 @@ export default function HomePage() {
@@ -42,9 +33,7 @@ export default function HomePage() {
@@ -57,25 +46,13 @@ export default function HomePage() {
description="A refined set of technologies for full-stack excellence."
features={[
{
- title: "Backend Development",
- description: "C#, ASP.NET Core MVC, SQL Server architecture.",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16954.jpg",
- },
+ title: "Backend Development", description: "C#, ASP.NET Core MVC, SQL Server architecture.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-geometric-wavy-folds-background_1048-16954.jpg"},
{
- title: "Frontend Development",
- description: "HTML, CSS, JavaScript, React modern workflows.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-technology-background-with-flowing-particles_1048-18866.jpg",
- },
+ title: "Frontend Development", description: "HTML, CSS, JavaScript, React modern workflows.", imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-network-technology-background-with-flowing-particles_1048-18866.jpg"},
{
- title: "Version Control",
- description: "Expert Git/GitHub workflows for collaborative dev.",
- imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg",
- },
+ title: "Version Control", description: "Expert Git/GitHub workflows for collaborative dev.", imageSrc: "http://img.b2bpic.net/free-photo/connecting-lines-dots-with-floating-particles_1048-12013.jpg"},
{
- title: "Cloud & Tools",
- description: "Scalable deployments and modern dev environments.",
- imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-light-concept_23-2148599271.jpg",
- },
+ title: "Cloud & Tools", description: "Scalable deployments and modern dev environments.", imageSrc: "http://img.b2bpic.net/free-photo/prism-dispersing-light-concept_23-2148599271.jpg"},
]}
/>
@@ -89,40 +66,19 @@ export default function HomePage() {
description="Selected works demonstrating full-stack problem solving."
items={[
{
- title: "LapAdvisor",
- description: "E-commerce & AI recommendation engine.",
- imageSrc: "http://img.b2bpic.net/free-photo/menu-icon-front-side_187299-40083.jpg",
- },
+ title: "LapAdvisor", description: "E-commerce & AI recommendation engine.", imageSrc: "http://img.b2bpic.net/free-photo/menu-icon-front-side_187299-40083.jpg"},
{
- title: "Weather Dashboard",
- description: "Async API integration, real-time data.",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-home_23-2150652839.jpg",
- },
+ title: "Weather Dashboard", description: "Async API integration, real-time data.", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-smartphone-home_23-2150652839.jpg"},
{
- title: "JavaScript Utils",
- description: "Calculator, tools, and widgets.",
- imageSrc: "http://img.b2bpic.net/free-photo/closeup-computer-screen-software-developer-typing-programming-language-it-startup-agency-display-concept-system-engineer-writing-source-code-scrolling-text-database-functions-script_482257-33355.jpg",
- },
+ title: "JavaScript Utils", description: "Calculator, tools, and widgets.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-computer-screen-software-developer-typing-programming-language-it-startup-agency-display-concept-system-engineer-writing-source-code-scrolling-text-database-functions-script_482257-33355.jpg"},
{
- title: "Coming Soon",
- description: "New projects in development.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-ferromagnetic-metal-substance_23-2148253620.jpg",
- },
+ title: "Coming Soon", description: "New projects in development.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ferromagnetic-metal-substance_23-2148253620.jpg"},
{
- title: "Coming Soon",
- description: "New projects in development.",
- imageSrc: "http://img.b2bpic.net/free-photo/black-white-background_23-2150530984.jpg",
- },
+ title: "Coming Soon", description: "New projects in development.", imageSrc: "http://img.b2bpic.net/free-photo/black-white-background_23-2150530984.jpg"},
{
- title: "Coming Soon",
- description: "New projects in development.",
- imageSrc: "http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg",
- },
+ title: "Coming Soon", description: "New projects in development.", imageSrc: "http://img.b2bpic.net/free-photo/global-communication-hd-wallpaper-business-network-design_53876-153352.jpg"},
{
- title: "Coming Soon",
- description: "New projects in development.",
- imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-effect_23-2148898155.jpg",
- },
+ title: "Coming Soon", description: "New projects in development.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-light-prisms-effect_23-2148898155.jpg"},
]}
/>
@@ -136,17 +92,11 @@ export default function HomePage() {
description="Professional training and development experience."
metrics={[
{
- value: "4+",
- description: "Projects Completed",
- },
+ value: "4+", description: "Projects Completed"},
{
- value: "6m",
- description: "Field Training Hours",
- },
+ value: "6m", description: "Field Training Hours"},
{
- value: "8+",
- description: "Tech Stack Proficiencies",
- },
+ value: "8+", description: "Tech Stack Proficiencies"},
]}
/>
@@ -160,16 +110,11 @@ export default function HomePage() {
description="Common inquiries about my development process."
categories={[
{
- name: "General",
- items: [
+ name: "General", items: [
{
- question: "Are you accepting freelance work?",
- answer: "Yes, I am currently open to freelance opportunities.",
- },
+ question: "Are you accepting freelance work?", answer: "Yes, I am currently open to freelance opportunities."},
{
- question: "What is your main expertise?",
- answer: "My core expertise lies in ASP.NET Core and Full Stack development.",
- },
+ question: "What is your main expertise?", answer: "My core expertise lies in ASP.NET Core and Full Stack development."},
],
},
]}
@@ -183,13 +128,9 @@ export default function HomePage() {
tag="Connect"
text="Ready to build something amazing together? Let's talk."
primaryButton={{
- text: "ahmadalsmadi2004@gmail.com",
- href: "mailto:ahmadalsmadi2004@gmail.com",
- }}
+ text: "ahmadalsmadi2004@gmail.com", href: "mailto:ahmadalsmadi2004@gmail.com"}}
secondaryButton={{
- text: "GitHub Profile",
- href: "https://github.com/ahmadony",
- }}
+ text: "GitHub Profile", href: "https://github.com/ahmadony"}}
/>