Update src/app/page.tsx
This commit is contained in:
115
src/app/page.tsx
115
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() {
|
||||
<MetricCardEleven
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "87%",
|
||||
title: "Strategy Implementation Success",
|
||||
description: "Average client achievement of strategic objectives",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-success-metrics-dashboard-with-upward--1772485363031-5c519193.png",
|
||||
imageAlt: "Success metrics dashboard",
|
||||
},
|
||||
id: "1", value: "87%", title: "Strategy Implementation Success", description: "Average client achievement of strategic objectives", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-success-metrics-dashboard-with-upward--1772485363031-5c519193.png", imageAlt: "Success metrics dashboard"},
|
||||
{
|
||||
id: "2",
|
||||
value: "24 months",
|
||||
title: "Average ROI Timeline",
|
||||
description: "Time to positive return on consulting investment",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-strategic-timeline-visualization-showi-1772485362984-bd54a656.png",
|
||||
imageAlt: "Strategic timeline visualization",
|
||||
},
|
||||
id: "2", value: "24 months", title: "Average ROI Timeline", description: "Time to positive return on consulting investment", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-strategic-timeline-visualization-showi-1772485362984-bd54a656.png", imageAlt: "Strategic timeline visualization"},
|
||||
{
|
||||
id: "3",
|
||||
value: "45%",
|
||||
title: "Average Revenue Increase",
|
||||
description: "Median revenue growth within first three years",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-financial-growth-dashboard-displaying--1772485363662-fd61d614.png",
|
||||
imageAlt: "Financial growth dashboard",
|
||||
},
|
||||
id: "3", value: "45%", title: "Average Revenue Increase", description: "Median revenue growth within first three years", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-financial-growth-dashboard-displaying--1772485363662-fd61d614.png", imageAlt: "Financial growth dashboard"},
|
||||
{
|
||||
id: "4",
|
||||
value: "92%",
|
||||
title: "Client Retention Rate",
|
||||
description: "Long-term partnership and repeat engagement rate",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-client-retention-and-satisfaction-anal-1772485363728-f2833053.png",
|
||||
imageAlt: "Client retention analytics dashboard",
|
||||
},
|
||||
id: "4", value: "92%", title: "Client Retention Rate", description: "Long-term partnership and repeat engagement rate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-client-retention-and-satisfaction-anal-1772485363728-f2833053.png", imageAlt: "Client retention analytics dashboard"},
|
||||
]}
|
||||
title="Proven Impact & Results"
|
||||
description="Measurable outcomes that demonstrate our commitment to delivering exceptional strategic value."
|
||||
@@ -158,41 +118,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Mitchell",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-successful-bu-1772485361822-04733d37.png",
|
||||
imageAlt: "Sarah Mitchell",
|
||||
},
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-successful-bu-1772485361822-04733d37.png", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Robert Chang",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-business-lead-1772485362859-fab3113e.png",
|
||||
imageAlt: "Robert Chang",
|
||||
},
|
||||
id: "2", name: "Robert Chang", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-business-lead-1772485362859-fab3113e.png", imageAlt: "Robert Chang"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Vasquez",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-female-busine-1772485361714-1e1a64fa.png",
|
||||
imageAlt: "Elena Vasquez",
|
||||
},
|
||||
id: "3", name: "Elena Vasquez", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-female-busine-1772485361714-1e1a64fa.png", imageAlt: "Elena Vasquez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "James Mitchell",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-business-prof-1772485362455-4a6c7efb.png",
|
||||
imageAlt: "James Mitchell",
|
||||
},
|
||||
id: "4", name: "James Mitchell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-business-prof-1772485362455-4a6c7efb.png", imageAlt: "James Mitchell"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Victoria Singh",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-female-busine-1772485362788-4065006c.png",
|
||||
imageAlt: "Victoria Singh",
|
||||
},
|
||||
id: "5", name: "Victoria Singh", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-female-busine-1772485362788-4065006c.png", imageAlt: "Victoria Singh"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Christopher Zhou",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-male-business-1772485361990-2128955b.png",
|
||||
imageAlt: "Christopher Zhou",
|
||||
},
|
||||
id: "6", name: "Christopher Zhou", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-headshot-of-a-male-business-1772485361990-2128955b.png", imageAlt: "Christopher Zhou"},
|
||||
]}
|
||||
cardTitle="Over 500 leading enterprises trust Stratex to drive strategic transformation and achieve exceptional business outcomes."
|
||||
cardTag="Client Success Stories"
|
||||
@@ -204,12 +140,11 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-sophisticated-business-background-feat-1772485364632-dbfd1da6.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-sophisticated-business-background-feat-1772485364632-dbfd1da6.png"
|
||||
imageAlt="Footer consultancy background"
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Strategy Consulting", href: "/services" },
|
||||
{ label: "Digital Transformation", href: "/services" },
|
||||
{ label: "Market Expansion", href: "/services" },
|
||||
@@ -217,8 +152,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -226,8 +160,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
|
||||
Reference in New Issue
Block a user