diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5318a55..5c7b94e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,21 +26,13 @@ export default function LandingPage() { @@ -89,33 +77,21 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Portfolio", - href: "/portfolio", - }, + label: "Portfolio", href: "/portfolio"}, ], }, { items: [ { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cf1070..92db590 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -170,17 +117,11 @@ export default function LandingPage() { description="As a dedicated professional, I thrive on crafting elegant and efficient digital solutions. With a strong foundation in full-stack development and a passion for intuitive design, I bring a holistic approach to every project. My goal is to deliver innovative products that stand out in today's dynamic digital landscape." metrics={[ { - value: "10+", - title: "Years Experience", - }, + value: "10+", title: "Years Experience"}, { - value: "100+", - title: "Projects Completed", - }, + value: "100+", title: "Projects Completed"}, { - value: "95%", - title: "Client Satisfaction", - }, + value: "95%", title: "Client Satisfaction"}, ]} tag="My Journey" imageSrc="http://img.b2bpic.net/free-photo/creative-ideas-identity-product-develop-design_53876-167129.jpg" @@ -197,37 +138,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "f1", - title: "Full-Stack Development", - description: "Proficient in both front-end and back-end technologies, creating robust and scalable web applications.", - tag: "Tech Mastery", - imageSrc: "http://img.b2bpic.net/free-photo/office-worker-analyzing-business-charts-laptop-using-paperwork-research-information-make-data-report-working-from-home-startup-analysis-with-web-graphs-browsing-internet_482257-50961.jpg", - imageAlt: "Code on a screen reflecting full-stack development", - }, + id: "f1", title: "Full-Stack Development", description: "Proficient in both front-end and back-end technologies, creating robust and scalable web applications.", tag: "Tech Mastery", imageSrc: "http://img.b2bpic.net/free-photo/office-worker-analyzing-business-charts-laptop-using-paperwork-research-information-make-data-report-working-from-home-startup-analysis-with-web-graphs-browsing-internet_482257-50961.jpg", imageAlt: "Code on a screen reflecting full-stack development"}, { - id: "f2", - title: "UI/UX Design", - description: "Designing intuitive and engaging user interfaces that prioritize user experience and aesthetic appeal.", - tag: "User-Centric", - imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-106967.jpg", - imageAlt: "A mobile screen showing a clean UI design", - }, + id: "f2", title: "UI/UX Design", description: "Designing intuitive and engaging user interfaces that prioritize user experience and aesthetic appeal.", tag: "User-Centric", imageSrc: "http://img.b2bpic.net/free-photo/software-developer-data-center-using-artificial-intelligence_482257-106967.jpg", imageAlt: "A mobile screen showing a clean UI design"}, { - id: "f3", - title: "Project Management", - description: "Leading projects from conception to completion, ensuring timely delivery and stakeholder satisfaction.", - tag: "Leadership", - imageSrc: "http://img.b2bpic.net/free-photo/data-scientists-performing-equipment-vulnerability-scans-server-farm_482257-121005.jpg", - imageAlt: "Project management dashboard with charts", - }, + id: "f3", title: "Project Management", description: "Leading projects from conception to completion, ensuring timely delivery and stakeholder satisfaction.", tag: "Leadership", imageSrc: "http://img.b2bpic.net/free-photo/data-scientists-performing-equipment-vulnerability-scans-server-farm_482257-121005.jpg", imageAlt: "Project management dashboard with charts"}, { - id: "f4", - title: "Cloud Solutions", - description: "Implementing and managing cloud-based infrastructure for optimal performance and scalability.", - tag: "Scalability", - imageSrc: "http://img.b2bpic.net/free-photo/showing-cart-trolley-shopping-online-sign-graphic_53876-133967.jpg", - imageAlt: "Abstract cloud computing network", - }, + id: "f4", title: "Cloud Solutions", description: "Implementing and managing cloud-based infrastructure for optimal performance and scalability.", tag: "Scalability", imageSrc: "http://img.b2bpic.net/free-photo/showing-cart-trolley-shopping-online-sign-graphic_53876-133967.jpg", imageAlt: "Abstract cloud computing network"}, ]} title="My Core Expertise" description="Combining technical prowess with creative problem-solving to deliver exceptional digital products." @@ -240,14 +157,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Global Corp", - "Innovate Solutions", - "Digital Dynamics", - "Future Tech", - "Synergy Systems", - "Apex Innovations", - "Visionary Ventures", - ]} + "Global Corp", "Innovate Solutions", "Digital Dynamics", "Future Tech", "Synergy Systems", "Apex Innovations", "Visionary Ventures"]} title="Trusted by Leading Companies" description="I've had the privilege to collaborate with diverse organizations, contributing to their success through impactful digital projects." tag="Collaborations" @@ -259,6 +169,22 @@ export default function LandingPage() {
@@ -270,33 +196,21 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Portfolio", - href: "/portfolio", - }, + label: "Portfolio", href: "/portfolio"}, ], }, { items: [ { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}