Compare commits
2 Commits
2c74b1a2fd
...
0c232f80cd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0c232f80cd | ||
|
|
effa7f8f2f |
@ -5,7 +5,6 @@ import AboutUsComponent from "@/components/about.us.component";
|
||||
import OurSpecialitiesComponent from "@/components/our.specialities.component";
|
||||
import ContactUsComponent from "@/components/contact.us.component";
|
||||
import PricingComponent from "@/components/pricing.component";
|
||||
import FeedbackComponent from "@/components/feedbackComponent";
|
||||
import BlogPostsComponent from "@/components/blog.posts.component";
|
||||
import FooterComponent from "@/components/footer.component";
|
||||
import SubscribeComponent from "@/components/subscribe.component";
|
||||
@ -27,7 +26,6 @@ export default async function Home() {
|
||||
blogs,
|
||||
subscribeNow,
|
||||
footer,
|
||||
feedbacks
|
||||
} = pageData;
|
||||
|
||||
return (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user