11 Commits

Author SHA1 Message Date
bc17890560 Merge version_3 into main
Merge version_3 into main
2026-04-03 14:24:34 +00:00
a069758754 Update theme fonts 2026-04-03 14:24:31 +00:00
abb28844b9 Update theme fonts 2026-04-03 14:24:31 +00:00
afe48bab21 Merge version_3 into main
Merge version_3 into main
2026-04-03 14:24:26 +00:00
cb6d4c43d9 Update theme fonts 2026-04-03 14:24:23 +00:00
e3ca58b08f Update theme fonts 2026-04-03 14:24:23 +00:00
568ed4409d Merge version_3 into main
Merge version_3 into main
2026-04-03 14:24:22 +00:00
620339c8eb Update theme colors 2026-04-03 14:24:17 +00:00
3e6811e818 Merge version_3 into main
Merge version_3 into main
2026-04-03 13:05:36 +00:00
a88277812f Update src/app/page.tsx 2026-04-03 13:05:30 +00:00
2d6ab76187 Merge version_2 into main
Merge version_2 into main
2026-04-03 13:04:06 +00:00
4 changed files with 27 additions and 25 deletions

View File

@@ -6,23 +6,27 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Archivo } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_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: "Webild components 2",
description: "Generated by create next app",
};
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
export default function RootLayout({
children,
}: Readonly<{
@@ -31,9 +35,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<body className={`${manrope.variable} ${dmSans.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -170,7 +170,7 @@ export default function LuxuryDentistPage() {
mediaPosition="right"
mediaAnimation="slide-up"
inputPlaceholder="Enter your email"
buttonText="Schedule My Consultation"
buttonText="Schedule My Exclusive Consultation"
termsText="We respect your privacy. Unsubscribe anytime. Your smile deserves the best care."
/>
</div>
@@ -209,4 +209,4 @@ export default function LuxuryDentistPage() {
</div>
</ThemeProvider>
);
}
}

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-dm-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-manrope), sans-serif;
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
--background: #fffefe;
--card: #f6f7f4;
--foreground: #080908;
--primary-cta: #0e3a29;
--primary-cta-text: #fffefe;
--secondary-cta: #e7eecd;
--secondary-cta-text: #080908;
--accent: #35c18b;
--background-accent: #ecebe4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);