Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c43b5595d4 | |||
| 88090bba9c | |||
| 32504f20a8 | |||
| 91398b587c |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -57,7 +57,10 @@ export default function LandingPage() {
|
||||
tag="About Us"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767457177791-mvsojj5m.jpg"
|
||||
imageAlt="Hotel lobby and facilities"
|
||||
buttons={[{ text: "Explore Rooms", href: "rooms" }]}
|
||||
buttons={[
|
||||
{ text: "Explore Rooms", href: "rooms" },
|
||||
{ text: "Check Availability", href: "contact" }
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user