Fix header & format

This commit is contained in:
2026-03-28 11:36:03 -05:00
parent 4f51359b8c
commit b285b6f9e7
23 changed files with 31307 additions and 85 deletions

View File

@@ -3,7 +3,9 @@
import type { Metadata, Viewport } from 'next';
import NextError from 'next/error';
import { Geist, Geist_Mono } from 'next/font/google';
import '@/app/(frontend)/styles.css';
import { useEffect } from 'react';
import Footer from '@/components/layout/footer';
import Header from '@/components/layout/header';
@@ -12,6 +14,7 @@ import { env } from '@/env';
import { generateMetadata } from '@/lib/metadata';
import * as Sentry from '@sentry/nextjs';
import PlausibleProvider from 'next-plausible';
import { Button, ThemeProvider, Toaster } from '@gib/ui';
export const metadata: Metadata = generateMetadata();