From 50ca5959d609851f5e48ffc481a2a99bd41290e3 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 10 May 2026 11:20:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 43 +++++++++++++++++++------------------------ 1 file changed, 19 insertions(+), 24 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 448cb14..bf163f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Award, CheckCircle, Shield, Sparkles } from "lucide-react"; +import { Award, CheckCircle, Shield, Sparkles, Droplets, Bird, PaintBucket, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -108,58 +108,53 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Roof Leakage Arresting", description: "High-durability sealing and waterproofing.", media: { + title: "Roof Leakage Arresting", description: "Comprehensive solutions to prevent and stop water damage through specialized sealing techniques.", media: { imageSrc: "http://img.b2bpic.net/free-photo/3d-abstract-background-with-extruding-pyramids_1048-12497.jpg?_wi=1"}, items: [ - { - icon: Shield, - text: "Premium Material"}, + { icon: Droplets, text: "Waterproofing" }, + { icon: Shield, text: "Durable Seal" } ], reverse: false, }, { - title: "Bird Net Solution", description: "Discreet, high-strength protection systems.", media: { + title: "Bird Net Solution", description: "Effective, humane, and discreet barrier systems for industrial and commercial protection.", media: { imageSrc: "http://img.b2bpic.net/free-photo/shot-singing-american-robin_181624-23959.jpg?_wi=1"}, items: [ - { - icon: Shield, - text: "Weather Resistant"}, + { icon: Bird, text: "Humane Barriers" }, + { icon: Shield, text: "Weather Resistant" } ], reverse: true, }, { - title: "Epoxy Flooring", description: "Seamless, chemical-resistant industrial surfaces.", media: { + title: "Epoxy Flooring", description: "Seamless, high-performance industrial surfaces engineered for durability and chemical resistance.", media: { imageSrc: "http://img.b2bpic.net/free-vector/hardware-engineering-internet-25-line-icon-pack-including-monitoring-city-urban-sensor_1142-23778.jpg?_wi=1"}, items: [ - { - icon: Sparkles, - text: "High Gloss"}, + { icon: PaintBucket, text: "High Gloss" }, + { icon: Sparkles, text: "Seamless Finish" } ], reverse: false, }, { - title: "5S Floor Development", description: "Optimized workplace cleanliness and safety.", media: { + title: "5S-Floor Development", description: "Optimizing workplace cleanliness and safety standards through systematic floor organization.", media: { imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-building-project-coffee_23-2148269327.jpg?_wi=2"}, items: [ - { - icon: CheckCircle, - text: "Systemized"}, + { icon: CheckCircle, text: "Systemized" }, + { icon: Award, text: "Safety Certified" } ], reverse: true, }, { - title: "All Civil Work", description: "Professional construction and infrastructure repairs.", media: { + title: "All Civil Work", description: "Complete infrastructure construction and professional repair services to maintain structural integrity.", media: { imageSrc: "http://img.b2bpic.net/free-photo/factory-manager-gives-paperwork-files-investors-reviewing-financial-statement_482257-126495.jpg?_wi=2"}, items: [ - { - icon: Award, - text: "Certified"}, + { icon: Wrench, text: "Full Infrastructure" }, + { icon: Award, text: "Certified Quality" } ], reverse: false, }, ]} - title="Premium Engineering Solutions." - description="Comprehensive services tailored for modern industrial and commercial infrastructure." + title="Engineering Services Portfolio." + description="Delivering specialized, high-quality civil engineering and maintenance support for your facility." /> @@ -266,4 +261,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}