From 84c2b4c494cff8e4bd1ce47a4f65d8b7353a0e4c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 10:12:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 02b2cf0..94bf4b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { title="Reveal Your Best Skin & Hair" description="Advanced Skin, Hair & Aesthetic Treatments Designed To Help You Look And Feel Your Best." tag="Udaipur's Premier Aesthetic Clinic" - tagIcon="Star" + tagIcon={Star} buttons={[ { text: "Book Appointment", href: "#contact" }, { text: "WhatsApp Now", href: "https://wa.me/919571920736" }, @@ -78,14 +78,13 @@ export default function LandingPage() { ]} useInvertedBackground={false} textboxLayout="default" - animationType="none" showCard={false} />
@@ -199,7 +198,7 @@ export default function LandingPage() {