Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-30 03:11:28 +00:00

View File

@@ -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}
/>
</div>