Merge version_2 into main #15
@@ -132,7 +132,7 @@ export default function Home() {
|
||||
<div id="about" data-section="about">
|
||||
<MetricSplitMediaAbout
|
||||
title="About Our Company"
|
||||
description="We\'re dedicated to delivering excellence and innovation in everything we do."
|
||||
description="We're dedicated to delivering excellence and innovation in everything we do."
|
||||
metrics={[
|
||||
{ value: "10+", title: "Years Experience" },
|
||||
{ value: "500+", title: "Happy Clients" },
|
||||
@@ -165,7 +165,7 @@ export default function Home() {
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Performance Metrics"
|
||||
description="See how we\'re making a difference"
|
||||
description="See how we're making a difference"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
@@ -18,6 +18,7 @@ export type ButtonAnimationType = any;
|
||||
export type TitleSegment = any;
|
||||
export type TextboxLayout = any;
|
||||
export type InvertedBackground = any;
|
||||
export type Metric = any;
|
||||
|
||||
export interface MetricCardOneGridVariant extends GridVariant {}
|
||||
export interface MetricCardTwoGridVariant extends GridVariant {}
|
||||
|
||||
Reference in New Issue
Block a user