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 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" } }; 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() { >