Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-03-17 13:47:05 +00:00
4 changed files with 64 additions and 26 deletions

View File

@@ -1,24 +1,60 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Nunito_Sans } 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 { Nunito_Sans } 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 nunitoSans = Nunito_Sans({
variable: "--font-nunito-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Shiva Tourist Dhaba - Authentic North Indian Restaurant in Murthal",
description: "Experience authentic North Indian cuisine at Shiva Tourist Dhaba in Murthal, Haryana. Fresh parathas, butter chicken, lassi, and traditional dhaba favorites since 1995.",
keywords: "dhaba, restaurant, murthal, haryana, north indian food, parathas, butter chicken, authentic cuisine",
metadataBase: new URL("https://shivadhabamurthal.com"),
alternates: {
canonical: "https://shivadhabamurthal.com",
},
openGraph: {
title: "Shiva Tourist Dhaba - Authentic Taste of Murthal",
description: "Join us for authentic North Indian dining experience. Fresh ingredients, traditional recipes, and warm hospitality.",
siteName: "Shiva Tourist Dhaba",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/set-qutabs-with-various-filling_140725-2889.jpg",
alt: "Shiva Tourist Dhaba - Authentic Parathas",
},
],
},
twitter: {
card: "summary_large_image",
title: "Shiva Tourist Dhaba - Authentic North Indian Restaurant",
description: "Experience the warmth and authentic flavors of traditional North Indian cuisine in Murthal.",
images: ["http://img.b2bpic.net/free-photo/chicken-red-curry-bowl-with-dried-chilies-basil-cucumber-long-beans_1150-27059.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +63,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${nunitoSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${nunitoSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +77,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -132,7 +132,7 @@ export default function LocationPage() {
handle: "Travel Enthusiast",
testimonial: "The best parathas I've ever had! Been coming here for years, and the quality never disappoints. The staff treats you like family.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg?_wi=2",
imageAlt: "indian man portrait smiling happy",
},
{
@@ -141,7 +141,7 @@ export default function LocationPage() {
handle: "Food Blogger",
testimonial: "Authentic taste, genuine warmth, and value for money. This is how a true dhaba experience should be. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=2",
imageAlt: "indian woman portrait smiling happy",
},
{
@@ -150,7 +150,7 @@ export default function LocationPage() {
handle: "Business Traveler",
testimonial: "A perfect stop on my highway journey. The dal makhani and butter chicken are exceptional. Fast service despite the crowds.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-buttoning-his-blazer_114579-18983.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-buttoning-his-blazer_114579-18983.jpg?_wi=2",
imageAlt: "indian man business portrait professional",
},
{
@@ -159,7 +159,7 @@ export default function LocationPage() {
handle: "Family Visit",
testimonial: "Took my kids here and they loved it! The lassi is refreshing, and the whole atmosphere feels so welcoming and homely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=2",
imageAlt: "indian woman family portrait smiling",
},
{
@@ -168,7 +168,7 @@ export default function LocationPage() {
handle: "Regular Customer",
testimonial: "The consistency is incredible. Every visit feels special. Their chole bhature is hands-down the best in Murthal!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-21002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-21002.jpg?_wi=2",
imageAlt: "indian man portrait regular customer",
},
{
@@ -177,7 +177,7 @@ export default function LocationPage() {
handle: "Local Resident",
testimonial: "A gem in Murthal! The food is delicious, prices are fair, and the hospitality is genuine. This is where we celebrate every occasion.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148204710.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148204710.jpg?_wi=2",
imageAlt: "indian woman local resident portrait",
},
]}

View File

@@ -257,7 +257,7 @@ export default function HomePage() {
handle: "Travel Enthusiast",
testimonial: "The best parathas I've ever had! Been coming here for years, and the quality never disappoints. The staff treats you like family.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg?_wi=1",
imageAlt: "indian man portrait smiling happy",
},
{
@@ -266,7 +266,7 @@ export default function HomePage() {
handle: "Food Blogger",
testimonial: "Authentic taste, genuine warmth, and value for money. This is how a true dhaba experience should be. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=1",
imageAlt: "indian woman portrait smiling happy",
},
{
@@ -275,7 +275,7 @@ export default function HomePage() {
handle: "Business Traveler",
testimonial: "A perfect stop on my highway journey. The dal makhani and butter chicken are exceptional. Fast service despite the crowds.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-buttoning-his-blazer_114579-18983.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-buttoning-his-blazer_114579-18983.jpg?_wi=1",
imageAlt: "indian man business portrait professional",
},
{
@@ -284,7 +284,7 @@ export default function HomePage() {
handle: "Family Visit",
testimonial: "Took my kids here and they loved it! The lassi is refreshing, and the whole atmosphere feels so welcoming and homely.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=1",
imageAlt: "indian woman family portrait smiling",
},
{
@@ -293,7 +293,7 @@ export default function HomePage() {
handle: "Regular Customer",
testimonial: "The consistency is incredible. Every visit feels special. Their chole bhature is hands-down the best in Murthal!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-21002.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman_1098-21002.jpg?_wi=1",
imageAlt: "indian man portrait regular customer",
},
{
@@ -302,7 +302,7 @@ export default function HomePage() {
handle: "Local Resident",
testimonial: "A gem in Murthal! The food is delicious, prices are fair, and the hospitality is genuine. This is where we celebrate every occasion.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148204710.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148204710.jpg?_wi=1",
imageAlt: "indian woman local resident portrait",
},
]}

View File

@@ -93,7 +93,7 @@ export default function ReviewsPage() {
"The best parathas I've ever had! Been coming here for years, and the quality never disappoints. The staff treats you like family.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg",
"http://img.b2bpic.net/free-photo/closeup-happy-bearded-man-suit-laughing-smiling-standing-white-background_1258-155212.jpg?_wi=3",
imageAlt: "indian man portrait smiling happy",
},
{
@@ -104,7 +104,7 @@ export default function ReviewsPage() {
"Authentic taste, genuine warmth, and value for money. This is how a true dhaba experience should be. Highly recommended!",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg",
"http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=3",
imageAlt: "indian woman portrait smiling happy",
},
{
@@ -115,7 +115,7 @@ export default function ReviewsPage() {
"A perfect stop on my highway journey. The dal makhani and butter chicken are exceptional. Fast service despite the crowds.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/businessman-black-suit-buttoning-his-blazer_114579-18983.jpg",
"http://img.b2bpic.net/free-photo/businessman-black-suit-buttoning-his-blazer_114579-18983.jpg?_wi=3",
imageAlt: "indian man business portrait professional",
},
{
@@ -126,7 +126,7 @@ export default function ReviewsPage() {
"Took my kids here and they loved it! The lassi is refreshing, and the whole atmosphere feels so welcoming and homely.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg",
"http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=3",
imageAlt: "indian woman family portrait smiling",
},
{
@@ -137,7 +137,7 @@ export default function ReviewsPage() {
"The consistency is incredible. Every visit feels special. Their chole bhature is hands-down the best in Murthal!",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/confident-businessman_1098-21002.jpg",
"http://img.b2bpic.net/free-photo/confident-businessman_1098-21002.jpg?_wi=3",
imageAlt: "indian man portrait regular customer",
},
{
@@ -148,7 +148,7 @@ export default function ReviewsPage() {
"A gem in Murthal! The food is delicious, prices are fair, and the hospitality is genuine. This is where we celebrate every occasion.",
rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148204710.jpg",
"http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148204710.jpg?_wi=3",
imageAlt: "indian woman local resident portrait",
},
]}