diff --git a/src/app/product/page.tsx b/src/app/product/page.tsx index 3d2b4bd..5d622e5 100644 --- a/src/app/product/page.tsx +++ b/src/app/product/page.tsx @@ -53,6 +53,7 @@ export default function ProductPage() { { imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=800&h=600&fit=crop&_wi=1", imageAlt: "Project 6" }, { imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=800&h=600&fit=crop&_wi=1", imageAlt: "Project 7" } ]} + mediaAnimation="blur-reveal" buttons={[ { text: "Start Your Project", href: "contact" }, { text: "Back to Home", href: "/" }