diff --git a/src/app/page.tsx b/src/app/page.tsx index 93347ea..77938e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, LineChart, ShieldCheck, Sparkles, TrendingUp, Users } from "lucide-react"; +import { Award, Zap, ShieldCheck, AirVent, CheckCircle, Users, Phone, Mail, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -32,88 +32,39 @@ export default function LandingPage() {
@@ -125,228 +76,48 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - title: "Data Analytics", - description: "Leverage advanced insights.", - bentoComponent: "reveal-icon", - icon: LineChart, - imageSrc: "http://img.b2bpic.net/free-photo/unsuitable-furious-woman-gets-angry-after-getting-rejected-from-job-offer_482257-116761.jpg", - imageAlt: "Unsuitable furious woman gets angry after getting rejected from the job offer", - }, - { - title: "Team Collaboration", - description: "Streamline complex workflows.", - bentoComponent: "reveal-icon", - icon: Users, - imageSrc: "http://img.b2bpic.net/free-photo/working-with-partner_1098-14261.jpg", - imageAlt: "Unsuitable furious woman gets angry after getting rejected from the job offer", - }, - { - title: "Security First", - description: "Protect your digital assets.", - bentoComponent: "reveal-icon", - icon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/interior-design-modern-building_1262-3035.jpg", - imageAlt: "Unsuitable furious woman gets angry after getting rejected from the job offer", - }, + { title: "Air Conditioning", description: "Installation, servicing, and repairs for all major brands.", bentoComponent: "reveal-icon", icon: AirVent }, + { title: "Electrical Installations", description: "Complete wiring, lighting, and power solutions for your property.", bentoComponent: "reveal-icon", icon: Zap }, + { title: "Compliance Testing", description: "Mandatory safety checks and electrical compliance certification.", bentoComponent: "reveal-icon", icon: CheckCircle }, ]} - title="Comprehensive Capabilities" - description="Our platform offers a suite of tools designed to optimize performance and drive consistent business results." - /> -
- -
-
-
- -
- -
- -
-
); -} +} \ No newline at end of file