Update src/app/page.tsx
This commit is contained in:
@@ -11,6 +11,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import {
|
||||
Bot,
|
||||
Brain,
|
||||
Briefcase,
|
||||
CheckCircle,
|
||||
@@ -20,7 +21,6 @@ import {
|
||||
Globe,
|
||||
Lightbulb,
|
||||
Lock,
|
||||
Robot,
|
||||
Server,
|
||||
Shield,
|
||||
Sparkles,
|
||||
@@ -58,7 +58,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Innovate. Illuminate. Inspire."
|
||||
description="InLight delivers cutting-edge IT solutions, empowering businesses to thrive in the digital age with clarity and innovation."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "99.9%", label: "Uptime Reliability" },
|
||||
{ value: "300+", label: "Global Projects" },
|
||||
@@ -113,8 +113,7 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Security Checklist", description: "Protect your digital assets with our advanced threat detection and prevention strategies.", bentoComponent: "3d-task-list", title: "Security Tasks", // required by schema, synthesized
|
||||
items: [
|
||||
title: "Security Checklist", description: "Protect your digital assets with our advanced threat detection and prevention strategies.", bentoComponent: "3d-task-list", items: [
|
||||
{ icon: CheckCircle, label: "Threat Detection", time: "Complete" },
|
||||
{ icon: Lock, label: "Vulnerability Scan", time: "Weekly" },
|
||||
{ icon: Shield, label: "Incident Response", time: "Active" },
|
||||
@@ -123,7 +122,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "AI & Machine Learning", description: "Leverage artificial intelligence to automate processes, gain insights, and drive innovation.", bentoComponent: "orbiting-icons", centerIcon: Brain,
|
||||
items: [
|
||||
{ icon: Robot, ring: 1 },
|
||||
{ icon: Bot, ring: 1 },
|
||||
{ icon: Dna, ring: 2 },
|
||||
{ icon: Lightbulb, ring: 3 },
|
||||
{ icon: Sparkles, ring: 1 },
|
||||
@@ -176,7 +175,7 @@ export default function LandingPage() {
|
||||
description="Our innovative solutions are adopted by leading organizations across various sectors, powering their digital success."
|
||||
logos={[
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/minimalist-logo-for-a-technology-company-1771596553803-9f128157.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/sleek-and-secure-logo-for-cyberguard-a-c-1771596560833-bc98d611.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/modern-logo-for-datahub-a-data-analytics-1771596568593-b4128c19.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/abstract-logo-for-cloudnexus-a-cloud-com-1771596579425-a4dce043.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/dynamic-logo-for-innovatecorp-a-corporat-1771596586956-387aea32.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/clean-and-precise-logo-for-smartmetrics--1771596592653-a85baa18.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_35vmIsFKiMtTSUSBP7nWGRgR0We/world-spanning-logo-for-globalconnect-an-1771596599514-c1c01847.png"]}
|
||||
names={[]}
|
||||
names={['TechWave', 'CyberGuard', 'DataHub', 'CloudNexus', 'InnovateCorp', 'SmartMetrics', 'GlobalConnect']}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
ariaLabel="Social proof section showcasing logos of companies that trust InLight."
|
||||
|
||||
Reference in New Issue
Block a user