Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-08 18:19:36 +00:00

View File

@@ -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 { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, BarChart3, LineChart } from "lucide-react";
import { Sparkles, Search, ArrowUpRight, TrendingUp, Award, Users } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -25,7 +24,7 @@ export default function WebAgency2Page() {
sizing="medium"
background="none"
cardStyle="glass-elevated"
primaryButtonStyle="metallic"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
@@ -128,6 +127,8 @@ export default function WebAgency2Page() {
description="Quantifiable growth for the businesses we support."
gridVariant="uniform-all-items-equal"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "jobs", value: "1,200+", title: "Jobs Created", description: "Sustainable employment opportunities generated", icon: Users },
{ id: "revenue", value: "45%", title: "Avg. Growth", description: "Average revenue growth per beneficiary", icon: TrendingUp },