6 Commits

View File

@@ -10,7 +10,6 @@ import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactText from '@/components/sections/contact/ContactText'; import ContactText from '@/components/sections/contact/ContactText';
import FooterSimple from '@/components/sections/footer/FooterSimple'; import FooterSimple from '@/components/sections/footer/FooterSimple';
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -233,10 +232,6 @@ export default function LandingPage() {
/> />
</div> </div>
<div id="blogcardtwo" data-section="blogcardtwo">
<BlogCardTwo />
</div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterSimple <FooterSimple
columns={[ columns={[
@@ -270,4 +265,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }