From ebff0c647c56cd45c5903528a398595eda913be4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 23:07:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bf9eb95..73b9467 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/beautiful-smiling-woman-running-with-young-positive-man-street_23-2148012631.jpg" imageAlt="Cameraman and fashion designer collaborating on a set" showDimOverlay={true} - buttonAnimation="hover-magnetic" + buttonAnimation="slide-up" />
@@ -73,7 +73,7 @@ export default function LandingPage() { { id: "videography", label: "Videography", title: "Dynamic Visual Storytelling", items: ["Commercials & Promos", "Event Coverage", "Music Videos", "Documentary Filmmaking"] }, { id: "photography", label: "Photography", title: "Capturing Every Angle", items: ["Fashion Editorials", "Portrait Sessions", "Product Photography", "Behind-the-Scenes"] }, { id: "fashion-design", label: "Fashion Design", title: "Bespoke Apparel & Art", items: ["Custom Clothing & Sneakers", "Denim & Canvas Artwork", "Collection Development", "Textile Customization"] }, - { id: "tattoo-art", label: "Tattoo Art", title: "Personalized Body Canvas", items: ["Custom Tattoo Designs", "Fine Line & Blackwork", "Illustrative Styles", "Consultation & Aftercare"] } + { id: "tattoo-art", title: "Personalized Body Canvas", label: "Tattoo Art", items: ["Custom Tattoo Designs", "Fine Line & Blackwork", "Illustrative Styles", "Consultation & Aftercare"] } ]} animationType="scale-rotate" title="Our Creative Services" -- 2.49.1