Bob AI: remove about section
This commit is contained in:
@@ -9,7 +9,6 @@ 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 (
|
||||
@@ -147,14 +146,6 @@ export default function LandingPage() {
|
||||
termsText="We respect your inbox. Unsubscribe anytime. By subscribing, you agree to receive updates about Chill Time."
|
||||
/>
|
||||
</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