From 3d9cb81d3f249d9671334583a12a71cf026a67c9 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 12:09:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 55a0465..222cef7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,6 +57,7 @@ export default function PortfolioPage() {
@@ -66,7 +67,9 @@ export default function PortfolioPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} title="Technical Expertise" + description="A showcase of professional milestones and core competencies." metrics={[ { id: "1", value: "5+", title: "Years Experience", description: "Dedicated software development journey", icon: Briefcase }, { id: "2", value: "50+", title: "Projects Completed", description: "Diverse industry solutions", icon: Code }, @@ -82,6 +85,8 @@ export default function PortfolioPage() { textboxLayout="split" gridVariant="bento-grid" animationType="slide-up" + useInvertedBackground={false} + description="Curated list of technical projects demonstrating diverse problem-solving skills." products={[ { id: "1", name: "Design System", price: "Web App", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bz1b2AeRyCotz14hcA8uNu1UwL/uploaded-1775477316015-42qlt5vo.jpg" }, { id: "2", name: "E-commerce Platform", price: "SaaS", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bz1b2AeRyCotz14hcA8uNu1UwL/uploaded-1775477316015-42qlt5vo.jpg" }, @@ -95,6 +100,8 @@ export default function PortfolioPage() { title="Client Stories" textboxLayout="split" animationType="slide-up" + useInvertedBackground={false} + description="Feedback from clients regarding previous collaborations and project outcomes." testimonials={[ { id: "1", name: "Alex P.", role: "Founder", testimonial: "Fantastic work. Understood the requirements instantly and delivered high-quality results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bz1b2AeRyCotz14hcA8uNu1UwL/uploaded-1775477316015-42qlt5vo.jpg" } ]} @@ -105,6 +112,7 @@ export default function PortfolioPage() { -- 2.49.1