From 054d7aef091511cf1c8b83f2f8be16f7c5d32b72 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:07:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 115 ++++++++++------------------------------------- 1 file changed, 24 insertions(+), 91 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2dd1362..84a4ace 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import AboutMetric from "@/components/sections/about/AboutMetric"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { TrendingUp, Users, Award, Globe, CheckCircle, Heart } from "lucide-react"; +import { TrendingUp, Users, Award, Globe, CheckCircle, Heart, Sparkles } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -47,40 +47,24 @@ export default function HomePage() { title="Transform Your Business Strategy" description="Partner with industry-leading consultants to unlock unprecedented growth and navigate complex market challenges with precision." tag="Strategic Excellence" - tagIcon="Sparkles" + tagIcon={Sparkles} tagAnimation="slide-up" imagePosition="right" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-modern-high-tech-consultancy-workspace-1772485363210-8f71f8af.png" imageAlt="Strategic consultation workspace" testimonials={[ { - name: "Jennifer Chen", - handle: "CEO, TechVentures Inc.", - testimonial: "Stratex's strategic guidance transformed our market positioning and accelerated our growth trajectory by 300%.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-confident-fem-1772485361966-873e037c.png", - }, + name: "Jennifer Chen", handle: "CEO, TechVentures Inc.", testimonial: "Stratex's strategic guidance transformed our market positioning and accelerated our growth trajectory by 300%.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-confident-fem-1772485361966-873e037c.png"}, { - name: "Marcus Thompson", - handle: "Founder, Global Enterprises", - testimonial: "Their innovative approach to business transformation delivered measurable results within the first quarter.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-male-enterpri-1772485362410-07b89891.png", - }, + name: "Marcus Thompson", handle: "Founder, Global Enterprises", testimonial: "Their innovative approach to business transformation delivered measurable results within the first quarter.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-male-enterpri-1772485362410-07b89891.png"}, { - name: "Amelia Rodriguez", - handle: "Director of Operations, InnovateCorp", - testimonial: "Working with Stratex elevated our competitive advantage and opened new revenue streams we hadn't considered.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-confident-fem-1772485362885-1d559807.png", - }, + name: "Amelia Rodriguez", handle: "Director of Operations, InnovateCorp", testimonial: "Working with Stratex elevated our competitive advantage and opened new revenue streams we hadn't considered.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-confident-fem-1772485362885-1d559807.png"}, { - name: "David Kim", - handle: "VP Strategy, FutureSys", - testimonial: "The team's deep expertise and forward-thinking insights made them invaluable partners for our digital transformation.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-male-vp-in-bu-1772485363464-43b79b96.png", - }, + name: "David Kim", handle: "VP Strategy, FutureSys", testimonial: "The team's deep expertise and forward-thinking insights made them invaluable partners for our digital transformation.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-male-vp-in-bu-1772485363464-43b79b96.png"}, ]} testimonialRotationInterval={5000} buttons={[ @@ -111,37 +95,13 @@ export default function HomePage() {