diff --git a/src/app/page.tsx b/src/app/page.tsx index 2501fe8..48c24d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,6 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/grateful-woman-having-presents-form-man_23-2147735757.jpg" imageAlt="Luxurious restaurant interior with gourmet dishes on tables" mediaAnimation="slide-up" - useInvertedBackground={false} imagePosition="right" /> @@ -187,7 +186,7 @@ export default function LandingPage() { { "text": "Call Us", "href": "tel:+1234567890" }, { "text": "Email Us", "href": "mailto:reservations@gourmethaven.com" } ]} - background={{ "variant": "glowing-orb" }} + background={{ "variant": "sparkles-gradient" }} useInvertedBackground={true} buttonAnimation="slide-up" /> @@ -205,7 +204,6 @@ export default function LandingPage() { { "title": "Legal", "items": [{ "label": "Privacy Policy", "href": "#" }, { "label": "Terms of Service", "href": "#" }] } ]} copyrightText="© 2024 Gourmet Haven. All rights reserved." - useInvertedBackground={false} />