Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-06-07 20:56:41 +00:00

View File

@@ -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 },
]}