Merge version_15_1782936746261 into main
Merge version_15_1782936746261 into main
This commit was merged in pull request #13.
This commit is contained in:
@@ -14,26 +14,17 @@ import ReviewsSection from './HomePage/sections/Reviews';
|
||||
import FaqSection from './HomePage/sections/Faq';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
|
||||
import PartnersSection from './HomePage/sections/Partners';export default function HomePage(): React.JSX.Element {
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<HeroSection />
|
||||
<PartnersSection />
|
||||
|
||||
<AboutSection />
|
||||
|
||||
<ServicesSection />
|
||||
|
||||
<MetricsSection />
|
||||
|
||||
<TeamSection />
|
||||
|
||||
<ReviewsSection />
|
||||
|
||||
<FaqSection />
|
||||
|
||||
<ContactSection />
|
||||
<>
|
||||
<HeroSection />
|
||||
<AboutSection />
|
||||
<ServicesSection />
|
||||
<MetricsSection />
|
||||
<TeamSection />
|
||||
<ReviewsSection />
|
||||
<FaqSection />
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user