From b37434b3db80b05519c53201c28de7205d70345e Mon Sep 17 00:00:00 2001 From: development Date: Mon, 12 Jan 2026 14:45:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e19ef45..ba9d175 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,6 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import ButtonExpandHover from '@/components/button/ButtonExpandHover'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; @@ -49,6 +50,12 @@ export default function LandingPage() { imageAlt="Professional acrylic nail designs showcasing intricate nail art" frameStyle="card" /> +
+ +
@@ -227,4 +234,4 @@ export default function LandingPage() {
); -} \ No newline at end of file +}