Deploy
This commit is contained in:
@@ -0,0 +1,13 @@
|
|||||||
|
import GalleryBannerSection from "@/components/sections/GalleryBannerSection";
|
||||||
|
import FirmLifeGallerySection from "@/components/sections/FirmLifeGallerySection";
|
||||||
|
import ConsultationCTASection from "@/components/sections/ConsultationCTASection";
|
||||||
|
|
||||||
|
export default function GalleryPage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<GalleryBannerSection />
|
||||||
|
<FirmLifeGallerySection />
|
||||||
|
<ConsultationCTASection />
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user