Bob AI: [Block: text-about|Text About|/blocks/about/textAb...
This commit is contained in:
@@ -10,6 +10,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { BookOpen, Mail } from "lucide-react";
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -164,6 +165,13 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="text_about" data-section="text_about">
|
||||
<TextAbout
|
||||
title="Relax and Unwind"
|
||||
buttons={[{ label: "Explore Stories", href: "#" }, { label: "Join Us", href: "#" }]}
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
|
||||
Reference in New Issue
Block a user