Merge version_2 into main #3
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import Link from "next/link";
|
||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
@@ -89,20 +88,6 @@ export default function HomePage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about-metrics" data-section="about-metrics">
|
||||
<AboutMetric
|
||||
title="Proven Results Across Industries"
|
||||
metrics={[
|
||||
{ icon: TrendingUp, label: "Average Client Revenue Increase", value: "42%" },
|
||||
{ icon: Zap, label: "Projects Delivered", value: "150+" },
|
||||
{ icon: Target, label: "Client Retention Rate", value: "95%" },
|
||||
{ icon: Users, label: "Happy Clients", value: "80+" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="portfolio" data-section="portfolio">
|
||||
<FeatureCardThree
|
||||
title="Featured Case Studies"
|
||||
|
||||
Reference in New Issue
Block a user