Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-22 18:15:59 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
description="Welcome to Canadian Guest House, where elegance meets comfort in every detail."
buttons={[
{ text: "Book Your Stay", href: "/rooms" },
{ text: "WhatsApp Us", href: "https://wa.me/1234567890" },
{ text: "WhatsApp Us", href: "https://wa.me/+923229000071" },
]}
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" },
@@ -165,4 +165,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}