diff --git a/src/app/amenities/page.tsx b/src/app/amenities/page.tsx index 6cf926f..881d5a2 100644 --- a/src/app/amenities/page.tsx +++ b/src/app/amenities/page.tsx @@ -138,7 +138,7 @@ export default function AmenitiesPage() { content: "Start your day with our delicious breakfast service featuring local and international cuisine. Available daily from 6:00 AM to 10:00 AM.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/hammocks-placed-row_1203-1361.jpg" + imageSrc="http://img.b2bpic.net/free-photo/hammocks-placed-row_1203-1361.jpg?_wi=2" imageAlt="Resort pool and sea view" mediaAnimation="slide-up" useInvertedBackground={false} @@ -182,7 +182,7 @@ export default function AmenitiesPage() { content: "Equipped meeting rooms and event spaces available for conferences, weddings, corporate events, and private celebrations.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-breakfast-table-with-red-tablecloth-fried-eggs-cheese-cheese-cucumbers-tomatoes-lettuce-coffee_176474-2483.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-breakfast-table-with-red-tablecloth-fried-eggs-cheese-cheese-cucumbers-tomatoes-lettuce-coffee_176474-2483.jpg?_wi=2" imageAlt="Hotel breakfast buffet dining room" mediaAnimation="slide-up" useInvertedBackground={true} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 70f6185..3341334 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -97,7 +97,7 @@ export default function ContactPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/elegant-brunette-female-sexy-dress-posing-stylish-beach-restaurant-asian-style-full-lenght_273443-3190.jpg" + imageSrc="http://img.b2bpic.net/free-photo/elegant-brunette-female-sexy-dress-posing-stylish-beach-restaurant-asian-style-full-lenght_273443-3190.jpg?_wi=2" imageAlt="Ciriaco Hotel & Resort oceanfront view with pool" mediaAnimation="slide-up" imagePosition="right" @@ -109,7 +109,7 @@ export default function ContactPage() { "The sea view was breathtaking and the staff was incredibly welcoming. Highly recommend!", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg", + "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg?_wi=2", }, { name: "Juan Dela Cruz", @@ -118,7 +118,7 @@ export default function ContactPage() { "Perfect place for families. The pool is amazing and the rooms are spotless.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/young-woman-warm-white-hoodie-home-kitchen-starts-her-day-with-cup-coffee_343596-7226.jpg", + "http://img.b2bpic.net/free-photo/young-woman-warm-white-hoodie-home-kitchen-starts-her-day-with-cup-coffee_343596-7226.jpg?_wi=2", }, { name: "Ana Rodriguez", @@ -127,7 +127,7 @@ export default function ContactPage() { "Reliable Wi-Fi, free parking, and excellent service. Great value for money.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-drinking-hot-tea-coffee-cafe-with-her-cell-mobile-phone_1328-4274.jpg", + "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-drinking-hot-tea-coffee-cafe-with-her-cell-mobile-phone_1328-4274.jpg?_wi=2", }, { name: "Carlos Reyes", @@ -136,7 +136,7 @@ export default function ContactPage() { "Romantic, clean, and peaceful. We'll definitely come back for our anniversary.", rating: 5, imageSrc: - "http://img.b2bpic.net/free-photo/african-young-pretty-lady-walking-outdoors-beach_171337-16162.jpg", + "http://img.b2bpic.net/free-photo/african-young-pretty-lady-walking-outdoors-beach_171337-16162.jpg?_wi=2", }, ]} testimonialRotationInterval={5000} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9b64f44..8af10dd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,18 +1,22 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Inter_Tight } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Inter_Tight } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const interTight = Inter_Tight({ variable: "--font-inter-tight", @@ -20,6 +24,39 @@ const interTight = Inter_Tight({ weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); +export const metadata: Metadata = { + title: "Ciriaco Hotel & Resort - Calbayog City, Samar | Book Now", + description: "Luxury beachfront hotel in Calbayog City with outdoor pool, free Wi-Fi, and stunning Samar Sea views. Book your stay today or call (055) 209 6521.", + keywords: "hotel Calbayog City, resort Samar, beachfront accommodation, luxury hotel Philippines, pool resort, sea view hotel", + metadataBase: new URL("https://ciriacohotel.com"), + alternates: { + canonical: "https://ciriacohotel.com", + }, + openGraph: { + title: "Ciriaco Hotel & Resort - Your Perfect Seaside Escape", + description: "Experience luxury and comfort at our beachfront resort in Calbayog City. Premium rooms, outdoor pool, and unforgettable sea views.", + url: "https://ciriacohotel.com", + siteName: "Ciriaco Hotel & Resort", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/elegant-brunette-female-sexy-dress-posing-stylish-beach-restaurant-asian-style-full-lenght_273443-3190.jpg", + alt: "Ciriaco Hotel & Resort oceanfront view", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Ciriaco Hotel & Resort - Luxury Beachfront Stay", + description: "Book your perfect getaway at our seaside resort in Calbayog City.", + images: ["http://img.b2bpic.net/free-photo/elegant-brunette-female-sexy-dress-posing-stylish-beach-restaurant-asian-style-full-lenght_273443-3190.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -28,7 +65,9 @@ export default function RootLayout({ return ( - + {children}