diff --git a/src/app/introduction/page.tsx b/src/app/introduction/page.tsx index 3e98ae8..714d0f5 100644 --- a/src/app/introduction/page.tsx +++ b/src/app/introduction/page.tsx @@ -5,6 +5,7 @@ import ReactLenis from "lenis/react"; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import SplitAbout from '@/components/sections/about/SplitAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { CheckCircle } from 'lucide-react'; export default function IntroductionPage() { return ( @@ -56,6 +57,11 @@ export default function IntroductionPage() { buttons={[ { text: "View Laptops", href: "/laptops" }, ]} + bulletPoints={[ + { title: "High Performance", description: "Experience lightning-fast speeds for any professional task." }, + { title: "Elegant Design", description: "Crafted with premium materials for a sleek, modern look." }, + { title: "Reliability", description: "Built to last and perform under the toughest conditions." } + ]} textboxLayout="default" />