8 Commits

Author SHA1 Message Date
fca8475769 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:20:03 +00:00
2601c79a52 Update theme colors 2026-03-05 13:19:57 +00:00
e5209e7b3f Merge version_2 into main
Merge version_2 into main
2026-03-05 13:15:22 +00:00
6667eed9ab Update src/app/page.tsx 2026-03-05 13:15:18 +00:00
91712cbea2 Update src/app/layout.tsx 2026-03-05 13:15:18 +00:00
c5fdb370bf Merge version_1 into main
Merge version_1 into main
2026-03-05 13:13:46 +00:00
7e0eb9c9b9 Merge version_1 into main
Merge version_1 into main
2026-03-05 13:12:56 +00:00
3f0f2ca885 Merge version_1 into main
Merge version_1 into main
2026-03-05 13:11:48 +00:00
3 changed files with 24 additions and 71 deletions

View File

@@ -1,74 +1,28 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Archivo } 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 archivo = Archivo({
variable: "--font-archivo",
subsets: ["latin"],
const geistMono = Geist_Mono({
variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Oxford Bar & Family Restaurant - Best Dining in Shahganj",
description: "Experience authentic Indian cuisine and warm hospitality at Oxford Bar & Family Restaurant in Shahganj. Open daily with dine-in, drive-through, and bar service.",
keywords: "restaurant in Shahganj, family restaurant, bar restaurant, best restaurant Azamgarh Road, Indian food, authentic cuisine",
metadataBase: new URL("https://www.oxfordbar-restaurant.com"),
alternates: {
canonical: "https://www.oxfordbar-restaurant.com",
},
robots: {
index: true,
follow: true,
},
openGraph: {
title: "Oxford Bar & Family Restaurant - Best Dining in Shahganj",
description: "Delicious food, refreshing drinks, and a comfortable place to enjoy time with family and friends.",
url: "https://www.oxfordbar-restaurant.com",
siteName: "Oxford Bar & Family Restaurant",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg",
alt: "Oxford Bar & Family Restaurant dining experience",
},
],
},
twitter: {
card: "summary_large_image",
title: "Oxford Bar & Family Restaurant",
description: "Best family dining in Shahganj with authentic Indian cuisine",
images: ["http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg"],
},
};
title: "Oxford Bar & Family Restaurant", description: "Best Family Restaurant in Shahganj"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${archivo.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={`${geist.variable} ${geistMono.variable}`}>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1436,7 +1390,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -52,7 +52,7 @@ export default function HomePage() {
tag="Welcome"
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now", href: "tel:+9105453358746" },
{ text: "Reserve Table", href: "tel:+9105453358746" },
{ text: "Get Directions", href: "https://maps.google.com/?q=Oxford+Bar+Restaurant+Azamgarh" },
]}
dashboard={{
@@ -244,4 +244,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #341f51;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #6139e6;
--background-accent: #b3a8e8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);