Update src/app/page.tsx
This commit is contained in:
@@ -163,16 +163,16 @@ export default function LandingPage() {
|
||||
tagIcon={TrendingUp}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "50+", title: "Brand Partners", description: "Trusted by leading global brands", icon: Building2
|
||||
id: "1", value: "50", title: "Brand Partners", description: "Trusted by leading global brands", icon: Building2
|
||||
},
|
||||
{
|
||||
id: "2", value: "150+", title: "Projects Delivered", description: "Cinematic productions completed", icon: Film
|
||||
id: "2", value: "150", title: "Projects Delivered", description: "Cinematic productions completed", icon: Film
|
||||
},
|
||||
{
|
||||
id: "3", value: "98%", title: "Client Satisfaction", description: "Consistently exceeding expectations", icon: ThumbsUp
|
||||
id: "3", value: "98", title: "Client Satisfaction", description: "Consistently exceeding expectations", icon: ThumbsUp
|
||||
},
|
||||
{
|
||||
id: "4", value: "2.5B+", title: "Total Views", description: "Combined audience reach", icon: Eye
|
||||
id: "4", value: "2", title: "Total Views", description: "Combined audience reach", icon: Eye
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
|
||||
Reference in New Issue
Block a user