Merge version_2 into main #15

Merged
bender merged 2 commits from version_2 into main 2026-03-12 04:05:58 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -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}
/>

View File

@@ -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 {}