Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-24 08:56:16 +00:00
3 changed files with 25 additions and 37 deletions

View File

@@ -81,12 +81,12 @@ export default function EventsPage() {
tag="Special Occasions & Catering"
tagIcon={PartyPopper}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg", imageAlt: "Elegant Event Setup" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg", imageAlt: "Catering Food Display" }
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=2", imageAlt: "Elegant Event Setup" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg?_wi=2", imageAlt: "Catering Food Display" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg", imageAlt: "Guests Enjoying Event" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg", imageAlt: "Exquisite Catering Dish" }
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg?_wi=2", imageAlt: "Guests Enjoying Event" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg?_wi=2", imageAlt: "Exquisite Catering Dish" }
]}
background={{ variant: "plain" }}
carouselPosition="right"
@@ -129,7 +129,7 @@ export default function EventsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/modern-coffee-shop-interior-with-flat-design_23-2147905684.jpg"
imageSrc="http://img.b2bpic.net/free-vector/modern-coffee-shop-interior-with-flat-design_23-2147905684.jpg?_wi=2"
imageAlt="Restaurant exterior at night"
columns={footerColumns}
logoText="Patiaala House"

View File

@@ -1,5 +1,5 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Public_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
@@ -7,46 +7,34 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const publicSans = Public_Sans({
variable: "--font-public-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: 'Patiaala House Restaurant | Authentic North Indian Dining in Vikaspuri',
description: 'Experience fine dining with rich flavors & warm hospitality at Patiaala House. Best North Indian restaurant in West Delhi for families & food enthusiasts.',
keywords: ["North Indian restaurant, Vikaspuri, West Delhi, family restaurant, butter chicken, tandoori, fine dining, Indian food, Patiaala House"],
title: "Patiaala House Restaurant | Authentic North Indian Dining in Vikaspuri", description: "Experience fine dining with rich flavors & warm hospitality at Patiaala House. Best North Indian restaurant in West Delhi for families & food enthusiasts.", keywords: ["North Indian restaurant", "Vikaspuri", "West Delhi", "family restaurant", "butter chicken", "tandoori", "fine dining", "Indian food", "Patiaala House"],
metadataBase: new URL("https://www.patiaalarestaurant.com"),
openGraph: {
"title": "Patiaala House Restaurant",
"description": "Authentic North Indian Dining in Vikaspuri, Delhi. Reserve your table or order online today!",
"url": "https://www.patiaalarestaurant.com",
"siteName": "Patiaala House Restaurant",
"images": [
title: "Patiaala House Restaurant", description: "Authentic North Indian Dining in Vikaspuri, Delhi. Reserve your table or order online today!", url: "https://www.patiaalarestaurant.com", siteName: "Patiaala House Restaurant", images: [
{
"url": "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg",
"alt": "Signature Butter Chicken"
url: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg", alt: "Signature Butter Chicken"
}
],
"type": "website"
type: "website"
},
twitter: {
"card": "summary_large_image",
"title": "Patiaala House Restaurant",
"description": "Authentic North Indian Dining in Vikaspuri, Delhi. Reserve your table or order online today!",
"images": [
card: "summary_large_image", title: "Patiaala House Restaurant", description: "Authentic North Indian Dining in Vikaspuri, Delhi. Reserve your table or order online today!", images: [
"http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg"
]
},
robots: {
"index": true,
"follow": true
},
index: true,
follow: true
}
};
export default function RootLayout({
@@ -58,7 +46,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
className={`${publicSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
@@ -71,4 +59,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -93,14 +93,14 @@ export default function HomePage() {
]}
avatarText="4.5 rating (1.5K+ reviews)"
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg", imageAlt: "Signature Butter Chicken" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg", imageAlt: "Fresh Tandoori Chicken" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-food-frame-with-copy-space_23-2148747669.jpg?_wi=1", imageAlt: "Signature Butter Chicken" },
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034044.jpg?_wi=1", imageAlt: "Fresh Tandoori Chicken" },
{ imageSrc: "http://img.b2bpic.net/free-photo/seafood-fajitas-prawns-vegetables-cheese-lavash-green-salad-sour-cream-side-view_141793-2478.jpg", imageAlt: "Delicious Dal Makhani" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg", imageAlt: "Warm Restaurant Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-hall-with-bright-color-sitting-furniturs-panoramic-windows_114579-1521.jpg?_wi=1", imageAlt: "Warm Restaurant Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg", imageAlt: "Elegant Dining Setting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg", imageAlt: "Cozy Restaurant Ambiance" }
{ imageSrc: "http://img.b2bpic.net/free-photo/handsome-men-restaurant_1157-45877.jpg?_wi=1", imageAlt: "Cozy Restaurant Ambiance" }
]}
background={{ variant: "plain" }}
carouselPosition="right"
@@ -199,7 +199,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-vector/modern-coffee-shop-interior-with-flat-design_23-2147905684.jpg"
imageSrc="http://img.b2bpic.net/free-vector/modern-coffee-shop-interior-with-flat-design_23-2147905684.jpg?_wi=1"
imageAlt="Restaurant exterior at night"
columns={footerColumns}
logoText="Patiaala House"