19 Commits

Author SHA1 Message Date
fcec5f09c4 Merge version_4 into main
Merge version_4 into main
2026-06-10 16:23:57 +00:00
494c5ff3f4 Update src/app/page.tsx 2026-06-10 16:23:54 +00:00
c80256369e Merge version_4 into main
Merge version_4 into main
2026-06-10 16:23:05 +00:00
86376810f0 Update src/app/page.tsx 2026-06-10 16:23:02 +00:00
2ced43c5ad Merge version_4 into main
Merge version_4 into main
2026-06-10 16:19:03 +00:00
fc19403445 Update theme fonts 2026-06-10 16:19:00 +00:00
dec1abcbe9 Update theme fonts 2026-06-10 16:19:00 +00:00
8f9fd7c1f1 Merge version_4 into main
Merge version_4 into main
2026-06-10 16:18:50 +00:00
ec2d353260 Update theme colors 2026-06-10 16:18:46 +00:00
aaa8e2b696 Merge version_3 into main
Merge version_3 into main
2026-06-10 16:18:45 +00:00
a0ad0597bc Update theme colors 2026-06-10 16:18:42 +00:00
f59d42efb3 Merge version_2 into main
Merge version_2 into main
2026-06-10 16:18:40 +00:00
441e9888cb Update theme colors 2026-06-10 16:18:37 +00:00
a422482fe3 Merge version_1 into main
Merge version_1 into main
2026-06-10 16:17:28 +00:00
a3cf5059a9 Merge version_1 into main
Merge version_1 into main
2026-06-10 16:16:39 +00:00
df2df08ca8 Merge version_1 into main
Merge version_1 into main
2026-06-10 16:15:47 +00:00
07b25e34c2 Merge version_1 into main
Merge version_1 into main
2026-06-10 16:14:08 +00:00
07d15b52d9 Merge version_1 into main
Merge version_1 into main
2026-06-10 16:12:47 +00:00
4b6a25ef35 Merge version_1 into main
Merge version_1 into main
2026-06-10 16:06:21 +00:00
4 changed files with 11 additions and 9 deletions

View File

@@ -7,6 +7,7 @@ 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 { Nunito_Sans } from "next/font/google"; import { Nunito_Sans } from "next/font/google";
import { Montserrat } from "next/font/google";
@@ -41,8 +42,9 @@ export const metadata: Metadata = {
}, },
}; };
const nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans", const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"], subsets: ["latin"],
}); });
@@ -54,7 +56,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${nunitoSans.variable} antialiased`}> <body className={`${montserrat.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{ {
text: "Hemen Randevu Al", href: "/contact"}, text: "Hemen Randevu Al", href: "/contact"},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ex5UXrq7wo5d34PD40QNS056fq/uploaded-1781107819671-3v0s0i89.png" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ex5UXrq7wo5d34PD40QNS056fq/uploaded-1781108629523-vt8e9hrl.png"
imageAlt="Lüks araç ve tamirhane görseli" imageAlt="Lüks araç ve tamirhane görseli"
/> />
</div> </div>

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

View File

@@ -13,12 +13,12 @@
--background: #0a0a0a; --background: #0a0a0a;
--card: #1a1a1a; --card: #1a1a1a;
--foreground: #ffffff; --foreground: #ffffff;
--primary-cta: #e63946; --primary-cta: #d2c54c;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #2a2a2a; --secondary-cta: #2a2a2a;
--secondary-cta-text: #ffffff; --secondary-cta-text: #ffffff;
--accent: #e63946; --accent: #c5c341;
--background-accent: #730a10; --background-accent: #bbb142;
/* 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);