2 Commits

Author SHA1 Message Date
852e1fa01a Update src/app/page.tsx 2026-02-17 12:50:13 +00:00
4ad38afabe Bob AI: Add a new section using component BlogCardTwo. 1. Add import 2026-02-17 14:49:25 +02:00

View File

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