diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index f722ce2..f178d22 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -41,6 +41,7 @@ export default function PortfolioPage() { textboxLayout="default" gridVariant="one-large-left-three-stacked-right" animationType="slide-up" + useInvertedBackground={false} features={[ { title: "Brand Launch", description: "Scale from 0 to 1M monthly impressions within 3 months.", imageSrc: "http://img.b2bpic.net/free-photo/internet-social-technology-digital-connection-device_53876-133750.jpg" }, { title: "Conversion Optimization", description: "4x increase in lead conversion for e-commerce.", imageSrc: "http://img.b2bpic.net/free-photo/graph-data-show-summary-analysis-icon-graphic_53876-128061.jpg" }, @@ -53,6 +54,7 @@ export default function PortfolioPage() {