From eec88487b100ab4a131d9cd98f8044e3c59adadc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 20 May 2026 14:55:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9294f9c..70d7e9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView'; -import { Award, CheckCircle, Droplets, MapPin, Shield, Zap, Target, Layers, Settings, ClipboardCheck } from "lucide-react"; +import { Award, CheckCircle, Droplets, MapPin, Shield, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -110,6 +110,7 @@ export default function LandingPage() { title="Our Project Workflow" description="A seamless journey from initial site survey to sustainable water delivery." textboxLayout="split-description" + animationType="slide-up" items={[ { trigger: "01 Site Assessment", content: "Geological surveys to determine best drilling depth and water potential.", imageOne: "http://img.b2bpic.net/free-photo/document-marketing-strategy-business-concept_53876-124276.jpg" }, { trigger: "02 Drilling Phase", content: "Execution of high-precision drilling using our state-of-the-art rigs.", imageOne: "http://img.b2bpic.net/free-photo/combine-machine-service_146671-19098.jpg" }, -- 2.49.1