From 5f3b0f1fec96ac6055635685a1aedf13a519841d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:17:14 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 20b75fe..fa1750a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -21,9 +21,11 @@ const sourceSans3 = Source_Sans_3({ export const metadata: Metadata = { title: "Northdale Golf Club - Premier Golf Course in Tampa", description: "Experience championship golf at Northdale Golf Club in Tampa. Join our leagues, book tee-times, and discover the best golfing community in the area.", keywords: "golf course Tampa, golf leagues, tee times, championship golf, Tampa Bay golf", openGraph: { - title: "Northdale Golf Club - Premier Golf Course in Tampa", description: "Experience championship golf at Northdale Golf Club in Tampa. Join our leagues, book tee-times, and discover the best golfing community in the area.", siteName: "Northdale Golf Club", type: "website"}, + title: "Northdale Golf Club - Premier Golf Course in Tampa", description: "Experience championship golf at Northdale Golf Club in Tampa. Join our leagues, book tee-times, and discover the best golfing community in the area.", siteName: "Northdale Golf Club", type: "website" + }, twitter: { - card: "summary_large_image", title: "Northdale Golf Club - Premier Golf Course in Tampa", description: "Experience championship golf at Northdale Golf Club in Tampa. Join our leagues, book tee-times, and discover the best golfing community in the area."}, + card: "summary_large_image", title: "Northdale Golf Club - Premier Golf Course in Tampa", description: "Experience championship golf at Northdale Golf Club in Tampa. Join our leagues, book tee-times, and discover the best golfing community in the area." + }, }; export default function RootLayout({ -- 2.49.1 From c2bf872b7815a34d06f6b20783229295184a62dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:17:14 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 357fa3b..8e0d3c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,8 +44,8 @@ export default function LandingPage() { title="Experience the Best Golf Course in Tampa" description="Join our premier 18-hole championship course. Enjoy world-class leagues, tournaments, and a community of passionate golfers." tag="Welcome to Northdale" - imageSrc="http://img.b2bpic.net/free-photo/golf-course-landscape_1388-96.jpg" - imageAlt="Beautiful Northdale Golf Course" + imageSrc="https://images.unsplash.com/photo-1535632066927-ab7c9ab60908?w=1200&h=600&fit=crop" + imageAlt="Northdale Golf Club Championship Course" textPosition="bottom-left" showBlur={true} showDimOverlay={false} -- 2.49.1