6 Commits

Author SHA1 Message Date
5714ac0ba1 Merge version_3 into main
Merge version_3 into main
2026-03-06 15:26:29 +00:00
6291dca877 Update src/app/page.tsx 2026-03-06 15:26:25 +00:00
e6e21f54ab Update src/app/layout.tsx 2026-03-06 15:26:25 +00:00
34d7c6c661 Merge version_2 into main
Merge version_2 into main
2026-03-06 15:24:20 +00:00
a9afed6197 Merge version_2 into main
Merge version_2 into main
2026-03-06 15:23:29 +00:00
e41dde8a6c Merge version_2 into main
Merge version_2 into main
2026-03-06 15:21:54 +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>