diff --git a/src/app/page.tsx b/src/app/page.tsx
index 28aa8ae..c2fa99e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -6,14 +6,13 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
-import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TeamCardFive from "@/components/sections/team/TeamCardFive";
import FaqBase from "@/components/sections/faq/FaqBase";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBase from "@/components/sections/footer/FooterBase";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
-import { Bot, Zap, Workflow, Cpu, Sparkles, ArrowUpRight, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, TrendingUp, Shield, Database } from "lucide-react";
+import { Bot, Zap, ArrowUpRight, TrendingUp, Shield, Users } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -74,22 +73,22 @@ export default function WebAgency2Page() {
features={[
{
title: "Intelligent CRM", description: "Automated lead qualification and personalized email outreach sequences.", bentoComponent: "marquee", centerIcon: Users,
- variant: "text", texts: ["Salesforce", "HubSpot", "Zapier", "Pipedrive", "Auto-Reply", "Lead Scoring", "Segmentation", "Engagement"],
+ variant: "text", texts: ["Salesforce", "HubSpot", "Zapier", "Pipedrive", "Auto-Reply", "Lead Scoring", "Segmentation", "Engagement"]
},
{
title: "Process Automation", description: "Custom workflows for data entry, invoicing, and reporting.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", imageAlt: "Workflow Diagram" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-his-room-playing-online-video-games-computer_482257-17126.jpg", imageAlt: "Automation Console" },
- { imageSrc: "http://img.b2bpic.net/free-photo/female-african-american-young-entrepreneur-looking-revenue-statistics-data-laptop-screen-accountant-analyzing-diagrams-computer-home-office-remote-bookkeeping-service_482257-48386.jpg", imageAlt: "Data Sync Monitor" },
- ],
+ { imageSrc: "http://img.b2bpic.net/free-photo/female-african-american-young-entrepreneur-looking-revenue-statistics-data-laptop-screen-accountant-analyzing-diagrams-computer-home-office-remote-bookkeeping-service_482257-48386.jpg", imageAlt: "Data Sync Monitor" }
+ ]
},
{
title: "Analytics Insights", description: "Real-time monitoring of your business performance through AI analysis.", bentoComponent: "media-stack", items: [
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg", imageAlt: "Chart Analysis" },
{ imageSrc: "http://img.b2bpic.net/free-photo/business-report-graphs-charts-business-concept_1150-2253.jpg", imageAlt: "Trend Reporting" },
- { imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg", imageAlt: "Growth Metrics" },
- ],
- },
+ { imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904330.jpg", imageAlt: "Growth Metrics" }
+ ]
+ }
]}
/>