From 36bf4b96aff510a4e6af55278b408725a6439144 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:45:13 +0000 Subject: [PATCH 1/3] Update src/app/globals.css --- src/app/globals.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/globals.css b/src/app/globals.css index cd544e6..ae5715c 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -6,8 +6,8 @@ --background: #0a0a0a; --card: #1a1a1a; - --foreground: #fffef5e6; - --primary-cta: #facc15; + --foreground: #fff0f0e6; + --primary-cta: #ff3d4a; --secondary-cta: #1a1a1a; --accent: #737373; --background-accent: #737373; @@ -495,7 +495,7 @@ html { body { background-color: var(--background); color: var(--foreground); - font-family: var(--font-poppins), 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-poppins), sans-serif; + font-family: var(--font-inter-tight), sans-serif; } \ No newline at end of file From f19a3a1322fe46bf25537b389dde7f4594bb8567 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:45:14 +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 d577919..f5acb3c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,22 +11,22 @@ const poppins = Poppins({ }); export const metadata: Metadata = { - title: "2 - Premium Specialty Coffee", - description: "Discover exceptional specialty coffee at 2. Premium beans, expert baristas, welcoming atmosphere.", + title: "3 - Premium Specialty Coffee", + description: "Discover exceptional specialty coffee at 3. Premium beans, expert baristas, welcoming atmosphere.", keywords: ["specialty coffee", "coffee shop", "espresso", "cafe", "artisan coffee"], robots: { index: true, follow: true, }, openGraph: { - title: "2 - Premium Specialty Coffee", - description: "Discover exceptional specialty coffee at 2", - siteName: "2", + title: "3 - Premium Specialty Coffee", + description: "Discover exceptional specialty coffee at 3", + siteName: "3", type: "website", images: [ { url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766749013962-htnou8d4.jpg", - alt: "2 coffee", + alt: "3 coffee", }, ], }, From b42502ecfb07af12244d37c2aa519a551ff40d6e Mon Sep 17 00:00:00 2001 From: development Date: Fri, 26 Dec 2025 11:45:14 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4bcded4..4a33ed2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; @@ -26,7 +26,7 @@ export default function LandingPage() { >