Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
176
src/app/page.tsx
176
src/app/page.tsx
@@ -38,8 +38,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Strategic Growth Planning", href: "services" },
|
||||
{ label: "Operational Excellence", href: "services" },
|
||||
{ label: "Digital Innovation", href: "services" },
|
||||
@@ -47,8 +46,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Team", href: "about" },
|
||||
{ label: "Insights & Articles", href: "insights" },
|
||||
@@ -56,8 +54,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Case Studies", href: "#" },
|
||||
@@ -83,9 +80,7 @@ export default function HomePage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Schedule a Consultation",
|
||||
href: "contact",
|
||||
}}
|
||||
text: "Schedule a Consultation", href: "contact"}}
|
||||
brandName="Strategic Advisors"
|
||||
/>
|
||||
</div>
|
||||
@@ -96,13 +91,9 @@ export default function HomePage() {
|
||||
description="We partner with enterprise leaders to navigate complex business challenges and unlock sustainable value. From strategy to execution, we deliver clarity and confidence."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Consultation",
|
||||
href: "contact",
|
||||
},
|
||||
text: "Schedule a Consultation", href: "contact"},
|
||||
{
|
||||
text: "Explore Our Approach",
|
||||
href: "about",
|
||||
},
|
||||
text: "Explore Our Approach", href: "about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-female-colleagues-talking-business-meeting-office_637285-9189.jpg"
|
||||
imageAlt="Strategic business planning and advisory"
|
||||
@@ -119,7 +110,7 @@ export default function HomePage() {
|
||||
description="Strategic Advisors LLP"
|
||||
subdescription="15+ years of enterprise transformation"
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/executive-manager-modern-office-engaged-infographics-analysis_482257-122660.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/executive-manager-modern-office-engaged-infographics-analysis_482257-122660.jpg"
|
||||
imageAlt="Team collaboration and strategic planning"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -133,40 +124,28 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Strategic Growth Planning",
|
||||
description:
|
||||
"Develop comprehensive growth strategies aligned with market dynamics, competitive positioning, and stakeholder objectives.",
|
||||
},
|
||||
title: "Strategic Growth Planning", description:
|
||||
"Develop comprehensive growth strategies aligned with market dynamics, competitive positioning, and stakeholder objectives."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Operational Excellence",
|
||||
description:
|
||||
"Optimize operations, reduce costs, and enhance efficiency through process improvement and organizational restructuring.",
|
||||
},
|
||||
title: "Operational Excellence", description:
|
||||
"Optimize operations, reduce costs, and enhance efficiency through process improvement and organizational restructuring."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Risk & Compliance",
|
||||
description:
|
||||
"Navigate regulatory landscapes and mitigate enterprise risks with expert governance and compliance strategies.",
|
||||
},
|
||||
title: "Risk & Compliance", description:
|
||||
"Navigate regulatory landscapes and mitigate enterprise risks with expert governance and compliance strategies."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Organizational Transformation",
|
||||
description:
|
||||
"Lead enterprise-wide transformation initiatives with change management expertise and cultural alignment strategies.",
|
||||
},
|
||||
title: "Organizational Transformation", description:
|
||||
"Lead enterprise-wide transformation initiatives with change management expertise and cultural alignment strategies."},
|
||||
{
|
||||
icon: BarChart3,
|
||||
title: "Financial Advisory",
|
||||
description:
|
||||
"Strategic financial planning, M&A guidance, capital optimization, and performance management for sustainable value creation.",
|
||||
},
|
||||
title: "Financial Advisory", description:
|
||||
"Strategic financial planning, M&A guidance, capital optimization, and performance management for sustainable value creation."},
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Digital Innovation",
|
||||
description:
|
||||
"Accelerate digital transformation with technology strategy, implementation roadmaps, and digital capability development.",
|
||||
},
|
||||
title: "Digital Innovation", description:
|
||||
"Accelerate digital transformation with technology strategy, implementation roadmaps, and digital capability development."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -184,29 +163,17 @@ export default function HomePage() {
|
||||
tagIcon={CheckCircle}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Award,
|
||||
title: "Average ROI",
|
||||
value: "3.2x",
|
||||
},
|
||||
id: "1", icon: Award,
|
||||
title: "Average ROI", value: "3.2x"},
|
||||
{
|
||||
id: "2",
|
||||
icon: Users,
|
||||
title: "Client Retention",
|
||||
value: "94%",
|
||||
},
|
||||
id: "2", icon: Users,
|
||||
title: "Client Retention", value: "94%"},
|
||||
{
|
||||
id: "3",
|
||||
icon: TrendingUp,
|
||||
title: "Projects Completed",
|
||||
value: "500+",
|
||||
},
|
||||
id: "3", icon: TrendingUp,
|
||||
title: "Projects Completed", value: "500+"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Zap,
|
||||
title: "Avg Time to Value",
|
||||
value: "6 months",
|
||||
},
|
||||
id: "4", icon: Zap,
|
||||
title: "Avg Time to Value", value: "6 months"},
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
@@ -223,65 +190,29 @@ export default function HomePage() {
|
||||
tagIcon={Star}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
handle: "Chief Strategy Officer, TechCorp Industries",
|
||||
testimonial:
|
||||
"Strategic Advisors transformed our business model and helped us capture $50M in new market opportunities within 18 months. Their strategic clarity was invaluable.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg?_wi=1",
|
||||
imageAlt: "Sarah Chen",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", handle: "Chief Strategy Officer, TechCorp Industries", testimonial:
|
||||
"Strategic Advisors transformed our business model and helped us capture $50M in new market opportunities within 18 months. Their strategic clarity was invaluable.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/joyful-woman-black-jacket-liking-lip-posing-isolated-background-charming-lady-dark-suit-smiling-white-backdrop_197531-18516.jpg", imageAlt: "Sarah Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Rodriguez",
|
||||
handle: "CEO, Global Manufacturing Group",
|
||||
testimonial:
|
||||
"Their operational excellence program reduced our costs by 23% while improving quality metrics across all divisions. A true partnership, not just consulting.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-man-street_641386-463.jpg?_wi=1",
|
||||
imageAlt: "Michael Rodriguez",
|
||||
},
|
||||
id: "2", name: "Michael Rodriguez", handle: "CEO, Global Manufacturing Group", testimonial:
|
||||
"Their operational excellence program reduced our costs by 23% while improving quality metrics across all divisions. A true partnership, not just consulting.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-man-street_641386-463.jpg", imageAlt: "Michael Rodriguez"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Jennifer Walsh",
|
||||
handle: "CFO, Financial Services Holding Company",
|
||||
testimonial:
|
||||
"From M&A strategy to integration execution, Strategic Advisors provided the expertise and guidance that made our $2B acquisition seamless and highly successful.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg?_wi=1",
|
||||
imageAlt: "Jennifer Walsh",
|
||||
},
|
||||
id: "3", name: "Jennifer Walsh", handle: "CFO, Financial Services Holding Company", testimonial:
|
||||
"From M&A strategy to integration execution, Strategic Advisors provided the expertise and guidance that made our $2B acquisition seamless and highly successful.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/business-woman-with-crossed-arms-smiling_23-2148095677.jpg", imageAlt: "Jennifer Walsh"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kumar",
|
||||
handle: "President, Retail Operations Network",
|
||||
testimonial:
|
||||
"Their digital transformation roadmap unlocked new revenue streams and improved customer engagement by 45%. Exceptional strategic thinking and execution support.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg?_wi=1",
|
||||
imageAlt: "David Kumar",
|
||||
},
|
||||
id: "4", name: "David Kumar", handle: "President, Retail Operations Network", testimonial:
|
||||
"Their digital transformation roadmap unlocked new revenue streams and improved customer engagement by 45%. Exceptional strategic thinking and execution support.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/smiling-businessman-face-portrait-wearing-suit_53876-148135.jpg", imageAlt: "David Kumar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amanda Peterson",
|
||||
handle: "SVP, Healthcare Systems Alliance",
|
||||
testimonial:
|
||||
"Complex regulatory environment required expert navigation. Strategic Advisors provided both compliance excellence and strategic opportunity identification throughout.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg?_wi=1",
|
||||
imageAlt: "Amanda Peterson",
|
||||
},
|
||||
id: "5", name: "Amanda Peterson", handle: "SVP, Healthcare Systems Alliance", testimonial:
|
||||
"Complex regulatory environment required expert navigation. Strategic Advisors provided both compliance excellence and strategic opportunity identification throughout.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/happy-ethnic-executive-woman-looking-camera_1098-20037.jpg", imageAlt: "Amanda Peterson"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Northampton",
|
||||
handle: "Managing Director, Private Equity Firm",
|
||||
testimonial:
|
||||
"Their due diligence frameworks and integration planning consistently deliver value across our portfolio companies. Now a critical part of our investment process.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg?_wi=1",
|
||||
imageAlt: "James Northampton",
|
||||
},
|
||||
id: "6", name: "James Northampton", handle: "Managing Director, Private Equity Firm", testimonial:
|
||||
"Their due diligence frameworks and integration planning consistently deliver value across our portfolio companies. Now a critical part of our investment process.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg", imageAlt: "James Northampton"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -298,16 +229,10 @@ export default function HomePage() {
|
||||
tagIcon={Building2}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Fortune 500 Tech", "Global Finance", "Healthcare Enterprise", "Manufacturing Leader", "Retail Corporation", "Energy Conglomerate", "Pharma Group", "Telecom Provider"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/fith-generation-technology-concept-techno-background_1017-25466.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148853513.jpg",
|
||||
"http://img.b2bpic.net/free-vector/silver-medical-team-business-card_1078-19.jpg",
|
||||
"http://img.b2bpic.net/free-vector/green-blue-abstract-logo_1222-47.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-cyber-monday-label-collection_23-2149118948.jpg",
|
||||
"http://img.b2bpic.net/free-vector/petroleum-oil-industric-infographic_24877-50947.jpg",
|
||||
"http://img.b2bpic.net/free-vector/pharmacy-logo-medical-supplies_1057-2582.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hi-tech-chip-dna-atom-molecule-logo_126523-903.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/fith-generation-technology-concept-techno-background_1017-25466.jpg", "http://img.b2bpic.net/free-vector/gradient-accounting-logo-template_23-2148853513.jpg", "http://img.b2bpic.net/free-vector/silver-medical-team-business-card_1078-19.jpg", "http://img.b2bpic.net/free-vector/green-blue-abstract-logo_1222-47.jpg", "http://img.b2bpic.net/free-vector/gradient-cyber-monday-label-collection_23-2149118948.jpg", "http://img.b2bpic.net/free-vector/petroleum-oil-industric-infographic_24877-50947.jpg", "http://img.b2bpic.net/free-vector/pharmacy-logo-medical-supplies_1057-2582.jpg", "http://img.b2bpic.net/free-vector/hi-tech-chip-dna-atom-molecule-logo_126523-903.jpg"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -320,8 +245,7 @@ export default function HomePage() {
|
||||
title="Schedule Your Strategic Consultation"
|
||||
description="Connect with our advisory team to discuss your business challenges and explore how we can drive measurable value creation. Let's chart your path to sustainable growth together."
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your business email"
|
||||
buttonText="Schedule Consultation"
|
||||
@@ -331,7 +255,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153865.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153865.jpg"
|
||||
imageAlt="Strategic Advisors office environment"
|
||||
logoText="Strategic Advisors LLP"
|
||||
copyrightText="© 2025 Strategic Advisors LLP. All rights reserved."
|
||||
|
||||
@@ -1,51 +1,43 @@
|
||||
"use client";
|
||||
|
||||
import { memo } from "react";
|
||||
import useSvgTextLogo from "./useSvgTextLogo";
|
||||
import { cls } from "@/lib/utils";
|
||||
import React from "react";
|
||||
|
||||
interface SvgTextLogoProps {
|
||||
logoText: string;
|
||||
adjustHeightFactor?: number;
|
||||
verticalAlign?: "top" | "center";
|
||||
text: string;
|
||||
className?: string;
|
||||
size?: number;
|
||||
weight?: number | string;
|
||||
}
|
||||
|
||||
const SvgTextLogo = memo<SvgTextLogoProps>(function SvgTextLogo({
|
||||
logoText,
|
||||
adjustHeightFactor,
|
||||
verticalAlign = "top",
|
||||
className = "",
|
||||
}) {
|
||||
const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
|
||||
const SvgTextLogo: React.FC<SvgTextLogoProps> = ({
|
||||
text,
|
||||
className = "", size = 48,
|
||||
weight = 700,
|
||||
}) => {
|
||||
const lines = text.split(" ");
|
||||
const lineHeight = size * 1.2;
|
||||
const viewBoxHeight = lines.length * lineHeight + size;
|
||||
|
||||
return (
|
||||
<svg
|
||||
ref={svgRef}
|
||||
viewBox={viewBox}
|
||||
className={cls("w-full", className)}
|
||||
style={{ aspectRatio: aspectRatio }}
|
||||
preserveAspectRatio="none"
|
||||
role="img"
|
||||
aria-label={`${logoText} logo`}
|
||||
className={className}
|
||||
viewBox={`0 0 ${size * text.length} ${viewBoxHeight}`}
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
aria-label={text}
|
||||
>
|
||||
<text
|
||||
ref={textRef}
|
||||
x="0"
|
||||
y={verticalAlign === "center" ? "50%" : "0"}
|
||||
className="font-bold fill-current"
|
||||
style={{
|
||||
fontSize: "20px",
|
||||
letterSpacing: "-0.02em",
|
||||
dominantBaseline: verticalAlign === "center" ? "middle" : "text-before-edge"
|
||||
}}
|
||||
>
|
||||
{logoText}
|
||||
</text>
|
||||
{lines.map((line, index) => (
|
||||
<text
|
||||
key={index}
|
||||
x="0"
|
||||
y={(index + 1) * lineHeight}
|
||||
fontSize={size}
|
||||
fontWeight={weight}
|
||||
dominantBaseline="middle"
|
||||
fill="currentColor"
|
||||
>
|
||||
{line}
|
||||
</text>
|
||||
))}
|
||||
</svg>
|
||||
);
|
||||
});
|
||||
};
|
||||
|
||||
SvgTextLogo.displayName = "SvgTextLogo";
|
||||
|
||||
export default SvgTextLogo;
|
||||
export default SvgTextLogo;
|
||||
Reference in New Issue
Block a user