9 Commits

Author SHA1 Message Date
1315c17fbf Update theme fonts 2026-05-30 19:17:41 +00:00
a0a3086010 Update theme fonts 2026-05-30 19:17:41 +00:00
93cc07767c Update theme fonts 2026-05-30 19:17:35 +00:00
c01ee19744 Update theme fonts 2026-05-30 19:17:35 +00:00
e0b466c0bf Update theme fonts 2026-05-30 19:17:20 +00:00
0ef4809034 Update theme fonts 2026-05-30 19:17:19 +00:00
8f3cd73020 Update theme colors 2026-05-30 19:16:52 +00:00
6a6a5d0abc Update theme colors 2026-05-30 19:16:12 +00:00
641827ea18 Update theme colors 2026-05-30 19:15:49 +00:00
3 changed files with 20 additions and 17 deletions

View File

@@ -6,23 +6,28 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Inter_Tight } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Barber Chop VIP: Elite Grooming & Styling', title: 'Barber Chop VIP: Elite Grooming & Styling',
description: 'Indulge in the ultimate grooming experience at Barber Chop VIP. Discover sophisticated styles, premium services, and an exclusive atmosphere designed for the modern gentleman.', description: 'Indulge in the ultimate grooming experience at Barber Chop VIP. Discover sophisticated styles, premium services, and an exclusive atmosphere designed for the modern gentleman.',
}; };
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -31,9 +36,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag /> <Tag />
{children} {children}
<script <script

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #080000; --background: #cbb7b7;
--card: #1e0d0d; --card: #1e0d0d;
--foreground: #ffe6e6; --foreground: #ffe6e6;
--primary-cta: #ff7a7a; --primary-cta: #ff7a7a;
--primary-cta-text: #000000; --primary-cta-text: #000000;
--secondary-cta: #661313; --secondary-cta: #661313;
--secondary-cta-text: #ffe6e6; --secondary-cta-text: #ffe6e6;
--accent: #7b4242; --accent: #ffcf00;
--background-accent: #65292c; --background-accent: #824245;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);