import { HelmetProvider } from 'react-helmet-async';
import { Header } from '@/components/Header';
import { HeroSection } from '@/components/HeroSection';
import { ServicesSection } from '@/components/ServicesSection';
import { WhyChooseUsSection } from '@/components/WhyChooseUsSection';
import { ProcessSection } from '@/components/ProcessSection';
import { GallerySection } from '@/components/GallerySection';
import { AreasSection } from '@/components/AreasSection';
import { FAQSection } from '@/components/FAQSection';
import { ContactSection } from '@/components/ContactSection';
import { Footer } from '@/components/Footer';
import { StickyCTA } from '@/components/StickyCTA';
import { SEO } from '@/components/SEO';
const Index = () => {
return (
);
};
export default Index;