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() {