8 Commits

Author SHA1 Message Date
520be886a2 Update src/app/page.tsx 2026-06-04 06:00:17 +00:00
7687ff7ece Update src/app/page.tsx 2026-06-04 04:34:33 +00:00
397fabbdb1 Update theme fonts 2026-06-04 04:24:05 +00:00
a1a2eec317 Update theme fonts 2026-06-04 04:24:05 +00:00
3e4ac457d0 Update theme fonts 2026-06-04 04:23:54 +00:00
d0f5959726 Update theme fonts 2026-06-04 04:23:54 +00:00
59d0adbf88 Update theme colors 2026-06-04 04:23:40 +00:00
3881888b21 Update theme colors 2026-06-04 04:23:31 +00:00
4 changed files with 23 additions and 22 deletions

View File

@@ -6,23 +6,26 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Libre_Baskerville } from "next/font/google";
import { Open_Sans } 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 = {
title: 'Elite Dental Care | Luxury Dentistry',
description: 'Experience unparalleled luxury and precision dentistry. Our elite practice offers bespoke treatments in a serene, sophisticated environment for discerning patients.',
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export default function RootLayout({
children,
}: Readonly<{
@@ -31,9 +34,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<body className={`${inter.variable} ${openSans.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -177,7 +177,7 @@ export default function LuxuryDentistPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Luxury Dental Care California"
logoText="Empire Dental Clinic."
copyrightText="© 2025 Luxury Dental Care | Premium Dentistry Since 2005"
columns={[
{

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fafffb;
--background: #f5faff;
--card: #ffffff;
--foreground: #001a0a;
--primary-cta: #0a705f;
--primary-cta-text: #fafffb;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbfb8;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);