From 1958aa1707a464b8793873b25a24b0388cbd3480 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 19 Dec 2025 22:20:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++++++++++++++++----- 1 file changed, 26 insertions(+), 5 deletions(-) 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 +}