Merge version_1 into main #2

Merged
bender merged 6 commits from version_1 into main 2026-03-02 21:07:20 +00:00
6 changed files with 72 additions and 245 deletions

View File

@@ -42,47 +42,17 @@ export default function AboutPage() {
<TeamCardFive
team={[
{
id: "1",
name: "Alexandra Morrison",
role: "Chief Strategy Officer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-a-female-chief--1772485362445-63697583.png",
imageAlt: "Alexandra Morrison",
},
id: "1", name: "Alexandra Morrison", role: "Chief Strategy Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-a-female-chief--1772485362445-63697583.png", imageAlt: "Alexandra Morrison"},
{
id: "2",
name: "Dr. Michael Patterson",
role: "Head of Digital Innovation",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-a-male-senior-e-1772485363694-ef7fc95d.png",
imageAlt: "Dr. Michael Patterson",
},
id: "2", name: "Dr. Michael Patterson", role: "Head of Digital Innovation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-a-male-senior-e-1772485363694-ef7fc95d.png", imageAlt: "Dr. Michael Patterson"},
{
id: "3",
name: "Priya Kapoor",
role: "Senior Strategy Partner",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-an-accomplished-1772485363226-ce67f829.png",
imageAlt: "Priya Kapoor",
},
id: "3", name: "Priya Kapoor", role: "Senior Strategy Partner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-an-accomplished-1772485363226-ce67f829.png", imageAlt: "Priya Kapoor"},
{
id: "4",
name: "Thomas Blackwell",
role: "Chief Operating Officer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-a-male-chief-op-1772485363502-0db3b220.png",
imageAlt: "Thomas Blackwell",
},
id: "4", name: "Thomas Blackwell", role: "Chief Operating Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-a-male-chief-op-1772485363502-0db3b220.png", imageAlt: "Thomas Blackwell"},
{
id: "5",
name: "Lisa Chen",
role: "Director of Transformation",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-a-female-direct-1772485362523-b951889f.png",
imageAlt: "Lisa Chen",
},
id: "5", name: "Lisa Chen", role: "Director of Transformation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-a-female-direct-1772485362523-b951889f.png", imageAlt: "Lisa Chen"},
{
id: "6",
name: "David Olson",
role: "Principal Consultant",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-a-male-principa-1772485362814-b6ccfce6.png",
imageAlt: "David Olson",
},
id: "6", name: "David Olson", role: "Principal Consultant", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/professional-portrait-of-a-male-principa-1772485362814-b6ccfce6.png", imageAlt: "David Olson"},
]}
title="Leadership Excellence"
description="Meet the strategic minds reshaping industries and driving transformational change for global enterprises."
@@ -97,12 +67,11 @@ export default function AboutPage() {
<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=3"
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" },
@@ -110,8 +79,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -119,8 +87,7 @@ export default function AboutPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },

View File

@@ -47,34 +47,20 @@ export default function ContactPage() {
description="Schedule a consultation with our strategy team. We'll assess your challenges, explore opportunities, and outline a path to achieving your strategic objectives."
inputs={[
{
name: "companyName",
type: "text",
placeholder: "Company Name",
required: true,
name: "companyName", type: "text", placeholder: "Company Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: false,
name: "phone", type: "tel", placeholder: "Phone Number", required: false,
},
{
name: "industry",
type: "text",
placeholder: "Industry",
required: false,
name: "industry", type: "text", placeholder: "Industry", required: false,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your strategic challenges and objectives...",
rows: 6,
name: "message", placeholder: "Tell us about your strategic challenges and objectives...", rows: 6,
required: true,
}}
useInvertedBackground={true}
@@ -89,12 +75,11 @@ export default function ContactPage() {
<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=5"
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" },
@@ -102,8 +87,7 @@ export default function ContactPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -111,8 +95,7 @@ export default function ContactPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },

View File

@@ -42,35 +42,17 @@ export default function InsightsPage() {
<FaqDouble
faqs={[
{
id: "1",
title: "How do you approach strategic planning?",
content: "We employ a comprehensive, data-driven methodology that combines market analysis, competitive benchmarking, and organizational assessment. Our team works collaboratively with your leadership to develop actionable strategies aligned with your vision and market realities.",
},
id: "1", title: "How do you approach strategic planning?", content: "We employ a comprehensive, data-driven methodology that combines market analysis, competitive benchmarking, and organizational assessment. Our team works collaboratively with your leadership to develop actionable strategies aligned with your vision and market realities."},
{
id: "2",
title: "What is the typical engagement timeline?",
content: "Strategic engagements typically range from 3 to 12 months, depending on scope and complexity. We provide a detailed project plan during the initial consultation phase to set clear expectations and milestones.",
},
id: "2", title: "What is the typical engagement timeline?", content: "Strategic engagements typically range from 3 to 12 months, depending on scope and complexity. We provide a detailed project plan during the initial consultation phase to set clear expectations and milestones."},
{
id: "3",
title: "How do you measure success?",
content: "We establish clear KPIs and success metrics at the engagement start. Regular progress reviews track implementation effectiveness, financial impact, and strategic goal achievement throughout the partnership.",
},
id: "3", title: "How do you measure success?", content: "We establish clear KPIs and success metrics at the engagement start. Regular progress reviews track implementation effectiveness, financial impact, and strategic goal achievement throughout the partnership."},
{
id: "4",
title: "Can you work with organizations of any size?",
content: "Yes. We serve enterprises from mid-market companies to Fortune 500 organizations. Our methodologies and team composition scale to match your organization's complexity and strategic needs.",
},
id: "4", title: "Can you work with organizations of any size?", content: "Yes. We serve enterprises from mid-market companies to Fortune 500 organizations. Our methodologies and team composition scale to match your organization's complexity and strategic needs."},
{
id: "5",
title: "What industries do you specialize in?",
content: "We bring deep expertise across technology, financial services, healthcare, manufacturing, energy, and consumer sectors. Our consultants have navigated transformation across diverse industries and geographies.",
},
id: "5", title: "What industries do you specialize in?", content: "We bring deep expertise across technology, financial services, healthcare, manufacturing, energy, and consumer sectors. Our consultants have navigated transformation across diverse industries and geographies."},
{
id: "6",
title: "How is pricing structured?",
content: "We offer flexible engagement models including project-based, time-and-materials, and outcomes-based pricing. Pricing depends on scope, team composition, and duration. We provide transparent proposals during initial consultation.",
},
id: "6", title: "How is pricing structured?", content: "We offer flexible engagement models including project-based, time-and-materials, and outcomes-based pricing. Pricing depends on scope, team composition, and duration. We provide transparent proposals during initial consultation."},
]}
title="Frequently Asked Questions"
description="Find answers to common questions about our strategic consulting services and engagement process."
@@ -86,12 +68,11 @@ export default function InsightsPage() {
<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=4"
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" },
@@ -99,8 +80,7 @@ export default function InsightsPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -108,8 +88,7 @@ export default function InsightsPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },

View File

@@ -5,37 +5,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
variable: "--font-manrope", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Strategic Consulting | Business Transformation & Growth Strategy",
description: "Partner with Stratex for expert strategic consulting that transforms your business. Digital innovation, market expansion, and organizational optimization for sustainable growth.",
keywords: "strategic consulting, business strategy, digital transformation, market expansion, organizational development",
robots: {
title: "Strategic Consulting | Business Transformation & Growth Strategy", description: "Partner with Stratex for expert strategic consulting that transforms your business. Digital innovation, market expansion, and organizational optimization for sustainable growth.", keywords: "strategic consulting, business strategy, digital transformation, market expansion, organizational development", robots: {
index: true,
follow: true,
},
openGraph: {
title: "Strategic Consulting for Business Transformation | Stratex",
description: "Transform your business with expert strategic consulting. Proven results across 85+ markets and 500+ enterprise clients.",
siteName: "Stratex",
type: "website",
images: [
title: "Strategic Consulting for Business Transformation | Stratex", description: "Transform your business with expert strategic consulting. Proven results across 85+ markets and 500+ enterprise clients.", siteName: "Stratex", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-modern-high-tech-consultancy-workspace-1772485363210-8f71f8af.png",
alt: "Strategic consultation and business transformation",
},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-modern-high-tech-consultancy-workspace-1772485363210-8f71f8af.png", alt: "Strategic consultation and business transformation"},
],
},
twitter: {
card: "summary_large_image",
title: "Strategic Consulting | Business Transformation",
description: "Expert business strategy and transformation consulting for enterprise growth.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-modern-high-tech-consultancy-workspace-1772485363210-8f71f8af.png",
],
card: "summary_large_image", title: "Strategic Consulting | Business Transformation", description: "Expert business strategy and transformation consulting for enterprise growth.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-modern-high-tech-consultancy-workspace-1772485363210-8f71f8af.png"],
},
};

View File

@@ -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" },

View File

@@ -43,42 +43,24 @@ export default function ServicesPage() {
features={[
{
id: 1,
title: "Digital Transformation",
description: "Navigate the digital landscape with confidence. We guide enterprises through comprehensive technology adoption, organizational change management, and digital ecosystem optimization to create sustainable competitive advantage.",
phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-sleek-digital-transformation-interface-1772485363277-4101630f.png",
imageAlt: "Digital transformation interface",
},
title: "Digital Transformation", description: "Navigate the digital landscape with confidence. We guide enterprises through comprehensive technology adoption, organizational change management, and digital ecosystem optimization to create sustainable competitive advantage.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-sleek-digital-transformation-interface-1772485363277-4101630f.png", imageAlt: "Digital transformation interface"},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-modern-software-implementation-interfa-1772485363173-200927f1.png",
imageAlt: "Software implementation interface",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-modern-software-implementation-interfa-1772485363173-200927f1.png", imageAlt: "Software implementation interface"},
},
{
id: 2,
title: "Market Expansion Strategy",
description: "Enter new markets with precision and confidence. Our data-driven market analysis, competitive positioning, and localization strategies ensure successful expansion into emerging opportunities.",
phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-global-market-expansion-strategy-visua-1772485363811-9aeb4592.png",
imageAlt: "Global market expansion visualization",
},
title: "Market Expansion Strategy", description: "Enter new markets with precision and confidence. Our data-driven market analysis, competitive positioning, and localization strategies ensure successful expansion into emerging opportunities.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-global-market-expansion-strategy-visua-1772485363811-9aeb4592.png", imageAlt: "Global market expansion visualization"},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-market-analysis-interface-displaying-c-1772485363401-969b40c7.png",
imageAlt: "Market analysis interface",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-market-analysis-interface-displaying-c-1772485363401-969b40c7.png", imageAlt: "Market analysis interface"},
},
{
id: 3,
title: "Organizational Optimization",
description: "Build high-performing organizations through strategic restructuring, talent alignment, and culture transformation initiatives that maximize efficiency and drive long-term success.",
phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/an-organizational-structure-visualizatio-1772485363762-83f939e1.png",
imageAlt: "Organizational structure visualization",
},
title: "Organizational Optimization", description: "Build high-performing organizations through strategic restructuring, talent alignment, and culture transformation initiatives that maximize efficiency and drive long-term success.", phoneOne: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/an-organizational-structure-visualizatio-1772485363762-83f939e1.png", imageAlt: "Organizational structure visualization"},
phoneTwo: {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-performance-management-dashboard-displ-1772485363773-7d7bf370.png",
imageAlt: "Performance management dashboard",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APDKRJFgv6udBI5k06akRFkjcS/a-performance-management-dashboard-displ-1772485363773-7d7bf370.png", imageAlt: "Performance management dashboard"},
},
]}
showStepNumbers={true}
@@ -95,12 +77,11 @@ export default function ServicesPage() {
<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=2"
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" },
@@ -108,8 +89,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Team", href: "/about" },
{ label: "Careers", href: "#" },
@@ -117,8 +97,7 @@ export default function ServicesPage() {
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{ label: "Contact Us", href: "/contact" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },