diff --git a/src/app/page.tsx b/src/app/page.tsx index faffc7c..fcb8246 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="none" + background="circleGradient" cardStyle="inset" primaryButtonStyle="flat" secondaryButtonStyle="radial-glow" @@ -32,8 +32,8 @@ export default function LandingPage() { { name: "Menu", id: "menu" }, { name: "Atmosphere", id: "atmosphere" }, { name: "Accessibility", id: "accessibility" }, - { name: "Hours & Location", id: "contact" }, - { name: "Reserve Table", id: "https://wa.me/919898880027" } + { name: "Hours & Location", id: "hours" }, + { name: "Reserve Table", id: "contact" } ]} brandName="The Moon Cafe" bottomLeftText="Surat, Gujarat" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Celestial Luxury Café" tagIcon={Moon} tagAnimation="slide-up" - background={{ variant: "plain" }} + background={{ variant: "glowing-orb" }} leftCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/moroccan-red-east-light-culture_1203-4844.jpg", imageAlt: "Signature moon ceiling installation" @@ -247,7 +247,7 @@ export default function LandingPage() { tagAnimation="slide-up" title="Connect with The Moon Cafe" description="Experience celestial luxury firsthand. Reach out to reserve your table, inquire about special occasions, or discover our offerings. We're here to craft unforgettable moments." - background={{ variant: "plain" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={true} inputPlaceholder="Enter your email" buttonText="Get in Touch"