Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-02-25 01:39:41 +00:00

View File

@@ -125,7 +125,7 @@ export default function LandingPage() {
description="We believe transparency builds trust. Here's how we work with you from start to finish." description="We believe transparency builds trust. Here's how we work with you from start to finish."
tag="Our Approach" tag="Our Approach"
tagIcon={TrendingUp} tagIcon={TrendingUp}
tagAnimation="slide-up" tagAnimation="smooth"
metrics={[ metrics={[
{ id: "1", value: "01", description: "Inspect" }, { id: "1", value: "01", description: "Inspect" },
{ id: "2", value: "02", description: "Explain" }, { id: "2", value: "02", description: "Explain" },
@@ -202,7 +202,7 @@ export default function LandingPage() {
} }
]} ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="smooth"
useInvertedBackground={false} useInvertedBackground={false}
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />