13 Commits

Author SHA1 Message Date
12770b0ccc Update src/app/styles/variables.css 2026-02-18 16:37:06 +00:00
00fbb6983d Update src/app/shop/page.tsx 2026-02-18 16:37:05 +00:00
23c51ab060 Update src/app/shop/[id]/page.tsx 2026-02-18 16:37:04 +00:00
fa0c2d1096 Update src/app/page.tsx 2026-02-18 16:37:04 +00:00
764a398356 Update src/app/layout.tsx 2026-02-18 16:37:03 +00:00
71bf474d69 Update src/app/blog/page.tsx 2026-02-18 16:37:02 +00:00
0f302cbf5f Merge version_5 into main
Merge version_5 into main
2026-02-18 16:31:23 +00:00
b466c9e65f Update src/app/styles/variables.css 2026-02-18 16:31:18 +00:00
476eac78dd Update src/app/layout.tsx 2026-02-18 16:31:17 +00:00
aa3d5a3d76 Merge version_4 into main
Merge version_4 into main
2026-02-18 16:18:52 +00:00
a103c39ef9 Merge version_4 into main
Merge version_4 into main
2026-02-18 16:18:41 +00:00
e837a437f2 Merge version_4 into main
Merge version_4 into main
2026-02-18 16:18:31 +00:00
2508ebfb12 Merge version_4 into main
Merge version_4 into main
2026-02-18 16:06:59 +00:00
6 changed files with 22 additions and 53 deletions

View File

@@ -69,4 +69,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -3,12 +3,6 @@ import { Archivo } from "next/font/google";
import "./globals.css"; import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { Public_Sans } from "next/font/google";
import { Inter } from "next/font/google";
const archivo = Archivo({ const archivo = Archivo({
variable: "--font-archivo", subsets: ["latin"], variable: "--font-archivo", subsets: ["latin"],
@@ -36,33 +30,6 @@ export const metadata: Metadata = {
} }
}; };
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -71,7 +38,9 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${publicSans.variable} ${inter.variable} antialiased`}> <body
className={archivo.variable}
>
<Tag /> <Tag />
{children} {children}
@@ -1359,4 +1328,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

View File

@@ -244,4 +244,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -233,4 +233,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -107,4 +107,4 @@ export default function ShopPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #f5f4ef;; /* --background: #010912;;
--card: #dad6cd;; --card: #152840;;
--foreground: #2a2928;; --foreground: #e6f0ff;;
--primary-cta: #2a2928;; --primary-cta: #cee7ff;;
--secondary-cta: #efe7dd;; --secondary-cta: #0e1a29;;
--accent: #ffffff;; --accent: #3f5c79;;
--background-accent: #c6b180;; */ --background-accent: #004a93;; */
--background: #f5f4ef;; --background: #010912;;
--card: #dad6cd;; --card: #152840;;
--foreground: #2a2928;; --foreground: #e6f0ff;;
--primary-cta: #2a2928;; --primary-cta: #cee7ff;;
--secondary-cta: #efe7dd;; --secondary-cta: #0e1a29;;
--accent: #ffffff;; --accent: #3f5c79;;
--background-accent: #c6b180;; --background-accent: #004a93;;
/* 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);