Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 97d3e2d1d1 | |||
| 377964364b | |||
| a3fec31d67 | |||
| 792cab58e5 |
@@ -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"
|
||||
>
|
||||
@@ -41,7 +40,7 @@ export default function WebAgency2Page() {
|
||||
button={{ text: "Get Involved", href: "#contact" }}
|
||||
/>
|
||||
<HeroSplitDoubleCarousel
|
||||
title="Driving Sustainable Economic Empowerment"
|
||||
title="Empowering Local Businesses to Scale and Succeed"
|
||||
description="The AfriSam Business Development Centre connects ambition with opportunity, providing the tools and mentorship for local enterprises to thrive."
|
||||
tag="Community Growth Initiative"
|
||||
tagIcon={Sparkles}
|
||||
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user