From 041dff92ba955d85615b4fb5b01845debffc95fc Mon Sep 17 00:00:00 2001 From: development Date: Fri, 19 Dec 2025 22:20:58 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +} From 1958aa1707a464b8793873b25a24b0388cbd3480 Mon Sep 17 00:00:00 2001 From: development Date: Fri, 19 Dec 2025 22:20:58 +0000 Subject: [PATCH 2/2] 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 +}