diff --git a/src/app/page.tsx b/src/app/page.tsx index 488ae63..54f788b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="mediumLarge" - background="floatingGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="layered" @@ -43,7 +43,7 @@ export default function LandingPage() { description="Experience authentic flavors and warm hospitality at Mayabazar Restaurant. Join thousands of satisfied customers who love our affordable family dining." tag="Trusted Local Restaurant" tagIcon={Star} - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} kpis={[ { value: "4.1★", label: "Guest Rating" }, { value: "12K+", label: "Reviews" }, @@ -80,7 +80,7 @@ export default function LandingPage() { buttons={[{ text: "View Full Menu", href: "#popular-dishes" }]} mediaAnimation="blur-reveal" imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/young-smiling-woman-her-friends-sitting-dining-table-praying-before-meal_637285-10330.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-smiling-woman-her-friends-sitting-dining-table-praying-before-meal_637285-10330.jpg" imageAlt="Family dining at Mayabazar" /> @@ -88,12 +88,12 @@ export default function LandingPage() {