Merge version_3 into main #6
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user