From f7e96ddf9febfd7fd60396552f427b3fc0273db2 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:40:00 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index 547cef1..282492b 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -4,13 +4,13 @@ /* Base units */ /* --vw is set by ThemeProvider */ - --background: #ffffff;; - --card: #fcfcfc;; - --foreground: #00120ae6;; - --primary-cta: #15ad59;; - --secondary-cta: #ffffff;; - --accent: #e2e2e2;; - --background-accent: #c4c4c4;; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f0fce6; + --primary-cta: #b366ff; + --secondary-cta: #1a1a1a; + --accent: #737373; + --background-accent: #737373; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); @@ -495,7 +495,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-source-code-pro), sans-serif; + font-family: var(--font-inter-tight), sans-serif; position: relative; min-height: 100vh; overscroll-behavior: none; @@ -508,5 +508,5 @@ h3, h4, h5, h6 { - font-family: var(--font-source-code-pro), sans-serif; + font-family: var(--font-inter-tight), sans-serif; } \ No newline at end of file From d27d7d27d1f5eaaa795831f240e6bd04c8064a8f Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:40:01 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b3cf8f4..ae3586e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,22 +10,22 @@ const sourceCodePro = Source_Code_Pro({ }); export const metadata: Metadata = { - title: "Brew Haven - Premium Specialty Coffee", - description: "Discover exceptional specialty coffee at Brew Haven. Premium beans, expert baristas, welcoming atmosphere.", + title: "1 - Premium Specialty Coffee", + description: "Discover exceptional specialty coffee at 1. Premium beans, expert baristas, welcoming atmosphere.", keywords: ["specialty coffee", "coffee shop", "espresso", "cafe", "artisan coffee"], robots: { index: true, follow: true, }, openGraph: { - title: "Brew Haven - Premium Specialty Coffee", - description: "Discover exceptional specialty coffee at Brew Haven", - siteName: "Brew Haven", + title: "1 - Premium Specialty Coffee", + description: "Discover exceptional specialty coffee at 1", + siteName: "1", type: "website", images: [ { url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg", - alt: "Brew Haven coffee", + alt: "1 coffee", }, ], }, From 9f597ff3d6d077f5d28f2b45e7bca4df8c2f1ab0 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:40:01 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76de7f2..37a3506 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -26,7 +26,7 @@ export default function LandingPage() { >