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 ContactSection from "@/components/sections/ContactSection"
|
||||||
|
import GallerySection from "@/components/sections/GallerySection"
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<HeroSection />
|
||||||
|
<AboutSection />
|
||||||
|
<ServicesSection />
|
||||||
|
<GallerySection />
|
||||||
|
<TestimonialsSection />
|
||||||
|
<ContactSection />
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user