From 6dd382292ce900f3bf0459900e5dd809b37f3e73 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:10:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 41 +++++++++++++++++++++++++++-------------- 1 file changed, 27 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dbd1a7d..bf4c4ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { tag="Award-Winning Agency" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "glowing-orb" }} + background={{ variant: "aurora" }} kpis={[ { value: "500+", label: "Projects Completed" }, { value: "98%", label: "Client Satisfaction" }, @@ -106,16 +106,20 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Discovery", title: "Strategy & Insights", subtitle: "Understanding Your Vision", description: "We dive deep into your business, market, and audience to uncover opportunities and define a winning strategy that guides every creative decision.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-team-working-brainstorming-concept_329181-12040.jpg", imageAlt: "Strategy and discovery phase"}, + tag: "Discovery", title: "Strategy & Insights", subtitle: "Understanding Your Vision", description: "We dive deep into your business, market, and audience to uncover opportunities and define a winning strategy that guides every creative decision.", imageSrc: "http://img.b2bpic.net/free-photo/coworkers-team-working-brainstorming-concept_329181-12040.jpg", imageAlt: "Strategy and discovery phase" + }, { id: 2, - tag: "Creation", title: "Design & Concept", subtitle: "Bringing Ideas to Life", description: "Our designers craft stunning visual concepts that not only look beautiful but also align with your brand values and user expectations.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038907.jpg", imageAlt: "Design and creative concept development"}, + tag: "Creation", title: "Design & Concept", subtitle: "Bringing Ideas to Life", description: "Our designers craft stunning visual concepts that not only look beautiful but also align with your brand values and user expectations.", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038907.jpg", imageAlt: "Design and creative concept development" + }, { id: 3, - tag: "Development", title: "Build & Optimize", subtitle: "Technical Excellence", description: "Our developers transform designs into high-performance digital products using cutting-edge technologies and best practices.", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Development and technical implementation"}, + tag: "Development", title: "Build & Optimize", subtitle: "Technical Excellence", description: "Our developers transform designs into high-performance digital products using cutting-edge technologies and best practices.", imageSrc: "http://img.b2bpic.net/free-photo/programming-software-code-application-technology-concept_53876-123931.jpg", imageAlt: "Development and technical implementation" + }, { id: 4, - tag: "Launch", title: "Deploy & Measure", subtitle: "Success & Growth", description: "We launch your project with precision and continuously monitor performance to ensure it achieves your business objectives.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg", imageAlt: "Project launch and success measurement"}, + tag: "Launch", title: "Deploy & Measure", subtitle: "Success & Growth", description: "We launch your project with precision and continuously monitor performance to ensure it achieves your business objectives.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-celebrating-his-success-after-presenting-project-proposal-his-multiethnic-partners_181624-33367.jpg", imageAlt: "Project launch and success measurement" + }, ]} title="Our Creative Process" description="We follow a proven methodology that combines strategic thinking with creative execution to deliver measurable results." @@ -159,17 +163,23 @@ export default function LandingPage() {