import Image from "next/image"; import { LockKeyhole, RotateCcw, Shield } from "lucide-react"; import heroBanner from "@/public/assets/images/homescreen_bg.png"; import FeatureCard from "@/components/FeatureCard"; import GetStartedButton from "@/components/navigation/GetStartedButton"; const HomePage = () => { return (
{/* Background image */}
Hero background
{/* Mobile darkening overlay */}

Cost-Effective{" "} Security
Uncompromising{" "} Safety

Security that is{" "} tailored

for{" "} your business{" "} needs

Comprehensive Cybersecurity Services

Lan Codes offers a range of services in one simple package designed to protect your business from cyber threats, ensuring data security and operational continuity.

} title="Risk Detection" description="Be on top of your end users and ensure there are no weak links in the chain. Have active reminders on your high risk users." /> } title="Data Encryption & Security" description="Robust data encryption and security measures to protect sensitive information and ensure compliance with industry standard." /> } title="24/7 Monitoring & Assistance" description="Round-the-clock monitoring and assistance to address and resolve any security incidents, minimizing downtime and potential damage." />
); }; export default HomePage;