diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx index 647f3d0..fd76151 100644 --- a/src/app/portfolio/page.tsx +++ b/src/app/portfolio/page.tsx @@ -38,6 +38,7 @@ export default function PortfolioPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up" + useInvertedBackground={false} products={[ { id: "1", name: "Modern Kitchen Transformation", price: "Before & After", imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-interior-with-minimalist-design_169016-19754.jpg", imageAlt: "Custom kitchen millwork" @@ -55,6 +56,7 @@ export default function PortfolioPage() { title="Request a Quote" description="Ready to discuss your custom project? Send us your details and we'll be in touch." background={{ variant: "downward-rays-animated" }} + useInvertedBackground={false} />