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({ 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}