From ac83ec0e54590cbaead95b8344aefe36dca1fe3f Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:13:31 +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 c9c094c..c02628c 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: #0f0f00e6;; - --primary-cta: #ffae00;; - --secondary-cta: #ffffff;; - --accent: #ffcf40;; - --background-accent: #ffcf40;; + --background: #0a0a0a; + --card: #1d0d1d; + --foreground: #f0e6ff; + --primary-cta: #b366ff; + --secondary-cta: #1a0a29; + --accent: #59437b; + --background-accent: #6b28d9; /* 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-playfair-display), 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-playfair-display), sans-serif; + font-family: var(--font-inter-tight), sans-serif; } \ No newline at end of file -- 2.49.1 From 0c8e52427b6da7524742a831193e04a1b70f2ef4 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:13:32 +0000 Subject: [PATCH 2/3] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da386ec..d34d58a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -10,8 +10,8 @@ const playfairDisplay = Playfair_Display({ }); export const metadata: Metadata = { - title: "BrewMoment - Specialty Coffee & Pastries", - description: "Discover exceptional specialty coffee and freshly baked pastries at BrewMoment. Handcrafted drinks, premium beans, and cozy atmosphere.", + title: "1 - Specialty Coffee & Pastries", + description: "Discover exceptional specialty coffee and freshly baked pastries at 1. Handcrafted drinks, premium beans, and cozy atmosphere.", keywords: "coffee shop, specialty coffee, espresso, barista, cafe, pastries", metadataBase: new URL("http://localhost:3000"), alternates: { @@ -22,10 +22,10 @@ export const metadata: Metadata = { follow: true }, openGraph: { - title: "BrewMoment - Specialty Coffee & Pastries", - description: "Discover exceptional specialty coffee and freshly baked pastries at BrewMoment.", + title: "1 - Specialty Coffee & Pastries", + description: "Discover exceptional specialty coffee and freshly baked pastries at 1.", type: "website", - siteName: "BrewMoment" + siteName: "1" } }; -- 2.49.1 From f6db8d61f389ed005aeb417fe8285ab4ff6346ac Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:13:33 +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 587c56a..3d5c2c3 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 NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal"; @@ -30,7 +30,7 @@ export default function LandingPage() { >