Update src/app/page.tsx
This commit is contained in:
@@ -71,7 +71,6 @@ export default function LandingPage() {
|
||||
{ text: "Book Your Stay", href: "#contact" },
|
||||
{ text: "Explore Our Rooms", href: "#accommodation" }
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,7 +197,7 @@ export default function LandingPage() {
|
||||
{ text: "Get in Touch", href: "https://hotelcollect.hu/contact/" }
|
||||
]}
|
||||
background={{
|
||||
variant: "glowing-orb"
|
||||
variant: "animated-grid"
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -214,7 +213,6 @@ export default function LandingPage() {
|
||||
{ items: [{ label: "Gallery", href: "#gallery" }, { label: "Contact Us", href: "#contact" }, { label: "Impressum", href: "https://hotelcollect.hu/impressum/" }, { label: "Privacy Policy", href: "https://hotelcollect.hu/privacy-policy/" }] },
|
||||
{ items: [{ label: "Terms and Conditions", href: "https://hotelcollect.hu/terms-and-conditions/" }, { label: "Guest Guide", href: "https://hotelcollect.hu/guest-guide/" }, { label: "Book Now", href: "https://hotelcollect.hu/reservation/" }] }
|
||||
]}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user