From 5b851ff5f73629a699c2e1729d4f0bf3e665dd62 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 23:03:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e53c01..134abf8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { description="Fine dining, live music, club parties and unforgettable nights in Mathura. Molecule Mathura – Best Rooftop Restaurant." tag="Premium Rooftop Experience" tagIcon={Sparkles} - background={{ variant: "circleGradient" }} + background={{ variant: "sparkles-gradient" }} buttons={[ { text: "View Menu", href: "#menu" }, { text: "Reserve Table", href: "#reservation" } @@ -207,6 +207,7 @@ export default function LandingPage() { useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg" imageAlt="Elegant rooftop table setting" + mediaAnimation="none" mediaPosition="right" buttonText="Reserve Now" /> -- 2.49.1