From 07ff414abcf14b140ba0cf456bc8bbf208c553aa Mon Sep 17 00:00:00 2001 From: development Date: Fri, 19 Dec 2025 22:17:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 309 +---------------------------------------------- 1 file changed, 4 insertions(+), 305 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d8cc9d..e1e087f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,311 +1,10 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; -import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; -import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; -import BlogCardNine from '@/components/sections/blog/BlogCardNine'; -import ContactFaq from '@/components/sections/contact/ContactFaq'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Heart, Star, Mail } from "lucide-react"; - 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