Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-16 16:06:57 +00:00
5 changed files with 67 additions and 28 deletions

View File

@@ -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}

View File

@@ -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}

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${interTight.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${interTight.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -40,4 +79,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -61,7 +61,7 @@ export default function HomePage() {
},
]}
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=1"
imageAlt="Ciriaco Hotel & Resort oceanfront view with pool"
mediaAnimation="slide-up"
imagePosition="right"
@@ -71,7 +71,7 @@ export default function HomePage() {
handle: "Traveler",
testimonial: "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",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-holding-passport_23-2149963921.jpg?_wi=1",
imageAlt: "Maria Santos testimonial",
},
{
@@ -79,7 +79,7 @@ export default function HomePage() {
handle: "Family Visitor",
testimonial: "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",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-warm-white-hoodie-home-kitchen-starts-her-day-with-cup-coffee_343596-7226.jpg?_wi=1",
imageAlt: "Juan Dela Cruz testimonial",
},
{
@@ -87,7 +87,7 @@ export default function HomePage() {
handle: "Business Traveler",
testimonial: "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",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-girl-drinking-hot-tea-coffee-cafe-with-her-cell-mobile-phone_1328-4274.jpg?_wi=1",
imageAlt: "Ana Rodriguez testimonial",
},
{
@@ -95,7 +95,7 @@ export default function HomePage() {
handle: "Couple",
testimonial: "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",
imageSrc: "http://img.b2bpic.net/free-photo/african-young-pretty-lady-walking-outdoors-beach_171337-16162.jpg?_wi=1",
imageAlt: "Carlos Reyes testimonial",
},
]}
@@ -165,7 +165,7 @@ export default function HomePage() {
content: "Start your day with our delicious breakfast service featuring local and international cuisine.",
},
]}
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=1"
imageAlt="Resort pool and sea view"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -200,7 +200,7 @@ export default function HomePage() {
price: "₱2,500/night",
rating: 4.5,
reviewCount: "180+ reviews",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg?_wi=1",
imageAlt: "Standard room with comfortable bed and modern furnishings",
},
{
@@ -210,7 +210,7 @@ export default function HomePage() {
price: "₱3,500/night",
rating: 4.8,
reviewCount: "220+ reviews",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2140.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2140.jpg?_wi=1",
imageAlt: "Deluxe room with premium amenities and sea view",
},
{
@@ -220,7 +220,7 @@ export default function HomePage() {
price: "₱4,800/night",
rating: 4.9,
reviewCount: "150+ reviews",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-couple-beach_23-2148656162.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-couple-beach_23-2148656162.jpg?_wi=1",
imageAlt: "Spacious family suite with multiple bedrooms",
},
]}

View File

@@ -66,7 +66,7 @@ export default function RoomsPage() {
price: "₱2,500/night",
rating: 4.5,
reviewCount: "180+ reviews",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-luxury-comfortable-white-pillow-blanket-decoration-interior-bedroom_74190-12644.jpg?_wi=2",
imageAlt: "Standard room with comfortable bed and modern furnishings",
},
{
@@ -76,7 +76,7 @@ export default function RoomsPage() {
price: "₱3,500/night",
rating: 4.8,
reviewCount: "220+ reviews",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2140.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pillow-bed_74190-2140.jpg?_wi=2",
imageAlt: "Deluxe room with premium amenities and sea view",
},
{
@@ -86,7 +86,7 @@ export default function RoomsPage() {
price: "₱4,800/night",
rating: 4.9,
reviewCount: "150+ reviews",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-couple-beach_23-2148656162.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-couple-beach_23-2148656162.jpg?_wi=2",
imageAlt: "Spacious family suite with multiple bedrooms",
},
]}
@@ -130,7 +130,7 @@ export default function RoomsPage() {
content: "Honeymoon packages, family packages, corporate rates, and group bookings available. Customized itineraries and special event planning services offered.",
},
]}
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=1"
imageAlt="Room service and breakfast amenities"
mediaAnimation="slide-up"
useInvertedBackground={true}