diff --git a/src/app/page.tsx b/src/app/page.tsx index f57b7ff..8d977ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,6 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TimelineProcessFlow from '@/components/cardStack/layouts/timelines/TimelineProcessFlow'; import { Award, CheckCircle, Globe, Leaf, ShieldCheck, Users } from "lucide-react"; export default function LandingPage() { @@ -34,6 +35,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "Our Story", id: "about" }, + { name: "Transformation", id: "transformation" }, { name: "Compliance", id: "compliance" }, { name: "Products", id: "products" }, { name: "Contact", id: "contact" }, @@ -51,9 +53,9 @@ export default function LandingPage() { avatars={[ { src: "http://img.b2bpic.net/free-photo/positive-blonde-woman-knitted-dress-laughs-happily-posing-with-different-evergreens-greenhouse_197531-12382.jpg", alt: "Client" }, { src: "http://img.b2bpic.net/free-photo/cheerful-girl-texting-her-phone_53876-96951.jpg", alt: "Client" }, - { src: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", alt: "Client" }, - { src: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Client" }, - { src: "http://img.b2bpic.net/free-photo/farmer-irrigation-fields-cabbage-vegetable-garden_1150-7167.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/happy-professional_1098-12931.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", alt: "Client" }, + { src: "http://img.b2bpic.net/farmer-irrigation-fields-cabbage-vegetable-garden_1150-7167.jpg", alt: "Client" }, ]} buttons={[{ text: "Contact Us", href: "#contact" }]} marqueeItems={[ @@ -79,6 +81,20 @@ export default function LandingPage() { /> +