Refactored the image URL in testimonials and reduced redundancy in the FeaturesStats and accordion components, enhancing code readability. Also, implemented dynamic id generation in the FAQ component, improving scalability and maintainability. Added new pages to the website and updated the meta information, improving SEO.
10 lines
428 B
Text
10 lines
428 B
Text
---
|
|
// 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>
|