Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e4627c153a | |||
| 5a80d1a5d0 | |||
| 918b66eb4b | |||
| 9330533f54 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
|||||||
description="Welcome to Canadian Guest House, where elegance meets comfort in every detail."
|
description="Welcome to Canadian Guest House, where elegance meets comfort in every detail."
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Stay", href: "/rooms" },
|
{ text: "Book Your Stay", href: "/rooms" },
|
||||||
{ text: "WhatsApp Us", href: "https://wa.me/1234567890" },
|
{ text: "WhatsApp Us", href: "https://wa.me/+923229000071" },
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
carouselItems={[
|
||||||
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=1", imageAlt: "Luxury Lobby" },
|
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=1", imageAlt: "Luxury Lobby" },
|
||||||
@@ -165,4 +165,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user