Bob AI: Add a new section using component BlogCardTwo. 1. Add import
This commit is contained in:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user