18 Commits

Author SHA1 Message Date
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
c75da29175 Update src/app/page.tsx 2026-03-10 20:24:37 +00:00
6ae4418387 Merge version_10 into main
Merge version_10 into main
2026-03-10 20:19:18 +00:00
930cafa480 Update src/app/page.tsx 2026-03-10 20:19:14 +00:00
33f376729f Switch to version 9: modified src/app/page.tsx 2026-03-10 20:17:15 +00:00
8e70f2c1ab Switch to version 8: modified src/app/page.tsx 2026-03-10 20:17:01 +00:00
54f7c362f7 Merge version_9 into main
Merge version_9 into main
2026-03-10 20:16:12 +00:00
1d21cff00c Update src/app/page.tsx 2026-03-10 20:16:09 +00:00
3d37b5eb13 Merge version_8 into main
Merge version_8 into main
2026-03-10 20:13:59 +00:00
20539fa2fd Update src/app/page.tsx 2026-03-10 20:13:55 +00:00
8ce2a80137 Merge version_7 into main
Merge version_7 into main
2026-03-10 20:07:41 +00:00
d943739004 Merge version_7 into main
Merge version_7 into main
2026-03-10 20:07:24 +00:00
ba6e1444af Merge version_7 into main
Merge version_7 into main
2026-03-10 20:04:10 +00:00
a51bd79125 Merge version_7 into main
Merge version_7 into main
2026-03-10 19:57:23 +00:00
fb8a0d9eb2 Merge version_7 into main
Merge version_7 into main
2026-03-10 19:56:30 +00:00

View File

@@ -3,14 +3,13 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import ContactFaq from '@/components/sections/contact/ContactFaq';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import FooterBase from '@/components/sections/footer/FooterBase';
import { Award, Calendar, Crown, Eye, Feather, Heart, Moon, Shield, Skull, Users, Zap, MapPin, Image } from 'lucide-react';
import { Award, Calendar, Crown, Eye, Feather, Heart, Moon, Shield, Skull, Users, Zap, Image, Star } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,7 +28,6 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Artists", id: "artists" },
{ name: "Gallery", id: "gallery" },
{ name: "About", id: "about" },
{ name: "Aftercare", id: "aftercare" },
@@ -55,32 +53,6 @@ export default function LandingPage() {
/>
</div>
<div id="artists" data-section="artists">
<TeamCardSix
title="Our Artists"
description="Master tattoo artists specializing in blackwork, fine line, gothic, and curse-inspired designs."
members={[
{
id: "1", name: "Sable", role: "Lead Artist | Blackwork Specialist", imageSrc: "http://img.b2bpic.net/free-photo/senior-artist-studio-painting-with-watercolor_23-2150214807.jpg", imageAlt: "professional tattoo artist portrait studio"
},
{
id: "2", name: "Raven", role: "Fine Line & Occult", imageSrc: "http://img.b2bpic.net/free-photo/craft-beer-concept-with-tattooed-man_23-2148111207.jpg", imageAlt: "male tattoo artist portrait professional"
},
{
id: "3", name: "Ash", role: "Gothic & Curse Designs", imageSrc: "http://img.b2bpic.net/free-photo/dilligent-focused-tattoo-artist-is-creating-new-tattoo-young-woman-s-hand-tatao-studio_613910-19581.jpg", imageAlt: "female tattoo artist occult symbolism"
},
{
id: "4", name: "Vex", role: "Dark Art & Symbolism", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tattooed-male-barber-cuts-beard-black-male_613910-1462.jpg", imageAlt: "tattoo artist dark studio atmosphere"
}
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
uniformGridCustomHeightClasses="min-h-95 2xl:min-h-105"
/>
</div>
<div id="gallery" data-section="gallery">
<FeatureHoverPattern
title="Tattoo Gallery"
@@ -151,6 +123,18 @@ export default function LandingPage() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<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={[]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="about" data-section="about">
<AboutMetric
title="Cursemarks is a premium tattoo studio dedicated to meaningful body art, dark aesthetics, and artistic excellence. Every mark carries intention."
@@ -204,22 +188,6 @@ export default function LandingPage() {
/>
</div>
<div id="contact" data-section="contact">
<SocialProofOne
title="Location & Contact"
description="Find us in the heart of the city, where ink meets intention. Reach out to book your mark."
textboxLayout="default"
useInvertedBackground={false}
tag="Studio"
tagIcon={MapPin}
names={[
"📍 123 Shadow Street, Downtown District", "📞 (555) 867-5309", "📧 marks@cursemarks.studio", "🕐 Tue-Sat: 12pm-9pm | Sun: 1pm-6pm"
]}
speed={30}
showCard={true}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Cursemarks Tattoo"
@@ -228,7 +196,6 @@ export default function LandingPage() {
{
title: "Studio", items: [
{ label: "Home", href: "hero" },
{ label: "Artists", href: "artists" },
{ label: "Gallery", href: "gallery" },
{ label: "About", href: "about" }
]
@@ -243,7 +210,7 @@ export default function LandingPage() {
},
{
title: "Follow", items: [
{ label: "Instagram", href: "https://instagram.com/cursemarks" },
{ label: "Instagram", href: "https://www.instagram.com/cursemarkz_tattoo?igsh=MW8zeml6N2plaXdreA==" },
{ label: "TikTok", href: "https://tiktok.com/@cursemarks" },
{ label: "Discord", href: "https://discord.gg/cursemarks" }
]