--- import { Image } from "astro:assets"; import { Phone, Mail, MapPin, ArrowRight, Instagram, Facebook, Share2 } from "lucide-react"; const currentYear = new Date().getFullYear(); const services = [ { label: "Interior Painting", href: "/contact" }, { label: "Exterior Painting", href: "/contact" }, { label: "Deck Restoration", href: "/contact" }, { label: "Handyman Services", href: "/contact" }, ]; const company = [ { label: "Our Expertise", href: "#services" }, { label: "Service Areas", href: "#areas" }, { label: "Contact Us", href: "/contact" }, { label: "About Our Craft", href: "#why-us" }, ]; ---