Bob AI: remove the about section

This commit is contained in:
2026-02-05 12:26:50 +02:00
parent b5872a37bc
commit 8626ffdf9f

View File

@@ -13,7 +13,6 @@ import { Camera, Zap, Sparkles, Monitor, Shield, Star, Heart } from "lucide-reac
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import TextAbout from '@/components/sections/about/TextAbout';
import FaqAccordionOne from '@/components/sections/faq/FaqAccordionOne';
import TeamCardOne1 from '@/components/sections/team/TeamCardOne1';
@@ -259,23 +258,6 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<TextAbout tag="Discover" tagIcon="LightBulb" title="Explore the Latest iPhone Models" buttons={[
{
label: "View Products",
href: "#products",
variant: "primary",
icon: "ArrowRight"
},
{
label: "Learn More",
href: "#features",
variant: "secondary",
icon: "Info"
}
]} useInvertedBackground="invertDefault" className="bg-gray-900" containerClassName="max-w-5xl" titleClassName="text-white" buttonContainerClassName="justify-center" buttonClassName="bg-white text-black hover:bg-gray-200" buttonTextClassName="text-sm" />
</div>
<div id="faq" data-section="faq">
<FaqAccordionOne
title="iPhone Store FAQ"