From 9b648e862421e776147440e496ce7e0685c52e0a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 08:07:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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} /> -- 2.49.1