From 3d1368b239d9b6a7e51bc7adad953372eb69a044 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 14:55:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 50 +++++++++++++++++++++++++++++++----------------- 1 file changed, 32 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e31e25d..55d9cef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -168,7 +182,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Ready for Your Transformation?" description="Join thousands of patients who have experienced exceptional dental care. Sign up for our newsletter for exclusive tips, special offers, and dental health insights delivered directly to your inbox." - background={{ variant: "aurora" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/dentistry-team-office_1303-9359.jpg" imageAlt="Dental team" -- 2.49.1