Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-06 08:07:06 +00:00

View File

@@ -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"
/>
</div>
@@ -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}
/>
</div>
</main>