diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 1609b40..04f65a8 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -41,6 +41,7 @@ export default function PortfolioPage() { animationType="slide-up" textboxLayout="split" gridVariant="two-columns-alternating-heights" + useInvertedBackground={false} features={[ { id: "1", title: "Wohnpark am See", description: "Exklusive Wohnanlage mit 20 Einheiten und Tiefgarage.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/modern-skyscraper-glass-facade-installat-1774780742245-c4d3e7bc.png" }, { id: "2", title: "Gewerbezentrum Nord", description: "Modernes Büro- und Gewerbeobjekt mit hocheffizienter Gebäudetechnik.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BcFxsxUA2R24B78Wlym0zuRtBJ/concrete-foundation-work-being-poured-fo-1774780740995-c33fd95f.png" },