35 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
0f993dc13b Update src/app/page.tsx 2026-04-28 21:44:12 +00:00
2862b455f0 Merge version_6 into main
Merge version_6 into main
2026-04-28 21:36:55 +00:00
63e31ffd04 Update theme fonts 2026-04-28 21:36:52 +00:00
3351e9c434 Update theme fonts 2026-04-28 21:36:51 +00:00
645c745d1c Merge version_6 into main
Merge version_6 into main
2026-04-28 21:36:36 +00:00
49e1290d1f Update src/app/page.tsx 2026-04-28 21:36:30 +00:00
b55ee20c7e Merge version_6 into main
Merge version_6 into main
2026-04-28 21:34:50 +00:00
777463fd20 Update theme colors 2026-04-28 21:34:47 +00:00
54dc8bdd57 Merge version_5 into main
Merge version_5 into main
2026-04-28 21:34:41 +00:00
c9a3cd1be7 Update theme colors 2026-04-28 21:34:38 +00:00
267ca38d11 Merge version_4 into main
Merge version_4 into main
2026-04-28 21:32:06 +00:00
fc1e1b9eac Update src/app/page.tsx 2026-04-28 21:32:03 +00:00
58209910f6 Merge version_4 into main
Merge version_4 into main
2026-04-28 21:31:35 +00:00
098dd58111 Update src/app/page.tsx 2026-04-28 21:31:32 +00:00
b1206cc5fa Merge version_4 into main
Merge version_4 into main
2026-04-28 21:31:06 +00:00
c740b46a45 Update src/app/styles/variables.css 2026-04-28 21:31:03 +00:00
929efbfae0 Update src/app/page.tsx 2026-04-28 21:31:03 +00:00
15733543ad Merge version_3 into main
Merge version_3 into main
2026-04-28 21:28:23 +00:00
37882de8f8 Merge version_3 into main
Merge version_3 into main
2026-04-28 21:28:10 +00:00
cdbf49b48e Merge version_3 into main
Merge version_3 into main
2026-04-28 21:26:48 +00:00
723a01bce8 Merge version_2 into main
Merge version_2 into main
2026-04-28 21:26:37 +00:00
b9613dcba4 Merge version_1 into main
Merge version_1 into main
2026-04-28 21:17:06 +00:00
ca149ef277 Merge version_1 into main
Merge version_1 into main
2026-04-28 21:16:43 +00:00
4262fdd732 Merge version_1 into main
Merge version_1 into main
2026-04-28 21:16:16 +00:00
4 changed files with 39 additions and 58 deletions

View File

@@ -7,6 +7,7 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Open_Sans } from "next/font/google";
import { Montserrat } from "next/font/google";
@@ -21,12 +22,13 @@ export const metadata: Metadata = {
const inter = Inter({
variable: "--font-inter",
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
@@ -38,7 +40,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -3,14 +3,14 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
export default function LandingPage() {
return (
@@ -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={[
@@ -56,9 +56,9 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-vector/skull-with-hand-drawn-wreath_23-2147610865.jpg?_wi=1", imageAlt: "Bone fine line tattoo"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0F1A9wA0hoEJAN6judgd0t0Sz/uploaded-1777412646561-c3jtzctg.jpg", imageAlt: "Bone fine line tattoo"},
{
imageSrc: "http://img.b2bpic.net/free-photo/skull-flower-arrangement-still-life_23-2150569359.jpg?_wi=1", imageAlt: "Tattoo studio aesthetic"}
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0F1A9wA0hoEJAN6judgd0t0Sz/uploaded-1777412625550-zcr1h4om.jpg", imageAlt: "Tattoo studio aesthetic"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -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="http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512085.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D0F1A9wA0hoEJAN6judgd0t0Sz/uploaded-1777412749489-3o4tvvq9.jpg"
imageAlt="Artist portrait"
/>
</div>
@@ -80,28 +80,13 @@ export default function LandingPage() {
<div id="portfolio" data-section="portfolio">
<ProductCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
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."
@@ -139,31 +124,25 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
animationType="slide-up"
<TestimonialCardSix
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Alex R.", role: "Collector", testimonial: "The precision is unmatched. The bone detail feels alive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-bearded-male-with-tattooed-naked-torso-crossed-arms-sits-chair-dark-grey-background_613910-1780.jpg"},
id: "1", name: "Alex R.", handle: "@alexr", testimonial: "The precision is unmatched. The bone detail feels alive.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-thoughtful-bearded-male-with-tattooed-naked-torso-crossed-arms-sits-chair-dark-grey-background_613910-1780.jpg"},
{
id: "2", name: "Sam B.", role: "Client", testimonial: "Dark, ethereal, exactly what I envisioned.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-pointing-book-studying_23-2147737568.jpg"},
id: "2", name: "Sam B.", handle: "@samb", testimonial: "Dark, ethereal, exactly what I envisioned.", imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-pointing-book-studying_23-2147737568.jpg"},
{
id: "3", name: "Jordan P.", role: "Collector", testimonial: "Slater is an artist first, tattooist second.", imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-old-woman-wearing-hat_250224-37.jpg"},
{
id: "4", name: "Casey W.", role: "Client", testimonial: "So gentle yet so detailed. Incredible atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-creative-master-with-dreadlocks-is-working-new-peace-big-leg-tattoo-customer_613910-2923.jpg"},
{
id: "5", name: "Jamie M.", role: "Collector", testimonial: "I travel across the country for these lines.", imageSrc: "http://img.b2bpic.net/free-photo/crop-couple-holding-hands-belly_1153-2654.jpg"},
id: "3", name: "Jordan P.", handle: "@jordanp", testimonial: "Slater is an artist first, tattooist second.", imageSrc: "http://img.b2bpic.net/free-photo/black-white-photo-old-woman-wearing-hat_250224-37.jpg"},
]}
title="Client Experience"
description="What our clients are saying about the Slater experience."
description=""
/>
</div>
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={false}
<FaqSplitText
faqs={[
{
id: "f1", title: "How do I book?", content: "Use the contact form below and include your ideas, placement, and size."},
@@ -172,10 +151,10 @@ export default function LandingPage() {
{
id: "f3", title: "What is the deposit policy?", content: "A non-refundable deposit is required to secure all booking appointments."},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-tattoo-artist-doing-her-job_23-2149445982.jpg"
title="Studio Info"
description="Common questions about booking and maintenance."
faqsAnimation="slide-up"
sideTitle="Studio Info"
sideDescription="Common questions about booking and maintenance."
faqsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>

View File

@@ -11,7 +11,7 @@ html {
body {
background-color: var(--background);
color: var(--foreground);
font-family: var(--font-open-sans), sans-serif;
font-family: var(--font-inter), sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4,
h5,
h6 {
font-family: var(--font-inter), sans-serif;
font-family: var(--font-montserrat), sans-serif;
}

View File

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