5 Commits

Author SHA1 Message Date
a4b8b3d85c Merge version_4 into main
Merge version_4 into main
2026-04-25 22:52:13 +00:00
04bc21cd07 Update src/app/page.tsx 2026-04-25 22:52:09 +00:00
a81bfdb064 Merge version_3 into main
Merge version_3 into main
2026-04-25 22:51:05 +00:00
981b4c0cb2 Update src/app/page.tsx 2026-04-25 22:51:02 +00:00
e067b90422 Merge version_2 into main
Merge version_2 into main
2026-04-25 22:50:10 +00:00

View File

@@ -129,7 +129,7 @@ export default function LandingPage() {
{
id: "6", name: "Custom Ink Work", price: "Starts $35", imageSrc: "http://img.b2bpic.net/free-photo/young-man-tattoos-wearing-headphones-listens-music-draws-notebook_1321-944.jpg"},
]}
title="Our Artistic Portfolio"
title="Explore Our Custom Tattoo Gallery"
description="Explore the precision and artistry of our recent custom tattoo works."
/>
</div>
@@ -200,7 +200,7 @@ export default function LandingPage() {
variant: "plain"}}
tag="Visit Us"
title="Ready for your next tattoo?"
description="Reach out to Da Kim today. We are located at 1618 Spring Garden St C, Greensboro, NC. Call us at (336) 521-5005."
description="Reach out to Da Kim today. We are located at 1618 Spring Garden St C, Greensboro, NC. Call us at (336) 521-5005 or book your session online."
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797631.jpg"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -235,4 +235,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}