Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 22:38:04 +00:00
2 changed files with 9 additions and 39 deletions

View File

@@ -1,49 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "../styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Clubhouse Restaurant & Gym | Lebanese Food & Fitness", description: "Experience authentic Lebanese cuisine and premium fitness facilities at Clubhouse. Reserve your table, join our gym, or call +234 (812) 345-6789 today.", keywords: "Lebanese restaurant, family dining, authentic food, gym membership, fitness center, restaurant with gym", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Clubhouse Restaurant & Gym", description: "Authentic Lebanese Flavors. Premium Dining & Fitness Experience.", type: "website", siteName: "Clubhouse", images: [
{
url: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", alt: "Clubhouse Restaurant Interior"},
],
},
twitter: {
card: "summary_large_image", title: "Clubhouse Restaurant & Gym", description: "Authentic Lebanese cuisine and premium fitness facilities combined.", images: ["http://img.b2bpic.net/free-photo/azeri-set-mangal-cheese-vegetables-olives-pickles-top-view_141793-2322.jpg"],
},
};
title: "Clubhouse - Premium Dining & Fitness", description: "Experience authentic Lebanese flavors and premium gym facilities at Clubhouse"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1411,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -44,8 +44,8 @@ export default function LandingPage() {
logoText="CLUBHOUSE"
description="Authentic Lebanese Flavors. Premium Dining & Fitness Experience."
buttons={[
{ text: "📞 Call Now", href: "tel:+234812345678" },
{ text: "📅 Reserve Table", href: "#contact" }
{ text: "Call Now", href: "tel:+234812345678" },
{ text: "Reserve a Table", href: "#contact" }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/decorated-wedding-reception-venue-with-view-sea-through-windows_637285-1001.jpg", imageAlt: "Clubhouse restaurant interior" },