13 Commits

Author SHA1 Message Date
6dcb27478a Update src/app/page.tsx 2026-03-10 20:48:57 +00:00
cd1343f682 Merge version_13 into main
Merge version_13 into main
2026-03-10 20:47:32 +00:00
766bede44d Update theme colors 2026-03-10 20:47:26 +00:00
c0a8b63b2e Merge version_13 into main
Merge version_13 into main
2026-03-10 20:47:00 +00:00
726ce1e80c Update theme colors 2026-03-10 20:46:54 +00:00
84cf4ab74b Merge version_13 into main
Merge version_13 into main
2026-03-10 20:45:02 +00:00
231be6d635 Update src/app/page.tsx 2026-03-10 20:44:58 +00:00
e4f591e5ab Merge version_12 into main
Merge version_12 into main
2026-03-10 20:32:37 +00:00
51a2f835c8 Update src/app/page.tsx 2026-03-10 20:32:33 +00:00
7091fe4913 Merge version_11 into main
Merge version_11 into main
2026-03-10 20:26:56 +00:00
92556dd5ed Update src/app/page.tsx 2026-03-10 20:26:52 +00:00
20da5e0da3 Merge version_10 into main
Merge version_10 into main
2026-03-10 20:24:41 +00:00
6ae4418387 Merge version_10 into main
Merge version_10 into main
2026-03-10 20:19:18 +00:00

View File

@@ -50,6 +50,7 @@ export default function LandingPage() {
imageAlt="Cursemarks Tattoo Studio"
buttonAnimation="slide-up"
showDimOverlay={false}
titleClassName="text-4xl md:text-6xl lg:text-7xl font-bold tracking-tight"
/>
</div>
@@ -127,15 +128,8 @@ export default function LandingPage() {
<TestimonialCardFifteen
testimonial="Getting my own mark at Cursemarks was transformative. The artists understood my vision perfectly and executed it with incredible precision. Every detail carries meaning."
rating={5}
author="Elian Vázquez "
avatars={[
{ src: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", alt: "Avatar 1" },
{ src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", alt: "Avatar 2" },
{ src: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", alt: "Avatar 3" },
{ src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=400&h=400&fit=crop", alt: "Avatar 4" },
{ src: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=400&h=400&fit=crop", alt: "Avatar 5" },
{ src: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400&h=400&fit=crop", alt: "Avatar 6" }
]}
author="Elian Vázquez"
avatars={[]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
@@ -211,15 +205,13 @@ export default function LandingPage() {
title: "Services", items: [
{ label: "Book Appointment", href: "booking" },
{ label: "Custom Designs", href: "booking" },
{ label: "Aftercare Guide", href: "aftercare" },
{ label: "Contact Us", href: "contact" }
{ label: "Aftercare Guide", href: "aftercare" }
]
},
{
title: "Follow", items: [
{ label: "Instagram", href: "https://instagram.com/cursemarks" },
{ label: "TikTok", href: "https://tiktok.com/@cursemarks" },
{ label: "Discord", href: "https://discord.gg/cursemarks" }
{ label: "Instagram", href: "https://www.instagram.com/cursemarkz_tattoo?igsh=MW8zeml6N2plaXdreA==" },
{ label: "TikTok", href: "https://tiktok.com/@cursemarks" }
]
}
]}