Deploy
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
import HeroSection from "@/components/sections/HeroSection";
|
||||||
|
import ServicesSection from "@/components/sections/ServicesSection";
|
||||||
|
import AboutSection from "@/components/sections/AboutSection";
|
||||||
|
import TestimonialsSection from "@/components/sections/TestimonialsSection";
|
||||||
|
import GallerySection from "@/components/sections/GallerySection";
|
||||||
|
import ContactSection from "@/components/sections/ContactSection";
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<HeroSection />
|
||||||
|
<ServicesSection />
|
||||||
|
<AboutSection />
|
||||||
|
<GallerySection />
|
||||||
|
<TestimonialsSection />
|
||||||
|
<ContactSection />
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user