Bob AI: Add a new section using component BlogCardTwo. 1. Add import

This commit is contained in:
2026-02-17 14:49:25 +02:00
parent c82e78e655
commit 4ad38afabe

View File

@@ -1,6 +1,7 @@
"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import BlogCardTwo from '@/components/sections/blog/BlogCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout';
@@ -268,6 +269,10 @@ export default function LandingPage() {
bottomRightText="Authentic Ukrainian Hospitality"
/>
</div>
<div id="blogcardtwo" data-section="blogcardtwo">
<BlogCardTwo />
</div>
</ThemeProvider>
);
}