diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ed9ba5..d5ae144 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,8 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; +import { MessageSquare, CalendarCheck, BarChart3 } from 'lucide-react'; export default function LandingPage() { return ( @@ -28,22 +30,12 @@ export default function LandingPage() {
@@ -177,80 +122,18 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - testimonials={[ - { - id: "t1", - name: "Alice Wang", - role: "CEO", - company: "TechInnovate", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=1", - }, - { - id: "t2", - name: "John Doe", - role: "Director", - company: "CreativeOps", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3575.jpg", - }, - { - id: "t3", - name: "Sarah Miller", - role: "CTO", - company: "DataHub", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-man-sitting-desk_329181-15290.jpg", - }, - { - id: "t4", - name: "Mark Spencer", - role: "Manager", - company: "FashionStyle", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-aged-caucasian-fair-haired-woman-standing-near-rack-with-clothes-fashion-store-looking-camera-smiling-boutique-customer-shop-assistant-concept_74855-11820.jpg", - }, - { - id: "t5", - name: "Elena Ross", - role: "Lead", - company: "RetailDirect", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-professional-businesswoman-with-glasses-presentation_23-2148824824.jpg?_wi=2", - }, - ]} - kpiItems={[ - { - value: "500k+", - label: "Orders Processed", - }, - { - value: "95%", - label: "Growth Rate", - }, - { - value: "150+", - label: "Global Stores", - }, - ]} + testimonials={[]} + kpiItems={[{ value: "500k+", label: "Orders" }, { value: "95%", label: "Growth" }, { value: "150+", label: "Stores" }]} title="Trusted by Leaders" - description="See why top-tier companies have switched to our platform for their digital sales operations." + description="Why top companies choose our platform." />