fix: refactor homepage into dedicated home directory

This commit is contained in:
arraysid
2025-05-17 05:19:18 +07:00
parent 9548272340
commit 9df5bf8bbf
7 changed files with 4 additions and 4 deletions
@@ -1,7 +1,7 @@
import { getGlobalsCallToActionSection } from '../../services/get-globals-call-to-action-section';
import { getGlobalsCommunitiesSection } from '../../services/get-globals-communitues-section';
import { getGlobalsHeroSection } from '../../services/get-globals-hero-section';
import { getGlobalsTestimonialsSection } from '../../services/get-globals-testimonials-section';
import { getGlobalsCallToActionSection } from '../../../services/get-globals-call-to-action-section';
import { getGlobalsCommunitiesSection } from '../../../services/get-globals-communitues-section';
import { getGlobalsHeroSection } from '../../../services/get-globals-hero-section';
import { getGlobalsTestimonialsSection } from '../../../services/get-globals-testimonials-section';
import { CallToAction } from './_components/call-to-action';
import { Community } from './_components/community';
import { Hero } from './_components/hero';