Merge version_1_1783175127818 into main #1
18
src/App.tsx
18
src/App.tsx
@@ -1,20 +1,8 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarFloating from "@/components/ui/NavbarFloating";
|
||||
import NavbarFloating from '@/components/ui/NavbarFloating';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="solid"
|
||||
defaultTextAnimation="slide-up"
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
background="#0a0a0a"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="metallic"
|
||||
secondaryButtonStyle="layered"
|
||||
>
|
||||
<div className="min-h-screen bg-[#0a0a0a] text-white">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarFloating
|
||||
logo="RefAI"
|
||||
@@ -33,6 +21,6 @@ export default function LandingPage() {
|
||||
This foundation establishes routing, theme system, and core layout components.
|
||||
</p>
|
||||
</main>
|
||||
</ThemeProvider>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user