From f476d7ef4d8c8b2f99c255877ba198f9dcf01a86 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 02:41:01 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d3efa53..6dfa15f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Figtree } from "next/font/google"; export const metadata: Metadata = { - title: 'Lanova Arena | Elite Sports & Luxury Facilities', - description: 'Lanova Arena offers world-class Padel courts, professional football turf, and luxury lounge spaces. Experience premium sports in a refined, elite environment.', + title: 'Lanova Arena | Premium Padel & Football', + description: 'Book elite courts and experience high-performance sports at Lanova Arena.', openGraph: { "title": "Lanova Arena", "description": "The peak of luxury sports.", -- 2.49.1 From 56e10fe3990a1e7070c8e6ec62e2cce7b1132cca Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 02:41:01 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93de5c1..e273cfa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import { Coffee, Sparkles, Zap, Footprints, Target, Users } from "lucide-react"; +import { Zap, Target } from "lucide-react"; export default function LandingPage() { return ( @@ -100,6 +100,7 @@ export default function LandingPage() {