Merge version_1 into main #1
@@ -108,7 +108,7 @@ export default function AboutPage() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306742.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306742.jpg?_wi=3"
|
||||
imageAlt="Rustic Mediterranean textured background"
|
||||
logoText="Kofini Tavern"
|
||||
columns={[
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Libre_Baskerville } from "next/font/google";
|
||||
|
||||
import "./globals.css";
|
||||
import "@/lib/gsap-setup";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
@@ -8,19 +10,35 @@ import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
title: "Kofini Tavern | Authentic Cypriot Cuisine in Limassol", description: "Experience the best authentic Cypriot cuisine in Limassol at Kofini Tavern. Fresh local ingredients, family recipes, warm hospitality. Reserve your table!", keywords: "Kofini Tavern, Cypriot cuisine, Limassol restaurant, authentic food, Cyprus tavern, Mediterranean dining, best restaurants Limassol", openGraph: {
|
||||
title: "Kofini Tavern | Authentic Cypriot Cuisine in Limassol", description: "Experience the best authentic Cypriot cuisine in Limassol at Kofini Tavern. Fresh local ingredients, family recipes, warm hospitality. Reserve your table!", url: "https://kofinitavern.com", siteName: "Kofini Tavern", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/woman-pouring-vinegar-into-dushbara-dumplings-soup-side-view_140725-12765.jpg", alt: "Kofini Tavern food spread"
|
||||
}
|
||||
],
|
||||
type: "website"
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image", title: "Kofini Tavern | Authentic Cypriot Cuisine in Limassol", description: "Experience the best authentic Cypriot cuisine in Limassol at Kofini Tavern. Fresh local ingredients, family recipes, warm hospitality. Reserve your table!", images: ["http://img.b2bpic.net/free-photo/woman-pouring-vinegar-into-dushbara-dumplings-soup-side-view_140725-12765.jpg"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true
|
||||
}
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
@@ -32,7 +50,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
className={`${libreBaskerville.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
@@ -45,4 +63,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -88,7 +88,7 @@ export default function MenuPage() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306742.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306742.jpg?_wi=2"
|
||||
imageAlt="Rustic Mediterranean textured background"
|
||||
logoText="Kofini Tavern"
|
||||
columns={[
|
||||
|
||||
@@ -137,7 +137,7 @@ export default function HomePage() {
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306742.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-fractal-geometric-figure-background-with-texture_1194-306742.jpg?_wi=1"
|
||||
imageAlt="Rustic Mediterranean textured background"
|
||||
logoText="Kofini Tavern"
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user