diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9b892be..a710d63 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TeamCardSix from '@/components/sections/team/TeamCardSix';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Award, CheckCircle, Globe, Lightbulb, LineChart, Link, Settings, TrendingUp, Trophy } from "lucide-react";
+import { Award, CheckCircle, Globe, Lightbulb, LineChart, Link, Settings, TrendingUp, Trophy, BarChart3 } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,29 +33,17 @@ export default function LandingPage() {
@@ -64,46 +52,29 @@ export default function LandingPage() {
@@ -115,21 +86,15 @@ export default function LandingPage() {
metrics={[
{
icon: TrendingUp,
- label: "Growth Rate",
- value: "25%+",
- },
+ label: "Growth Rate", value: "25%+"},
{
icon: Globe,
- label: "Global Reach",
- value: "3 Continents",
- },
+ label: "Global Reach", value: "3 Continents"},
{
icon: Award,
- label: "Years in Business",
- value: "10+",
- },
+ label: "Years in Business", value: "10+"},
]}
- metricsAnimation="reveal-blur"
+ metricsAnimation="blur-reveal"
/>
@@ -137,45 +102,26 @@ export default function LandingPage() {
@@ -292,28 +194,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
+ animationType="blur-reveal"
members={[
{
- id: "t1",
- name: "Dr. Alex Sharma",
- role: "CEO & Founder",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
- imageAlt: "Dr. Alex Sharma, CEO",
- },
+ id: "t1", name: "Dr. Alex Sharma", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", imageAlt: "Dr. Alex Sharma, CEO"},
{
- id: "t2",
- name: "Maria Garcia",
- role: "Lead Strategist",
- imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg",
- imageAlt: "Maria Garcia, Lead Strategist",
- },
+ id: "t2", name: "Maria Garcia", role: "Lead Strategist", imageSrc: "http://img.b2bpic.net/free-photo/data-center-software-developer-analyzing-program-logs-metrics-close-up_482257-126787.jpg", imageAlt: "Maria Garcia, Lead Strategist"},
{
- id: "t3",
- name: "Ben Carter",
- role: "Head of Technology",
- imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg",
- imageAlt: "Ben Carter, Head of Technology",
- },
+ id: "t3", name: "Ben Carter", role: "Head of Technology", imageSrc: "http://img.b2bpic.net/free-photo/man-solar-panel-manufacturing-facility-presents-green-energy-production_482257-119910.jpg", imageAlt: "Ben Carter, Head of Technology"},
]}
title="Meet the Minds Behind Ibis Group"
description="Our diverse team of experts brings a wealth of experience and a passion for innovation to every project, dedicated to your success."
@@ -324,14 +212,13 @@ export default function LandingPage() {