Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-06 23:36:58 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
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."};
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,

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
description="Freshly made small plates and authentic falafel in the heart of Halden. Come for great food, stay for the friendly vibes. Perfect for quick lunch or casual dinner."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Call Now", href: "tel:+4746127565" },
{ text: "Order Now - Open Today", href: "tel:+4746127565" },
{ text: "Get Directions", href: "https://maps.google.com/?q=Berg+i+Østfold+262,+1789+Halden,+Norway" },
]}
layoutOrder="default"