diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8f82194..5521987 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,6 +6,7 @@ import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDash
import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
+import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import {
@@ -18,6 +19,7 @@ import {
TrendingUp,
Eye,
Award,
+ Star,
} from "lucide-react";
export default function LandingPage() {
@@ -38,14 +40,13 @@ export default function LandingPage() {
@@ -58,7 +59,7 @@ export default function LandingPage() {
tagIcon={Shield}
tagAnimation="slide-up"
buttons={[
- { text: "Explore Solutions", href: "services" },
+ { text: "Explore Solutions", href: "expertise" },
{ text: "Schedule Consultation", href: "contact" },
]}
buttonAnimation="slide-up"
@@ -77,16 +78,13 @@ export default function LandingPage() {
stats: [
{
title: "Threats Blocked", values: [12487, 15632, 18945],
- description: "This week"
- },
+ description: "This week"},
{
title: "System Uptime", values: [99.98, 99.99, 99.97],
- valueSuffix: "%", description: "Average performance"
- },
+ valueSuffix: "%", description: "Average performance"},
{
title: "Active Clients", values: [456, 523, 687],
- description: "Protected globally"
- },
+ description: "Protected globally"},
],
chartTitle: "Security Events Timeline", chartData: [
{ value: 45 },
@@ -98,16 +96,13 @@ export default function LandingPage() {
listTitle: "Recent Security Actions", listItems: [
{
icon: AlertCircle,
- title: "Intrusion Attempt Blocked", status: "Mitigated"
- },
+ title: "Intrusion Attempt Blocked", status: "Mitigated"},
{
icon: CheckCircle,
- title: "Compliance Audit Passed", status: "Verified"
- },
+ title: "Compliance Audit Passed", status: "Verified"},
{
icon: Shield,
- title: "Firewall Updated", status: "Complete"
- },
+ title: "Firewall Updated", status: "Complete"},
],
}}
/>
@@ -118,23 +113,19 @@ export default function LandingPage() {
features={[
{
id: "ai-systems", label: "AI Systems & Agents", title: "Advanced AI Automation & Development", items: [
- "Custom AI Agents Development", "Business Process Automation", "AI Monitoring & Decision Systems"
- ],
+ "Custom AI Agents Development", "Business Process Automation", "AI Monitoring & Decision Systems"],
},
{
id: "cybersecurity", label: "Cybersecurity", title: "Enterprise-Grade Protection", items: [
- "Security Audits & WMPT", "Cloud & Infrastructure Security", "Incident Response & Hardening"
- ],
+ "Security Audits & WMPT", "Cloud & Infrastructure Security", "Incident Response & Hardening"],
},
{
id: "engineering", label: "IT & Engineering", title: "Robust Infrastructure & Development", items: [
- "Secure Web & App Development", "Cloud Architecture & DevOps", "Server & System Engineering"
- ],
+ "Secure Web & App Development", "Cloud Architecture & DevOps", "Server & System Engineering"],
},
{
id: "consulting", label: "Strategy & Consulting", title: "Expert Advisory & Implementation", items: [
- "AI & Security Consulting", "Startup Tech Architecture", "Custom Enterprise Solutions"
- ],
+ "AI & Security Consulting", "Startup Tech Architecture", "Custom Enterprise Solutions"],
},
]}
animationType="blur-reveal"
@@ -179,13 +170,40 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "TechCorp Global", "SecureNet Systems", "CloudScale AI", "DataVault Inc", "InnovateX Labs", "CyberShield Pro", "AI Dynamics"
- ]}
+ "TechCorp Global", "SecureNet Systems", "CloudScale AI", "DataVault Inc", "InnovateX Labs", "CyberShield Pro", "AI Dynamics"]}
speed={40}
showCard={true}
/>
+
+
+
+