import Header from "@/components/Header"; import InnerBanner from "@/components/InnerBanner"; import ContactCTA from "@/components/ContactCTA"; import Footer from "@/components/Footer"; import { Metadata } from "next"; export const metadata: Metadata = { title: "Contact Us | Sky and Soil Real Estate", description: "Get in touch with Sky and Soil for inquiries about our premium properties in North Bengaluru. We are here to help you find your dream home.", }; export default function ContactPage() { return (
); }