File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ import HomeFeatures from "@/components/business/home-features";
44import HomeHero from "@/components/business/home-hero" ;
55import HomeMultiClouds from "@/components/business/home-multi-clouds" ;
66import HomeStats from "@/components/business/home-stats" ;
7- import HomeReviews from "@/components/business/reviews" ;
87import SoftwareLogos from "@/components/business/software-logos" ;
98import Subscribe from "@/components/business/subscribe" ;
109import { getDockerPulls } from "@/lib/docker" ;
@@ -44,7 +43,7 @@ export default async function HomePage() {
4443 < HomeStats />
4544 < HomeDifferents />
4645 < HomeMultiClouds />
47- < HomeReviews />
46+ { /* <HomeReviews /> */ }
4847 < GetStartedToday />
4948 { /* <HomeBlog /> */ }
5049 < Subscribe />
Original file line number Diff line number Diff line change @@ -125,3 +125,4 @@ export async function getLatestBlogPosts(limit = 3): Promise<BlogPost[]> {
125125 }
126126}
127127
128+
You can’t perform that action at this time.
0 commit comments