Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -8,7 +8,7 @@ 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/TeamFive";
|
||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
@@ -223,14 +223,14 @@ export default function WebAgency2Page() {
|
||||
{ id: "views", value: "Thousands", title: "Monthly Views Generated", description: "Increasing online visibility and traffic", icon: TrendingUp },
|
||||
]}
|
||||
/>
|
||||
<TeamCardFive
|
||||
<TeamCardSix
|
||||
title="Our Simple 4-Step Process"
|
||||
description="Our streamlined approach ensures clarity, efficiency, and exceptional results for your business."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
mediaClassName="object-[65%_center]"
|
||||
team={[
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
members={[
|
||||
{ id: "1", name: "1. Discovery", role: "We learn about your business goals and objectives.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-making-business-plan-meeting_176420-5101.jpg", imageAlt: "Discovery phase for project" },
|
||||
{ id: "2", name: "2. Strategy", role: "We create a custom growth plan tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/architectural-blueprints_1359-495.jpg", imageAlt: "Strategy and planning phase" },
|
||||
{ id: "3", name: "3. Implementation", role: "We build and optimize your digital assets for performance.", imageSrc: "http://img.b2bpic.net/free-photo/operation-process-performance-development-icon_53876-16541.jpg", imageAlt: "Implementation and building phase" },
|
||||
|
||||
Reference in New Issue
Block a user