Compare commits
18 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b9f6742d52 | |||
| 156d0eb027 | |||
| dd120ae211 | |||
| 4c620d7419 | |||
| dd24538ad1 | |||
| 54abaed049 | |||
| b608e34838 | |||
| 12700d8063 | |||
| 160eecaa5c | |||
| 2b92ddfd4b | |||
| 92f3beeef5 | |||
| fbdc5fa3c8 | |||
| 2029a7d909 | |||
| c5deb87289 | |||
| cbb7b71161 | |||
| 3f5b6f8557 | |||
| 1c64a65bea | |||
| 9089d25ce7 |
@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
|
||||
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
|
||||
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
@@ -72,10 +71,6 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="We transform complex ideas into intuitive, beautiful digital solutions that drive real business results"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Learn Our Story", href: "#" },
|
||||
{ text: "View Case Studies", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -106,26 +101,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardOne
|
||||
title="Our Impact by Numbers"
|
||||
description="Results that speak for themselves. We measure success by the growth and satisfaction of our clients."
|
||||
tag="Success Metrics"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{ id: "1", value: "250", title: "Projects", description: "Successfully delivered across all industries", icon: Briefcase },
|
||||
{ id: "2", value: "98", title: "% Satisfaction", description: "Client satisfaction and retention rate", icon: Heart },
|
||||
{ id: "3", value: "45M", title: "Users Reached", description: "Combined reach of our digital solutions", icon: Users },
|
||||
{ id: "4", value: "15", title: "Years Active", description: "Proven expertise and industry leadership", icon: Award }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
title="What Our Clients Say"
|
||||
@@ -240,7 +215,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{ text: "Start a Project", href: "/contact" },
|
||||
{ text: "Get Your Free Consultation", href: "/contact" },
|
||||
{ text: "Schedule a Call", href: "/contact" }
|
||||
]}
|
||||
/>
|
||||
@@ -260,4 +235,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user