diff --git a/src/app/page.tsx b/src/app/page.tsx index 2277a55..1b5d2d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,7 @@ -'use client'; +"use client"; -import { ThemeProvider } from '@/providers/ThemeProvider'; -import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; -import { Sparkles } from 'lucide-react'; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleMinimal from "@/components/navbar/NavbarStyleMinimal"; export default function Home() { return ( @@ -10,21 +9,24 @@ export default function Home() { defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="rounded" + contentWidth="medium" + sizing="medium" background="aurora" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" + headingFontWeight="normal" > - + -
- {/* Static image carousel replacement */} +
- {/* Grid of static images */}