Update src/app/page.tsx

This commit is contained in:
2026-06-03 16:50:03 +00:00
parent f1885f833b
commit c9623f2812

View File

@@ -54,7 +54,6 @@ export default function LandingPage() {
imageAlt="gourmet plated meal restaurant setting"
imagePosition="right"
fixedMediaHeight={true}
useInvertedBackground={true}
ariaLabel="Hero section"
/>
</div>
@@ -146,7 +145,7 @@ export default function LandingPage() {
buttons={[
{ text: "Book Now", href: "#" }
]}
background={{ variant: "glowing-orb" }}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
ariaLabel="Contact section"
/>
@@ -161,7 +160,6 @@ export default function LandingPage() {
{ title: "Connect", items: [{ label: "Contact", href: "#contact" }, { label: "Blog", href: "#blog" }, { label: "Privacy Policy", href: "#" }] }
]}
copyrightText="© 2024 Foo NESCO. All rights reserved."
useInvertedBackground={false}
ariaLabel="Site footer"
/>
</div>