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 */}

{/* Background Image with Gradient Overlay */}

Golf Course

{/* 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 */}

)
}