achat-maison-albi-fr/src/pages/contact.astro

11 lines
428 B
Text
Raw Normal View History

---
// Import section components
import MainLayout from "../layouts/MainLayout.astro";
import ContactSection from "../components/ContactSection.astro";
---
<MainLayout title="Contact | ScrewFast" meta="ScrewFast offers top-tier hardware tools and expert construction services to meet all your project needs. Start exploring and contact our sales team for superior quality and reliability.">
<ContactSection />
</MainLayout>