Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-06 23:30:17 +00:00
2 changed files with 8 additions and 47 deletions

View File

@@ -1,58 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Poppins } 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 inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const poppins = Poppins({
variable: "--font-poppins", subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Falafilo - Fresh Falafel & Small Plates in Halden", description: "Authentic falafel and Mediterranean small plates in Halden, Norway. Fresh daily, kerbside pickup available. 5-star rated. Call +47 46 12 75 65.", keywords: "falafel Halden, restaurant Halden, cheap food Halden, falafel near me, small plates Norway, Mediterranean food", metadataBase: new URL("https://falafilo.no"),
alternates: {
canonical: "https://falafilo.no"},
openGraph: {
title: "Falafilo - Fresh Falafel & Small Plates in Halden", description: "Experience authentic falafel and Mediterranean small plates at Falafilo. 5-star rated, fresh daily, kerbside pickup available.", url: "https://falafilo.no", siteName: "Falafilo", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3459.jpg", alt: "Falafilo restaurant interior"},
],
},
twitter: {
card: "summary_large_image", title: "Falafilo - Fresh Falafel & Small Plates in Halden", description: "Authentic falafel and Mediterranean small plates. 5-star rated. Order now!", images: ["http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3459.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Falafilo - Fresh Small Plates & Authentic Falafel in Halden", description: "Discover authentic falafel and fresh small plates in Halden. Quick service, friendly vibes, perfect for lunch or casual dinner."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1420,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -151,8 +151,8 @@ export default function LandingPage() {
imageAlt="Falafilo food preparation"
mediaAnimation="opacity"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Contact Us"
inputPlaceholder="Your phone number"
buttonText="Call Us Now"
termsText="We'll get back to you within 24 hours. Your information is safe with us."
tagAnimation="slide-up"
/>