Bob AI: remove about section
This commit is contained in:
@@ -4,7 +4,6 @@ import React from 'react';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
@@ -60,21 +59,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-section" data-section="about-section" className="w-full">
|
||||
<TextAbout
|
||||
tag="OUR STORY"
|
||||
tagIcon={Music}
|
||||
tagAnimation="slide-up"
|
||||
title="Crafted for Passionate Musicians"
|
||||
buttons={[
|
||||
{ text: "Explore Instruments", href: "#products-section" },
|
||||
{ text: "Learn More", href: "#features-section" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features-section" data-section="features-section" className="w-full">
|
||||
<FeatureCardTwentyFive
|
||||
features={[
|
||||
|
||||
Reference in New Issue
Block a user