21 Commits

Author SHA1 Message Date
58fbfa17fc Merge version_14 into main
Merge version_14 into main
2026-04-25 10:10:26 +00:00
5b1650526f Update theme fonts 2026-04-25 10:10:23 +00:00
248a0a9675 Update theme fonts 2026-04-25 10:10:23 +00:00
a0168efaf7 Merge version_14 into main
Merge version_14 into main
2026-04-25 10:10:20 +00:00
f4ed48fc80 Update theme fonts 2026-04-25 10:10:17 +00:00
36f548171b Update theme fonts 2026-04-25 10:10:17 +00:00
cd20d22830 Merge version_14 into main
Merge version_14 into main
2026-04-25 10:10:15 +00:00
5c0fad812f Update theme fonts 2026-04-25 10:10:12 +00:00
caf0d1ed98 Update theme fonts 2026-04-25 10:10:11 +00:00
68bfb33c66 Merge version_14 into main
Merge version_14 into main
2026-04-25 10:09:58 +00:00
747f78aa73 Update theme colors 2026-04-25 10:09:54 +00:00
bfbf8e4ce7 Merge version_13 into main
Merge version_13 into main
2026-04-25 10:09:26 +00:00
a3692c8bfb Merge version_12 into main
Merge version_12 into main
2026-04-25 10:09:21 +00:00
a73c8b4930 Merge version_11 into main
Merge version_11 into main
2026-04-25 10:09:17 +00:00
7a472f284c Merge version_10 into main
Merge version_10 into main
2026-04-25 10:08:32 +00:00
ec10f8a910 Merge version_9 into main
Merge version_9 into main
2026-04-25 10:08:27 +00:00
367fc23c28 Merge version_8 into main
Merge version_8 into main
2026-04-25 10:08:14 +00:00
9884a20dd0 Merge version_7 into main
Merge version_7 into main
2026-04-25 10:08:09 +00:00
6dfe535658 Merge version_6 into main
Merge version_6 into main
2026-04-25 10:07:43 +00:00
a17b3fb1ae Merge version_5 into main
Merge version_5 into main
2026-04-25 10:07:33 +00:00
e9cd75da08 Merge version_4 into main
Merge version_4 into main
2026-04-25 10:06:51 +00:00
2 changed files with 21 additions and 21 deletions

View File

@@ -6,20 +6,22 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Inter_Tight } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { title: 'VogueGrid | Curated Fashion & Apparel Store', description: 'Discover the latest trends at VogueGrid. Shop our exclusive collection of premium clothing, from everyday essentials to statement pieces. Elevate your style today.', openGraph: { title: 'VogueGrid | Curated Fashion & Apparel Store', description: 'Discover the latest trends at VogueGrid. Shop our exclusive collection of premium clothing, from everyday essentials to statement pieces. Elevate your style today.', type: 'website' } };
const interTight = Inter_Tight({
variable: "--font-inter-tight",
subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
export default function RootLayout({
children,
}: Readonly<{
@@ -28,9 +30,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<body className={`${interTight.variable} antialiased`}>
<Tag />
{children}
<script

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--background: #f6f0e9;
--card: #efe7dd;
--foreground: #2b180a;
--primary-cta: #2b180a;
--primary-cta-text: #f6f0e9;
--secondary-cta: #efe7dd;
--secondary-cta-text: #2b180a;
--accent: #94877c;
--background-accent: #afa094;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);