diff --git a/src/app/page.tsx b/src/app/page.tsx index 407963f..b3a4498 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,11 +7,11 @@ import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCa import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import MetricCardTen from '@/components/sections/metrics/MetricCardTen'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, BarChart3, Brain, CheckCircle2, Code2, Github, Handshake, Lightbulb, Linkedin, Mail, MapPin, Phone, Search, Star, Target, TrendingUp, Workflow, Wrench, Zap } from "lucide-react"; +import { Award, BarChart3, Brain, CheckCircle2, Code2, Github, Handshake, Lightbulb, Linkedin, Mail, MapPin, Phone, Search, Star, Target, TrendingUp, Workflow, Wrench, Zap, Shield, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -217,53 +217,78 @@ export default function LandingPage() {
+ +