From da770814e41fe324d53d4c306d1adbfae6bfa2d0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 17:20:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 316 ++++++++--------------------------------------- 1 file changed, 51 insertions(+), 265 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bb54100..3c4a385 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,130 +32,48 @@ export default function LandingPage() {
@@ -165,21 +83,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Proven Performance" metrics={[ - { - label: "Growth Rate", - value: "240%", - icon: TrendingUp, - }, - { - label: "Projects Completed", - value: "450+", - icon: CheckCircle, - }, - { - label: "Global Reach", - value: "15+", - icon: Globe, - }, + { label: "Growth Rate", value: "240%", icon: TrendingUp }, + { label: "Projects Completed", value: "450+", icon: CheckCircle }, + { label: "Global Reach", value: "15+", icon: Globe }, ]} metricsAnimation="slide-up" /> @@ -191,21 +97,9 @@ export default function LandingPage() { title="Our Expert Services" description="We specialize in high-end creative solutions built for results." accordionItems={[ - { - id: "1", - title: "Creative Production", - content: "Cinematic video, motion graphics, and high-quality photography.", - }, - { - id: "2", - title: "Strategic Marketing", - content: "Data-backed campaigns aimed at high engagement.", - }, - { - id: "3", - title: "Brand Design", - content: "Comprehensive visual identity and branding services.", - }, + { id: "1", title: "Creative Production", content: "Cinematic video, motion graphics, and high-quality photography." }, + { id: "2", title: "Strategic Marketing", content: "Data-backed campaigns aimed at high engagement." }, + { id: "3", title: "Brand Design", content: "Comprehensive visual identity and branding services." }, ]} imageSrc="http://img.b2bpic.net/free-photo/tablet-with-annual-report_1098-3459.jpg" mediaAnimation="slide-up" @@ -214,36 +108,13 @@ export default function LandingPage() {
-- 2.49.1