Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-06 09:59:14 +00:00
2 changed files with 47 additions and 43 deletions

View File

@@ -1,57 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { Geist, Geist_Mono } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
const geist = Geist({
variable: "--font-geist-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans", subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Patne Restaurant & Event Lawn in Khed - Indian Dining & Weddings", description: "Experience authentic veg & non-veg Indian cuisine at Patne Restaurant in Khed. Spacious event lawn perfect for weddings, receptions & celebrations. Open until 11:30 PM. 4.2★ rated.", keywords: "restaurant in khed maharashtra, best veg non veg restaurant in khed, event lawn in khed, wedding lawn in khed, Indian restaurant, catering services, patne restaurant", metadataBase: new URL("https://patnerestaurant.com"),
alternates: {
canonical: "https://patnerestaurant.com"},
openGraph: {
title: "Patne Restaurant & Event Lawn - Authentic Indian Dining", description: "Premier Indian restaurant in Khed with spacious lawn for weddings and events. Veg & non-veg specialties.", url: "https://patnerestaurant.com", siteName: "Patne Restaurant", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg", alt: "Patne Restaurant Interior"},
],
},
twitter: {
card: "summary_large_image", title: "Patne Restaurant & Event Lawn - Khed", description: "Authentic Indian cuisine & premium event hosting in Khed, Maharashtra", images: ["http://img.b2bpic.net/free-photo/restaurant-interior_1127-3394.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Patne Restaurant", description: "Authentic Indian cuisine and premium event hosting venue"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1419,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -205,7 +205,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Visit Us Today"
description="Patne Lawn and Restaurants\nShivneri Nagar Bharne, Bharana Naka Khed Road\nNear Babu Arts, Vanipeth, Khed, Maharashtra 415621\n\nOpen until 11:30 PM | ⭐ 4.2 Google Rating (280 reviews)\nPrice Range: ₹200₹400 per person"
description="Get in touch with us for inquiries, reservations, or event bookings."
inputs={[
{
name: "phone", type: "tel", placeholder: "Your Phone Number", required: true,
@@ -224,7 +224,41 @@ export default function LandingPage() {
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Get in Touch"
className="contact-section-with-info"
descriptionClassName="contact-info-below-title"
contentClassName="contact-content-wrapper"
formCardClassName="contact-form-card-inner"
/>
<div className="contact-info-grid" style={{
display: "grid", gridTemplateColumns: "repeat(auto-fit, minmax(250px, 1fr))", gap: "2rem", padding: "2rem", marginBottom: "2rem", textAlign: "center"
}}>
<div className="contact-info-card">
<div style={{ fontSize: "1.5rem", marginBottom: "0.5rem" }}>📍 Location</div>
<p style={{ fontSize: "0.95rem", lineHeight: "1.6" }}>
Shivneri Nagar Bharne, Bharana Naka Khed Road
<br />
Near Babu Arts, Vanipeth, Khed, Maharashtra 415621
</p>
</div>
<div className="contact-info-card">
<div style={{ fontSize: "1.5rem", marginBottom: "0.5rem" }}> Hours</div>
<p style={{ fontSize: "0.95rem", lineHeight: "1.6" }}>
Open Daily
<br />
Until 11:30 PM
</p>
</div>
<div className="contact-info-card">
<div style={{ fontSize: "1.5rem", marginBottom: "0.5rem" }}> Rating</div>
<p style={{ fontSize: "0.95rem", lineHeight: "1.6" }}>
4.2 Google Rating
<br />
280+ Reviews
<br />
Price: 200400/person
</p>
</div>
</div>
</div>
<div id="footer" data-section="footer">