From 2a85ab01717d937f607520c6c9edf10db68d06f6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 00:34:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 323 +---------------------------------------------- 1 file changed, 4 insertions(+), 319 deletions(-) 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.

+
); } -- 2.49.1