diff --git a/src/app/page.tsx b/src/app/page.tsx index cf01759..db02ee4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,325 +1,10 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import FeatureCardTwentySeven from '@/components/sections/feature/FeatureCardTwentySeven'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import BlogCardThree from '@/components/sections/blog/BlogCardThree'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, Heart, Award, Check, Star, Zap, HelpCircle, BookOpen, Mail } from 'lucide-react'; - export default function LandingPage() { return ( - - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - -
+
+

Glowé Skincare

+

Skincare premium tanpa bahan kimia keras untuk kulit glowing yang sehat.

+
); }