Merge version_3 into main #7

Merged
bender merged 2 commits from version_3 into main 2026-03-06 15:26:30 +00:00
2 changed files with 12 additions and 12 deletions

View File

@@ -1,13 +1,13 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./globals.css";
import type { Metadata } from 'next';
import { Inter } from 'next/font/google';
import './globals.css';
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ['latin'] });
export const metadata: Metadata = {
title: "KBC - North Indian Restaurant in Vijayapura", description: "Experience authentic North Indian cuisine at KBC. Premium butter chicken, paneer butter masala, tandoori specialties, and traditional biryani in Vijayapura."};
title: 'KBC - Authentic North Indian Cuisine',
description: 'Experience premium North Indian dining at KBC Restaurant in Vijayapura',
};
export default function RootLayout({
children,
@@ -16,7 +16,7 @@ export default function RootLayout({
}) {
return (
<html lang="en">
<body className={`${inter.variable}`}>{children}
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `

View File

@@ -247,13 +247,13 @@ export default function KBCRestaurantPage() {
tag="Get in Touch"
tagIcon={Mail}
tagAnimation="slide-up"
title="Connect with KBC"
description="Stay updated with our special offers, new dishes, and exclusive dining events. Join our food community today!"
title="Reserve Your Table & Get Offers"
description="Book a table at KBC and unlock exclusive dining offers. Enjoy premium North Indian cuisine with warm hospitality. Submit your email to receive reservation confirmations, special discounts, and updates on our latest dishes and events."
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
inputPlaceholder="Enter your email"
buttonText="Subscribe"
termsText="By subscribing, you agree to receive updates about our special offers and new dishes. We respect your privacy."
buttonText="Reserve Now"
termsText="By reserving, you agree to receive confirmation and offers. We respect your privacy."
/>
</div>