12 Commits

Author SHA1 Message Date
5064fc8e65 Update src/app/page.tsx 2026-03-10 20:07:37 +00:00
7febc19b04 Update src/app/page.tsx 2026-03-10 20:07:20 +00:00
a82d6851cf Update src/app/page.tsx 2026-03-10 20:04:06 +00:00
2f9ea30079 Update src/app/page.tsx 2026-03-10 19:57:19 +00:00
fabfd1e000 Update src/app/page.tsx 2026-03-10 19:56:26 +00:00
bdeae2ddaf Merge version_5 into main
Merge version_5 into main
2026-03-10 19:46:15 +00:00
e341829812 Update src/app/page.tsx 2026-03-10 19:46:11 +00:00
dffc29a6f9 Merge version_4 into main
Merge version_4 into main
2026-03-10 19:42:01 +00:00
2759ecbb6b Update src/app/page.tsx 2026-03-10 19:41:57 +00:00
a044f7c872 Merge version_3 into main
Merge version_3 into main
2026-03-10 19:36:50 +00:00
0e225f6243 Update src/app/page.tsx 2026-03-10 19:36:46 +00:00
20d2973114 Merge version_2 into main
Merge version_2 into main
2026-03-10 19:22:54 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TeamCardSix from '@/components/sections/team/TeamCardSix';
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
@@ -41,19 +41,17 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroOverlay
logoText="asset://logo" title="Marks that stay. Stories that haunt."
description="Marks that stay. Stories that haunt." description="Premium tattoo studio specializing in blackwork, fine line, gothic, and curse-inspired designs."
buttons={[ buttons={[
{ text: "Book Appointment", href: "booking" }, { text: "Book Your Mark", href: "booking" },
{ text: "View Gallery", href: "gallery" } { text: "View Gallery", href: "gallery" }
]} ]}
background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AlavLWOelEmQkqFRvw6DCMXOiw/uploaded-1773171676236-ae47sr53.png"
imageSrc="http://img.b2bpic.net/free-vector/chicano-tattoo-vintage-template_225004-1495.jpg" imageAlt="Cursemarks Tattoo Studio"
imageAlt="blackwork tattoo close-up detailed ink"
mediaAnimation="slide-up"
frameStyle="card"
buttonAnimation="slide-up" buttonAnimation="slide-up"
showDimOverlay={false}
/> />
</div> </div>
@@ -141,7 +139,7 @@ export default function LandingPage() {
id: "4", title: "What areas do you specialize in?", content: "We specialize in blackwork, fine line, gothic, and curse-inspired designs. Our artists are experienced across all body placements and can advise on sizing and positioning for optimal results." id: "4", title: "What areas do you specialize in?", content: "We specialize in blackwork, fine line, gothic, and curse-inspired designs. Our artists are experienced across all body placements and can advise on sizing and positioning for optimal results."
}, },
{ {
id: "5", title: "How much does a tattoo cost?", content: "Pricing depends on size, complexity, and placement. Simple designs start at $150. Custom work is quoted after consultation. A deposit secures your appointment." id: "5", title: "How much does a tattoo cost?", content: "Pricing depends on size, complexity, and placement. Simple designs start at $90. Custom work is quoted after consultation. A deposit secures your appointment."
}, },
{ {
id: "6", title: "What should I expect during my session?", content: "Your artist will finalize the design, prepare the area, and begin the tattoo. Sessions typically last 1-4 hours depending on the design. You'll receive aftercare instructions to ensure proper healing." id: "6", title: "What should I expect during my session?", content: "Your artist will finalize the design, prepare the area, and begin the tattoo. Sessions typically last 1-4 hours depending on the design. You'll receive aftercare instructions to ensure proper healing."
@@ -157,9 +155,9 @@ export default function LandingPage() {
<AboutMetric <AboutMetric
title="Cursemarks is a premium tattoo studio dedicated to meaningful body art, dark aesthetics, and artistic excellence. Every mark carries intention." title="Cursemarks is a premium tattoo studio dedicated to meaningful body art, dark aesthetics, and artistic excellence. Every mark carries intention."
metrics={[ metrics={[
{ icon: Users, label: "Satisfied Clients", value: "2000+" }, { icon: Users, label: "Satisfied Clients", value: "100+" },
{ icon: Award, label: "Years of Mastery", value: "45+" }, { icon: Award, label: "5 Stars Reviews ", value: "100+ " },
{ icon: Zap, label: "Original Designs", value: "5000+" }, { icon: Zap, label: "Original Designs", value: "500+" },
{ icon: Heart, label: "Marks That Matter", value: "Every One" } { icon: Heart, label: "Marks That Matter", value: "Every One" }
]} ]}
useInvertedBackground={false} useInvertedBackground={false}