diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c31ef3..3e8dc72 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,7 +17,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import BlogCardOne from "@/components/sections/blog/BlogCardOne"; import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, DollarSign, Newspaper, Lightbulb, PenTool, Target, Robot, Globe } from "lucide-react"; +import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, DollarSign, Newspaper, Lightbulb, PenTool, Target, Bot, Globe } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -115,16 +115,16 @@ export default function WebAgency2Page() { animationType="slide-up" features={[ { - title: "1. Discover & Analyze", description: "Leverage AI to deeply understand your market, audience, and competitive landscape." + title: "1. Discover & Analyze", description: "Leverage AI to deeply understand your market, audience, and competitive landscape.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg", imageAlt: "Discovery and Analysis with AI" }, { - title: "2. Strategize & Plan", description: "Develop bespoke AI-powered strategies tailored to your unique business goals." + title: "2. Strategize & Plan", description: "Develop bespoke AI-powered strategies tailored to your unique business goals.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg", imageAlt: "Strategy and Planning with AI" }, { - title: "3. Execute & Optimize", description: "Implement campaigns with agile methods and continuous AI-driven optimization." + title: "3. Execute & Optimize", description: "Implement campaigns with agile methods and continuous AI-driven optimization.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg", imageAlt: "Execution and Optimization with AI" }, { - title: "4. Grow & Scale", description: "Drive sustainable growth and scale your business with measurable, data-backed results." + title: "4. Grow & Scale", description: "Drive sustainable growth and scale your business with measurable, data-backed results.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg", imageAlt: "Growth and Scaling with AI" } ]} /> @@ -138,10 +138,10 @@ export default function WebAgency2Page() { animationType="slide-up" features={[ { - bentoComponent: "3d-card-grid", centerIcon: Globe, + title: "Integrated AI System", description: "Our proprietary system provides a holistic approach to digital growth.", bentoComponent: "3d-card-grid", centerIcon: Globe, items: [ { name: "AI Core Analytics", icon: Target }, - { name: "Intelligent Automation", icon: Robot }, + { name: "Intelligent Automation", icon: Bot }, { name: "Predictive Strategy", icon: Lightbulb }, { name: "Scalable Execution", icon: Zap } ]