From 90eee837b4bcc74ca38ac123fc8e0ae1e0f9733b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:56:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ef9985..7f0f990 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -115,7 +115,8 @@ export default function LandingPage() { features={[ { id: "1", title: "Web Development", description: "Build responsive, performant websites using React, Next.js, and modern JavaScript. I create scalable applications with clean, maintainable code that follows industry best practices.", media: { - imageSrc: "http://img.b2bpic.net/free-psd/our-mission-web-design-template_23-2149197244.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-psd/our-mission-web-design-template_23-2149197244.jpg" + }, items: [ { icon: Zap, text: "High-Performance Applications" }, { icon: Smartphone, text: "Mobile-Responsive Design" }, @@ -125,7 +126,8 @@ export default function LandingPage() { }, { id: "2", title: "Frontend Mentoring", description: "One-on-one and group mentoring sessions for aspiring developers. I help you master modern JavaScript frameworks, best practices, and develop your professional skills.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/modern-adventure-landing-page_1361-867.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-vector/modern-adventure-landing-page_1361-867.jpg" + }, items: [ { icon: Users, text: "Personalized Learning Path" }, { icon: Target, text: "Skill Development Focus" }, @@ -135,7 +137,8 @@ export default function LandingPage() { }, { id: "3", title: "UI/UX Implementation", description: "Transform designs into functional, beautiful interfaces. I specialize in creating accessible, intuitive user experiences using modern CSS frameworks and design principles.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/template-landing-page-with-smartphone_23-2148328146.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-vector/template-landing-page-with-smartphone_23-2148328146.jpg" + }, items: [ { icon: Palette, text: "Beautiful UI Design" }, { icon: Eye, text: "User Experience Focus" }, @@ -154,8 +157,7 @@ export default function LandingPage() { useInvertedBackground={false} className="py-20" containerClassName="max-w-6xl" - titleClassName="text-5xl font-extrabold" - descriptionClassName="text-lg leading-relaxed mt-4" + itemClassName="" /> @@ -163,11 +165,14 @@ export default function LandingPage() {