import Image from “next/image”
import { Button } from “@/components/ui/button”
import { Card } from “@/components/ui/card”
import { Calendar, Clock, Users, ChevronRight } from “lucide-react”
export default function Home() {
return (
{/* Hero Section with Background */}
19:00
2 Players
{/* Background Image with Gradient Overlay */}
{/* Header/Navigation */}
Laganview
Golf Centre
{/* Hero Content */}
{/* Feature Cards */}
{/* Entertainment Suite Card */}
Entertainment Suite
All about the Fun
{/* Driving Range Card */}
Driving Range
Practice made Perfect
{/* Parties & Groups Card */}
Parties & Groups
Team up, Tee off
{/* Booking Bar */}
19:00
2 Players
)
}

