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