18 Commits

Author SHA1 Message Date
a7ae081e8f Update src/app/page.tsx 2026-04-29 06:13:56 +00:00
c6674d1afd Update src/app/page.tsx 2026-04-28 21:46:56 +00:00
b5dbd98533 Merge version_8 into main
Merge version_8 into main
2026-04-28 21:45:56 +00:00
3253ce1b92 Update src/app/page.tsx 2026-04-28 21:45:53 +00:00
dbb1d9ebbf Merge version_8 into main
Merge version_8 into main
2026-04-28 21:45:37 +00:00
9023fd1526 Update src/app/page.tsx 2026-04-28 21:45:34 +00:00
5bf0ef0f75 Merge version_8 into main
Merge version_8 into main
2026-04-28 21:44:49 +00:00
22e4b2cca2 Update theme colors 2026-04-28 21:44:46 +00:00
1679523586 Merge version_7 into main
Merge version_7 into main
2026-04-28 21:44:42 +00:00
e1d8ddf29a Update theme colors 2026-04-28 21:44:36 +00:00
d0beb39720 Merge version_6 into main
Merge version_6 into main
2026-04-28 21:44:15 +00:00
2862b455f0 Merge version_6 into main
Merge version_6 into main
2026-04-28 21:36:55 +00:00
645c745d1c Merge version_6 into main
Merge version_6 into main
2026-04-28 21:36:36 +00:00
b55ee20c7e Merge version_6 into main
Merge version_6 into main
2026-04-28 21:34:50 +00:00
54dc8bdd57 Merge version_5 into main
Merge version_5 into main
2026-04-28 21:34:41 +00:00
267ca38d11 Merge version_4 into main
Merge version_4 into main
2026-04-28 21:32:06 +00:00
58209910f6 Merge version_4 into main
Merge version_4 into main
2026-04-28 21:31:35 +00:00
b1206cc5fa Merge version_4 into main
Merge version_4 into main
2026-04-28 21:31:06 +00:00
2 changed files with 7 additions and 22 deletions

View File

@@ -37,7 +37,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="Slater"
brandName="ARTIST : : SLATER "
/>
</div>
@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
background={{
variant: "gradient-bars"}}
title="Dark Ethereal Fine Line Artistry"
title="Dark Fine Line Artistry"
description="Professional tattoo artist specializing in delicate bone structures and ethereal fine-line designs. Create your permanent vision with precision."
tag="Available for Booking"
buttons={[
@@ -72,7 +72,7 @@ export default function LandingPage() {
title="Slater: The Artist"
description="With years of experience in fine-line tattooing, Slater specializes in blending anatomical precision with ethereal, haunting aesthetics. Every piece is a unique dialogue between the skin and the bone."
tag="Philosophy"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0F1A9wA0hoEJAN6judgd0t0Sz/uploaded-1777412470024-fx11d398.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0F1A9wA0hoEJAN6judgd0t0Sz/uploaded-1777412749489-3o4tvvq9.jpg"
imageAlt="Artist portrait"
/>
</div>
@@ -85,23 +85,8 @@ export default function LandingPage() {
textboxLayout="default"
products={[
{
id: "1", brand: "Ethereal", name: "Ribcage Detail", price: "Session Work", rating: 5,
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/hand-decorative-skeleton-touching-woman-s-shoulder_23-2147903136.jpg"},
{
id: "2", brand: "Ethereal", name: "Skull Study", price: "Session Work", rating: 5,
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-vector/four-alchemy-esoteric-icons_24908-77743.jpg"},
{
id: "3", brand: "Ethereal", name: "Hand Anatomy", price: "Session Work", rating: 5,
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/top-view-clean-shaven-man-with-tattoos_1122-1461.jpg"},
{
id: "4", brand: "Ethereal", name: "Spinal Fine Line", price: "Session Work", rating: 5,
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-halloween-texture-design_23-2151853402.jpg"},
{
id: "5", brand: "Ethereal", name: "Floral Bones", price: "Session Work", rating: 5,
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-death-moth-drawing-illustration_52683-129287.jpg"},
{
id: "6", brand: "Ethereal", name: "Minimalist Anatomy", price: "Session Work", rating: 5,
reviewCount: "1", imageSrc: "http://img.b2bpic.net/free-photo/elegant-black-ink-drop-water_1112-475.jpg"},
id: "1", brand: "Ethereal", name: "Coming Soon", price: "", rating: 0,
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0F1A9wA0hoEJAN6judgd0t0Sz/coming-soon-placeholder.jpg"},
]}
title="Portfolio"
description="A curated selection of recent bone-themed and fine-line works."

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--background: #000000;
--card: #121212;
--foreground: #e0e0e0;
--primary-cta: #ffffff;
@@ -18,7 +18,7 @@
--secondary-cta: #1e1e1e;
--secondary-cta-text: #e9dfdf;
--accent: #333333;
--background-accent: #1a1a1a;
--background-accent: #000000;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);