Update src/app/page.tsx
This commit is contained in:
@@ -144,6 +144,7 @@ export default function LandingPage() {
|
||||
<SplitAbout
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[]}
|
||||
title="Our Story: The Heart of Animation"
|
||||
description="ToonCrafters Studios began with a passion for storytelling and a dedication to the art of animation. We are a collective of talented artists, writers, and animators committed to producing high-quality, engaging content that resonates with viewers globally."
|
||||
bulletPoints={[
|
||||
@@ -300,19 +301,19 @@ export default function LandingPage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
id: "kpi-1",
|
||||
|
||||
title: "Years Experience",
|
||||
value: "15+",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "kpi-2",
|
||||
|
||||
title: "Projects Completed",
|
||||
value: "200+",
|
||||
icon: CheckCircle,
|
||||
},
|
||||
{
|
||||
id: "kpi-3",
|
||||
|
||||
title: "Client Satisfaction",
|
||||
value: "98%",
|
||||
icon: Star,
|
||||
|
||||
Reference in New Issue
Block a user