first commit
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import PageBanner from '../components/Common/PageBanner';
|
||||
import Footer from '../components/_App/Footer';
|
||||
import OurExpertise from '../components/HomeTwo/OurExpertise';
|
||||
import OurExpertise from '../components/HomeThree/OurExpertise';
|
||||
import Services from '../components/HomeOne/Services';
|
||||
import TestimonialSlider from '../components/Common/TestimonialSlider';
|
||||
import LatestBlogPost from '../components/Common/LatestBlogPost';
|
||||
|
||||
@@ -1,53 +0,0 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import HeroSlider from '../components/HomeTwo/HeroSlider';
|
||||
import ContactInfo from '../components/HomeTwo/ContactInfo';
|
||||
import AboutUs from '../components/HomeTwo/AboutUs';
|
||||
import OurExpertise from '../components/HomeTwo/OurExpertise';
|
||||
import Services from '../components/HomeTwo/Services';
|
||||
import VideoIntro from '../components/Common/VideoIntro';
|
||||
import OurDoctors from '../components/Common/OurDoctors';
|
||||
import Stats from '../components/HomeTwo/Stats';
|
||||
import AppointmentForm from '../components/Common/AppointmentForm';
|
||||
import LatestBlogPost from '../components/Common/LatestBlogPost';
|
||||
import NewsletterForm from '../components/Common/NewsletterForm';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Index2 = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<HeroSlider />
|
||||
|
||||
<ContactInfo />
|
||||
|
||||
<AboutUs />
|
||||
|
||||
<OurExpertise />
|
||||
|
||||
<Services />
|
||||
|
||||
<VideoIntro />
|
||||
|
||||
<OurDoctors />
|
||||
|
||||
<div className="pb-100">
|
||||
<Stats />
|
||||
</div>
|
||||
|
||||
<AppointmentForm />
|
||||
|
||||
<LatestBlogPost />
|
||||
|
||||
<NewsletterForm />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Index2;
|
||||
@@ -1,53 +0,0 @@
|
||||
import React from 'react';
|
||||
import TopHeader from '../components/_App/TopHeader';
|
||||
import Navbar from '../components/_App/Navbar';
|
||||
import MainBanner from '../components/HomeThree/MainBanner';
|
||||
import AboutOurHospital from '../components/HomeThree/AboutOurHospital';
|
||||
import OurExpertise from '../components/HomeThree/OurExpertise';
|
||||
import Services from '../components/HomeThree/Services';
|
||||
import AboutUs from '../components/HomeThree/AboutUs';
|
||||
import VideoIntro from '../components/Common/VideoIntro';
|
||||
import OurDoctors from '../components/Common/OurDoctors';
|
||||
import Stats from '../components/HomeThree/Stats';
|
||||
import FeedbackSlider from '../components/HomeThree/FeedbackSlider';
|
||||
import LatestBlogPost from '../components/Common/LatestBlogPost';
|
||||
import NewsletterForm from '../components/Common/NewsletterForm';
|
||||
import Footer from '../components/_App/Footer';
|
||||
|
||||
const Index3 = () => {
|
||||
return (
|
||||
<>
|
||||
<TopHeader />
|
||||
|
||||
<Navbar />
|
||||
|
||||
<MainBanner />
|
||||
|
||||
<AboutOurHospital />
|
||||
|
||||
<OurExpertise />
|
||||
|
||||
<Services />
|
||||
|
||||
<AboutUs />
|
||||
|
||||
<VideoIntro />
|
||||
|
||||
<OurDoctors />
|
||||
|
||||
<div className="pb-100">
|
||||
<Stats />
|
||||
</div>
|
||||
|
||||
<FeedbackSlider />
|
||||
|
||||
<LatestBlogPost />
|
||||
|
||||
<NewsletterForm />
|
||||
|
||||
<Footer />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
||||
export default Index3;
|
||||
Reference in New Issue
Block a user