15 Commits

Author SHA1 Message Date
b590d1e451 Merge version_5_1776681659086 into main
Merge version_5_1776681659086 into main
2026-04-20 13:39:06 +00:00
82a2dedddf Update src/app/page.tsx 2026-04-20 13:39:02 +00:00
3cd17e313e Merge version_5_1776681659086 into main
Merge version_5_1776681659086 into main
2026-04-20 10:41:15 +00:00
f29afa7845 Update theme fonts 2026-04-20 10:41:14 +00:00
b0ad6a874e Update theme fonts 2026-04-20 10:41:14 +00:00
0d3dba76b9 Update theme fonts 2026-04-20 10:41:11 +00:00
bf725621a3 Update theme fonts 2026-04-20 10:41:11 +00:00
48b6ab4fc8 Merge version_5_1776681659086 into main
Merge version_5_1776681659086 into main
2026-04-20 10:41:03 +00:00
d5d2962a59 Merge version_4_1776681656022 into main
Merge version_4_1776681656022 into main
2026-04-20 10:41:01 +00:00
1be6fbfeae Update theme colors 2026-04-20 10:41:00 +00:00
283cd4b021 Update theme colors 2026-04-20 10:40:57 +00:00
f7e335c9a5 Merge version_3_1776680162991 into main
Merge version_3_1776680162991 into main
2026-04-20 10:16:07 +00:00
5fd4007309 Merge version_2_1776680159837 into main
Merge version_2_1776680159837 into main
2026-04-20 10:16:05 +00:00
e96721bb43 Update theme colors 2026-04-20 10:16:04 +00:00
dc1f272428 Update theme colors 2026-04-20 10:16:01 +00:00
4 changed files with 23 additions and 15 deletions

View File

@@ -6,6 +6,7 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google"; import { Montserrat } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
@@ -19,8 +20,15 @@ export const metadata: Metadata = {
}, },
}; };
const montserrat = Montserrat({
variable: "--font-montserrat",
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"], subsets: ["latin"],
}); });
@@ -32,7 +40,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}> <body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
{children} {children}
<script <script

View File

@@ -61,7 +61,7 @@ export default function LandingPage() {
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars",
}} }}
title="Your Daily Ritual, Perfectly Brewed" title="Your Daily Ritjhjhjhual, Perfectly Brewed"
description="Artisan coffee crafted with passion, served in the heart of the community. Experience the difference of every bean." description="Artisan coffee crafted with passion, served in the heart of the community. Experience the difference of every bean."
buttons={[ buttons={[
{ {

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f6f0e9; --background: #fafffb;
--card: #efe7dd; --card: #f7fffa;
--foreground: #2b180a; --foreground: #001a0a;
--primary-cta: #2b180a; --primary-cta: #0a7039;
--primary-cta-text: #f6f0e9; --primary-cta-text: #fafffb;
--secondary-cta: #efe7dd; --secondary-cta: #ffffff;
--secondary-cta-text: #2b180a; --secondary-cta-text: #001a0a;
--accent: #94877c; --accent: #a8d9be;
--background-accent: #afa094; --background-accent: #6bbf8e;
/* 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);