6 Commits

Author SHA1 Message Date
984a0a2a99 Update theme fonts 2026-04-19 15:12:36 +00:00
d8ef2f936b Update theme fonts 2026-04-19 15:12:35 +00:00
0e36211c8e Update theme fonts 2026-04-19 15:12:13 +00:00
e97bdde033 Update theme fonts 2026-04-19 15:12:13 +00:00
fc90cad803 Update src/app/page.tsx 2026-04-19 15:03:02 +00:00
1fa4c841e2 Update theme colors 2026-04-19 15:02:05 +00:00
4 changed files with 20 additions and 15 deletions

View File

@@ -7,6 +7,8 @@ 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 { Public_Sans } from "next/font/google"; import { Public_Sans } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { Lato } from "next/font/google";
@@ -20,9 +22,12 @@ export const metadata: Metadata = {
}, },
}; };
const publicSans = Public_Sans({
variable: "--font-public-sans",
const lato = Lato({
variable: "--font-lato",
subsets: ["latin"], subsets: ["latin"],
weight: ["100", "300", "400", "700", "900"],
}); });
export default function RootLayout({ export default function RootLayout({
@@ -33,7 +38,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${publicSans.variable} antialiased`}> <body className={`${lato.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -111,7 +111,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ {
id: "p1", badge: "Başlangıç", price: "1.500 TL", subtitle: "Temel Beslenme Danışmanlığı", features: [ id: "p1", badge: "Başlangıç", price: "2.500 TL", subtitle: "Temel Beslenme Danışmanlığı", features: [
"1 Seans", "Vücut Analizi", "Kişisel Plan"], "1 Seans", "Vücut Analizi", "Kişisel Plan"],
}, },
{ {

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-public-sans), sans-serif; font-family: var(--font-lato), 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-public-sans), sans-serif; font-family: var(--font-lato), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #ffffff;
--card: #1a1a1a; --card: #f9f9f9;
--foreground: #f5f5f5; --foreground: #000612e6;
--primary-cta: #ffdf7d; --primary-cta: #15479c;
--primary-cta-text: #0a0a0a; --primary-cta-text: #ffffff;
--secondary-cta: #1a1a1a; --secondary-cta: #f9f9f9;
--secondary-cta-text: #ffffff; --secondary-cta-text: #000612e6;
--accent: #b8860b; --accent: #e2e2e2;
--background-accent: #8b6914; --background-accent: #c4c4c4;
/* 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);