Merge version_1 into main #5

Merged
bender merged 2 commits from version_1 into main 2026-04-11 21:49:52 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -11,8 +11,8 @@ import { Playfair_Display, Inter } from "next/font/google";
export const metadata: Metadata = {
title: 'Iloilo Stay | Luxury Feel, Budget Smart',
description: 'Affordable comfort in the heart of Iloilo City. Clean, convenient, and stylish rooms for modern travelers.',
title: 'Iloilo Stay | Affordable Comfort in Iloilo City',
description: 'Experience luxury feel without the luxury price at Iloilo Stay. Your boutique hotel choice in the heart of Iloilo City.',
openGraph: {
"title": "Iloilo Stay",
"description": "Experience Iloilo with smart luxury.",

View File

@@ -30,9 +30,10 @@ export default function LandingPage() {
<NavbarStyleCentered
brandName="Iloilo Stay"
navItems={[
{ name: "Rooms", id: "#rooms" },
{ name: "Location", id: "#location" },
{ name: "Gallery", id: "#gallery" }
{ name: "Rooms", id: "rooms" },
{ name: "Location", id: "location" },
{ name: "Gallery", id: "gallery" },
{ name: "Contact", id: "contact" }
]}
/>
</div>