From d85ce6fc3ea6072495b75d488ef3939e4d6858e9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 01:31:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b02cde..15dfdc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,7 +30,7 @@ const assetMap = { "product-1": {"url":"http://img.b2bpic.net/free-photo/artist-making-tattoo-arm_23-2147834064.jpg","alt":"Traditional Flash Sheet Tattoo"}, "product-2": {"url":"http://img.b2bpic.net/free-vector/flat-gold-hand-drawn-spring-flower-leafs-set_1409-4325.jpg","alt":"Botanical Fine Line Tattoo"}, "product-3": {"url":"http://img.b2bpic.net/free-vector/abstract-icon-organization-vector-template_474888-3588.jpg","alt":"Geometric Arm Piece Tattoo"}, - "product-4": {"url":"http://img.b2bpic.net/free-vector/old-tattooing-school-emblems_1284-22345.jpg","alt":"Old School Skull & Rose Tattoo"}, + "product-4": {"url":"http://img.b2bpic.net/free-vector/old-tattooing-school-emblems_1284-22345.jpg","alt":"Bold & Timeless"}, "product-5": {"url":"http://img.b2bpic.net/free-vector/monochrome-sadness-lettering-stickers-collection_23-2150127053.jpg","alt":"Script Lettering Tattoo"}, "product-6": {"url":"http://img.b2bpic.net/free-vector/modern-wedding-floral-design-background_1035-12587.jpg","alt":"Mandala Leg Sleeve Tattoo"}, "testimonial-avatar-1": {"url":"http://img.b2bpic.net/free-photo/smiling-young-man-making-hand-frame-blue-background_23-2148193971.jpg","alt":"Sarah J. Avatar"}, @@ -108,7 +108,7 @@ export default function LandingPage() { { text: "Book an Appointment", href: "#contact" }, { text: "View Our Portfolio", href: "#portfolio" } ]} - buttonAnimation="bounce-effect" + buttonAnimation="text-stagger" /> @@ -120,7 +120,7 @@ export default function LandingPage() { buttons={[ { text: "Learn More About Us", href: "#" } ]} - buttonAnimation="bounce-effect" + buttonAnimation="text-stagger" useInvertedBackground={false} /> @@ -222,7 +222,7 @@ export default function LandingPage() { buttons={[ { text: "Ask a Question", href: "#contact" } ]} - buttonAnimation="bounce-effect" + buttonAnimation="text-stagger" faqsAnimation="slide-up" textPosition="left" useInvertedBackground={true} -- 2.49.1