diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a61836a..4ca8c74 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1272,4 +1272,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index e1e087f..08eed66 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,10 +1,31 @@ "use client"; +import { ThemeProvider } from "@/components/providers/ThemeProvider"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; + export default function LandingPage() { return ( -
-

Aline's Labubu Collection

-

Welcome to my beautiful collection of labubu figures from Spain.

-
+ +
+ +
+
); -} \ No newline at end of file +}