Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8d62275a8 | |||
| cca01cb896 | |||
| 05cf0106f1 | |||
| 67c062dc7c | |||
| 4519957176 |
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -71,7 +71,7 @@ export default function LandingPage() {
|
||||
<MetricCardEleven
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "4.2★", title: "Guest Rating", description: "Trusted by families and pilgrims", imageSrc: "http://img.b2bpic.net/free-photo/young-crazy-man-happy-expression_1194-1931.jpg", imageAlt: "happy family smiling satisfied customers"
|
||||
id: "1", value: "4.2★", title: "Guest Rating", description: "Trusted by families and pilgrims", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfW639r2A1Hmq3MrVhHZmvnuRy/uploaded-1772984809216-3b1pve5f.jpg", imageAlt: "happy family smiling satisfied customers"
|
||||
},
|
||||
{
|
||||
id: "2", value: "24/7", title: "Customer Support", description: "Always ready to help your stay", imageSrc: "http://img.b2bpic.net/free-photo/paying-drink-with-smartphone_1098-13282.jpg", imageAlt: "hotel staff receptionist helping guests"
|
||||
@@ -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: "₹1,500 - ₹2,000", variant: "Perfect for single travelers and budget-conscious guests", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfW639r2A1Hmq3MrVhHZmvnuRy/uploaded-1772985038614-8wwf1b2t.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: "₹2,500 - ₹3,500", variant: "Most Popular - Ideal for families of 3-4. Best value for group travelers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfW639r2A1Hmq3MrVhHZmvnuRy/uploaded-1772985214126-eltcuqjy.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: "₹3,500 - ₹4,500", variant: "Premium comfort and space with upgraded amenities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfW639r2A1Hmq3MrVhHZmvnuRy/uploaded-1772985291829-5i7pmpub.jpg", imageAlt: "Luxurious deluxe room with premium furnishings"
|
||||
}
|
||||
]}
|
||||
title="Our Rooms"
|
||||
@@ -157,10 +157,10 @@ export default function LandingPage() {
|
||||
description="Hotel Narayan Niwas is strategically located in Tulsi Nagar, Ayodhya, just minutes away from Ram Mandir, Hanuman Garhi, and Kanak Bhawan. Our convenient location makes visiting sacred temples effortless."
|
||||
tag="Strategic Location"
|
||||
metrics={[
|
||||
{ value: "2 min", title: "Walk to Ram Mandir" },
|
||||
{ value: "8 min", title: "Walk to Ram Mandir" },
|
||||
{ value: "5 min", title: "Drive to Hanuman Garhi" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-shot-eltz-castle-surrounded-by-trees-wierschem-germany_181624-3193.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AfW639r2A1Hmq3MrVhHZmvnuRy/uploaded-1772985391888-sjngkzfa.jpg"
|
||||
imageAlt="Aerial view of Hotel Narayan Niwas location near Ram Mandir"
|
||||
useInvertedBackground={true}
|
||||
mediaAnimation="slide-up"
|
||||
@@ -208,8 +208,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
logoText="होटल नारायण निवास"
|
||||
copyrightText="© 2025 Hotel Narayan Niwas | Ayodhya"
|
||||
logoText=""
|
||||
copyrightText="© 2023 Hotel Narayan Niwas | Ayodhya"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links", items: [
|
||||
|
||||
Reference in New Issue
Block a user