Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-10 01:32:04 +00:00

View File

@@ -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"
/>
</div>
@@ -120,7 +120,7 @@ export default function LandingPage() {
buttons={[
{ text: "Learn More About Us", href: "#" }
]}
buttonAnimation="bounce-effect"
buttonAnimation="text-stagger"
useInvertedBackground={false}
/>
</div>
@@ -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}