From ce4c5c065395ffbc20e3629066d5aab81bf215ba Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:56:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 624ca84..5076067 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; -import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Brain, Robot, Lightbulb, BarChart, Code, Database, Gauge, FlaskConical, Rocket, Star, Workflow, Layers, Cog, Microscope } from "lucide-react"; +import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Brain, Bot, Lightbulb, BarChart, Code, Database, Gauge, FlaskConical, Rocket, Star, Workflow, Layers, Cog, Microscope } from "lucide-react"; export default function WebAgency2Page() { return ( @@ -80,7 +80,7 @@ export default function WebAgency2Page() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - buttons={[{ text: "Learn More", href: "#ai-strategy" }]} + buttons={[{ text: "Learn More", href: "#ai-strategy" }]} buttonAnimation="slide-up" features={[ { @@ -239,7 +239,7 @@ export default function WebAgency2Page() { description="Explore how our AI solutions have transformed businesses and delivered measurable results." textboxLayout="default" useInvertedBackground={false} - buttons={[{ text: "View All Case Studies", href: "#case-studies" }]} + buttons={[{ text: "View All Case Studies", href: "#case-studies" }]} buttonAnimation="slide-up" cardClassName="!h-auto aspect-video" features={[ @@ -342,7 +342,7 @@ export default function WebAgency2Page() { gridVariant="uniform-all-items-equal" animationType="slide-up" metrics={[ - { id: "models", value: "50+", title: "AI Models", description: "Successfully deployed across diverse industries", icon: Robot }, + { id: "models", value: "50+", title: "AI Models", description: "Successfully deployed across diverse industries", icon: Bot }, { id: "accuracy", value: "98%", title: "Accuracy Rate", description: "For our custom machine learning solutions", icon: Gauge }, { id: "clients", value: "20+", title: "Enterprise Clients", description: "Trust us with their mission-critical AI initiatives", icon: Users }, ]} -- 2.49.1