Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-08 15:39:49 +00:00
2 changed files with 13 additions and 46 deletions

View File

@@ -1,54 +1,22 @@
import type { Metadata } from "next";
import { Montserrat } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import './globals.css';
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {
title: "Hotel Narayan Niwas Ayodhya - Rooms Near Ram Mandir | Budget Hotel", description: "Affordable homestay in Ayodhya near Ram Mandir. Clean rooms, family-friendly, 24/7 support. Book now or call +91 99194 57172. Starting ₹2,500/night.", keywords: "hotel Ayodhya, budget hotel near Ram Mandir, homestay Ayodhya, affordable rooms, pilgrimage accommodation, Hotel Narayan Niwas", metadataBase: new URL("https://hotelnarayanniwas.com"),
alternates: {
canonical: "https://hotelnarayanniwas.com"
},
openGraph: {
title: "Hotel Narayan Niwas - Comfortable Stay Near Ram Mandir", description: "Experience affordable, clean accommodation in Ayodhya. Perfect for families and pilgrims visiting sacred temples.", url: "https://hotelnarayanniwas.com", siteName: "Hotel Narayan Niwas", images: [
{
url: "https://hotelnarayanniwas.com/og-image.jpg", alt: "Hotel Narayan Niwas Ayodhya exterior view"
}
],
type: "website"
},
twitter: {
card: "summary_large_image", title: "Hotel Narayan Niwas - Budget Hotel in Ayodhya", description: "Clean, comfortable rooms near Ram Mandir. Affordable rates for pilgrims. Call +91 99194 57172", images: ["https://hotelnarayanniwas.com/twitter-image.jpg"]
},
robots: {
index: true,
follow: true
}
title: 'Hotel Narayan Niwas | Budget Hotel in Ayodhya Near Ram Mandir',
description: 'Affordable homestay rooms for families and pilgrims visiting Ayodhya. Located steps away from sacred temples with warm hospitality and clean accommodations.',
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${montserrat.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1416,7 +1384,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -95,13 +95,13 @@ export default function LandingPage() {
<ProductCardFour
products={[
{
id: "standard", name: "Standard Room", price: "₹2,500 - ₹3,000", variant: "Perfect for single travelers", imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-tourist-shows-two-plane-tickets-passport-travels-holiday-goes-vacation-packs-suitcases_1258-314244.jpg", imageAlt: "Standard hotel room with bed and amenities"
id: "standard", name: "Standard Room", price: "₹2,500 - ₹3,000", variant: "Perfect for single travelers and budget-conscious guests", imageSrc: "http://img.b2bpic.net/free-photo/image-handsome-young-man-tourist-shows-two-plane-tickets-passport-travels-holiday-goes-vacation-packs-suitcases_1258-314244.jpg", imageAlt: "Standard hotel room with bed and amenities"
},
{
id: "family", name: "Family Room", price: "₹3,500 - ₹4,500", variant: "Ideal for families of 3-4", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-girl-meditating-bed_23-2149101645.jpg", imageAlt: "Spacious family room with multiple beds"
id: "family", name: "Family Room", price: "₹3,500 - ₹4,500", variant: "Most Popular - Ideal for families of 3-4. Best value for group travelers", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-girl-meditating-bed_23-2149101645.jpg", imageAlt: "Spacious family room with multiple beds"
},
{
id: "deluxe", name: "Deluxe Room", price: "₹4,500 - ₹5,500", variant: "Premium comfort and space", imageSrc: "http://img.b2bpic.net/free-photo/lonely-bride-sits-bed-large-hotel-room_8353-7215.jpg", imageAlt: "Luxurious deluxe room with premium furnishings"
id: "deluxe", name: "Deluxe Room", price: "₹4,500 - ₹5,500", variant: "Premium comfort and space with upgraded amenities", imageSrc: "http://img.b2bpic.net/free-photo/lonely-bride-sits-bed-large-hotel-room_8353-7215.jpg", imageAlt: "Luxurious deluxe room with premium furnishings"
}
]}
title="Our Rooms"