Bob AI: remove about section
This commit is contained in:
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TextAbout from '@/components/sections/about/TextAbout';
|
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import ContactText from '@/components/sections/contact/ContactText';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import { Sparkles, Star, Zap, Heart } from "lucide-react";
|
import { Sparkles, Star, Zap, Heart } from "lucide-react";
|
||||||
@@ -98,18 +97,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="invertDefault"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
|
||||||
<TextAbout
|
|
||||||
title="Kiss Life"
|
|
||||||
buttons={[
|
|
||||||
{ text: "Learn Our Story", href: "#" },
|
|
||||||
{ text: "Explore Ingredients", href: "#" }
|
|
||||||
]}
|
|
||||||
useInvertedBackground="noInvert"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="collections" data-section="collections">
|
<div id="collections" data-section="collections">
|
||||||
<FeatureCardSix
|
<FeatureCardSix
|
||||||
title="Fragrance Collections"
|
title="Fragrance Collections"
|
||||||
|
|||||||
Reference in New Issue
Block a user