Merge version_4 into main #4
@@ -9,7 +9,6 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import { Zap, Target, Shield, Users, BarChart3 } from "lucide-react";
|
||||
|
||||
@@ -74,7 +73,7 @@ export default function LandingPage() {
|
||||
{ title: "Strategic Growth", description: "Expert navigation for scaling enterprise operations.", buttonIcon: Target },
|
||||
{ title: "Team Optimization", description: "Human-centric performance improvements and development.", buttonIcon: Users },
|
||||
{ title: "Market Strategy", description: "Global market expansion and positioning expertise.", buttonIcon: BarChart3 },
|
||||
{ title: "Business Audit", description: "Detailed operational analysis for maximum efficiency.", buttonIcon: Shield }
|
||||
{ title: "Business Audit", description: "Detailed operational analysis for maximum efficiency", buttonIcon: Shield }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,6 +83,8 @@ export default function LandingPage() {
|
||||
title="Our Process"
|
||||
description="A structured approach to transforming business landscapes."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-description"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "p1", value: "01", title: "Discovery", items: ["Initial Consultation", "Requirement Mapping"] },
|
||||
{ id: "p2", value: "02", title: "Strategy", items: ["Solution Design", "Performance Metrics"] },
|
||||
@@ -113,6 +114,7 @@ export default function LandingPage() {
|
||||
description="Ready to transform your business? Reach out for a discovery session."
|
||||
buttons={[{ text: "Contact Us" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user