Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user