Merge version_1 into main #5
@@ -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.",
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user