Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 83e39913b8 | |||
| 72465aec4f | |||
| 6cf50fe071 |
@@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import Link from "next/link";
|
import Link from "next/link";
|
||||||
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
|
||||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||||
import AboutMetric from "@/components/sections/about/AboutMetric";
|
|
||||||
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree";
|
||||||
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
|
||||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||||
@@ -89,20 +88,6 @@ export default function HomePage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="portfolio" data-section="portfolio">
|
||||||
<FeatureCardThree
|
<FeatureCardThree
|
||||||
title="Featured Case Studies"
|
title="Featured Case Studies"
|
||||||
|
|||||||
Reference in New Issue
Block a user