From 16eaedd92dbfef2b70dfa0b4775946185448d4e4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 16:02:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 945937c..357615c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { CheckCircle, Leaf, Recycle, Shield, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -125,7 +124,7 @@ export default function LandingPage() { useInvertedBackground={false} background={{ variant: "plain" }} title="Join Our Beauty Journey" - description="Join 50k+ customers and get 10% off your first order" + description="Join 50k+ customers and get 10% off your first order. Link your account today at WooCommerce." mediaAnimation="slide-up" /> -- 2.49.1