Update src/app/product/page.tsx

This commit is contained in:
2026-03-01 20:05:44 +00:00
parent 00f7efa210
commit 3f559b0fef

View File

@@ -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: "/" }