Merge version_1_1781445352704 into main #2
@@ -7,34 +7,13 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Coaching",
|
||||
"href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Insights",
|
||||
"href": "#insights"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "Social Proof",
|
||||
"href": "#social-proof"
|
||||
},
|
||||
{
|
||||
"name": "Features",
|
||||
"href": "#features"
|
||||
},
|
||||
{
|
||||
"name": "Metrics",
|
||||
"href": "#metrics"
|
||||
}
|
||||
{ "name": "Coaching", "href": "#about" },
|
||||
{ "name": "Insights", "href": "#insights" },
|
||||
{ "name": "About", "href": "#about" },
|
||||
{ "name": "Hero", "href": "#hero" },
|
||||
{ "name": "Social Proof", "href": "#social-proof" },
|
||||
{ "name": "Features", "href": "#features" },
|
||||
{ "name": "Metrics", "href": "#metrics" }
|
||||
];
|
||||
|
||||
return (
|
||||
@@ -42,49 +21,36 @@ export default function Layout() {
|
||||
<SiteBackgroundSlot />
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="Growth Idea"
|
||||
ctaButton={{
|
||||
text: "Request a Call",
|
||||
href: "#contact",
|
||||
}}
|
||||
navItems={navItems} />
|
||||
logo="Growth Idea"
|
||||
logoImageSrc="http://img.b2bpic.net/free-photo/stationery-concept-with-business-card-stack_23-2147786716.jpg"
|
||||
ctaButton={{
|
||||
text: "Request a Call", href: "#contact"}}
|
||||
navItems={navItems}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
<Outlet />
|
||||
</main>
|
||||
<SectionErrorBoundary name="footer">
|
||||
<FooterBasic
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
columns={[
|
||||
{
|
||||
label: "Discovery Call",
|
||||
href: "#",
|
||||
title: "Services", items: [
|
||||
{ label: "Discovery Call", href: "#" },
|
||||
{ label: "Coaching", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
label: "Coaching",
|
||||
href: "#",
|
||||
title: "Resources", items: [
|
||||
{ label: "Insights", href: "#" },
|
||||
{ label: "Books", href: "#" },
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Insights",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Books",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
leftText="© 2026 Growth Idea Ltd."
|
||||
rightText="Reg: 6713079"
|
||||
/>
|
||||
]
|
||||
}
|
||||
leftText="© 2026 Growth Idea Ltd."
|
||||
rightText="Reg: 6713079"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</StyleProvider>
|
||||
);
|
||||
|
||||
@@ -18,14 +18,10 @@ export default function HomePage() {
|
||||
brand="Scale your Business Beyond the Growth Ceiling"
|
||||
description="from the #1 Top Rated Business Coaching Group. We help SME founders turn complex businesses into scalable, profitable organisations."
|
||||
primaryButton={{
|
||||
text: "Book Discovery Call",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Discovery Call", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-analyzing-financial-data-digital-screens_9975-22472.jpg?_wi=1"
|
||||
text: "Learn More", href: "#about"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesspeople-analyzing-financial-data-digital-screens_9975-22472.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -37,14 +33,7 @@ export default function HomePage() {
|
||||
title="Global Recognition in Coaching"
|
||||
description="7x GlobalGurus Top 30, Stevie Award Winners, Management Consulting Excellence."
|
||||
names={[
|
||||
"GlobalGurus Top 30",
|
||||
"Stevie Award Winner",
|
||||
"Management Consulting Firm of the Year",
|
||||
"SME Growth Leader",
|
||||
"Top Rated Business Coaching",
|
||||
"Elite Coaching Professional",
|
||||
"Growth Idea Certified",
|
||||
]}
|
||||
"GlobalGurus Top 30", "Stevie Award Winner", "Management Consulting Firm of the Year", "SME Growth Leader", "Top Rated Business Coaching", "Elite Coaching Professional", "Growth Idea Certified"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -54,13 +43,9 @@ export default function HomePage() {
|
||||
<AboutTextSplit
|
||||
title="What We Do"
|
||||
descriptions={[
|
||||
"Growth Idea helps SME founders achieve massive scale through proven business coaching strategies. We focus on turning complex organizational structures into scalable, high-profit engines.",
|
||||
"Our HPeX Business Growth Programme and tailored coaching solutions are designed for founders who refuse to settle for the growth ceiling.",
|
||||
]}
|
||||
"Growth Idea helps SME founders achieve massive scale through proven business coaching strategies. We focus on turning complex organizational structures into scalable, high-profit engines.", "Our HPeX Business Growth Programme and tailored coaching solutions are designed for founders who refuse to settle for the growth ceiling."]}
|
||||
primaryButton={{
|
||||
text: "Explore Services",
|
||||
href: "#features",
|
||||
}}
|
||||
text: "Explore Services", href: "#features"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -73,60 +58,23 @@ export default function HomePage() {
|
||||
description="Strategies to scale your organization effectively."
|
||||
features={[
|
||||
{
|
||||
title: "HPeX Programme",
|
||||
description: "High-Performance management development.",
|
||||
bentoComponent: "info-card-marquee",
|
||||
infoCards: [
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Scaling",
|
||||
value: "2x",
|
||||
},
|
||||
{
|
||||
icon: Target,
|
||||
label: "Profit",
|
||||
value: "Up",
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
label: "Growth",
|
||||
value: "Max",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stationery-concept-with-business-card-stack_23-2147786716.jpg",
|
||||
imageAlt: "professional business logo",
|
||||
title: "HPeX Programme", description: "High-Performance management development.", bentoComponent: "info-card-marquee", infoCards: [
|
||||
{ icon: "Zap", label: "Scaling", value: "2x" },
|
||||
{ icon: "Target", label: "Profit", value: "Up" },
|
||||
{ icon: "TrendingUp", label: "Growth", value: "Max" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Business Mentoring",
|
||||
description: "One-on-one expert guidance.",
|
||||
bentoComponent: "animated-bar-chart",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-analyzing-financial-data-digital-screens_9975-22472.jpg?_wi=2",
|
||||
imageAlt: "professional business logo",
|
||||
title: "Business Mentoring", description: "One-on-one expert guidance.", bentoComponent: "animated-bar-chart"
|
||||
},
|
||||
{
|
||||
title: "Scalability Audits",
|
||||
description: "Breakthrough strategy sessions.",
|
||||
bentoComponent: "checklist-timeline",
|
||||
heading: "Audit Roadmap",
|
||||
subheading: "Steps to success",
|
||||
checklistItems: [
|
||||
{
|
||||
label: "Analysis",
|
||||
detail: "Deep dive discovery",
|
||||
},
|
||||
{
|
||||
label: "Strategy",
|
||||
detail: "Custom roadmap",
|
||||
},
|
||||
{
|
||||
label: "Execution",
|
||||
detail: "Hands-on scaling",
|
||||
},
|
||||
title: "Scalability Audits", description: "Breakthrough strategy sessions.", bentoComponent: "checklist-timeline", heading: "Audit Roadmap", subheading: "Steps to success", checklistItems: [
|
||||
{ label: "Analysis", detail: "Deep dive discovery" },
|
||||
{ label: "Strategy", detail: "Custom roadmap" },
|
||||
{ label: "Execution", detail: "Hands-on scaling" }
|
||||
],
|
||||
completedLabel: "Scalable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-cheering-good-news_482257-120419.jpg?_wi=1",
|
||||
imageAlt: "professional business logo",
|
||||
},
|
||||
completedLabel: "Scalable"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -139,21 +87,9 @@ export default function HomePage() {
|
||||
title="The Impact"
|
||||
description="Real results for SME founders globally."
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
title: "Stevie Awards",
|
||||
value: "2",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Coaching Pros",
|
||||
value: "30+",
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Year-Over-Year",
|
||||
value: "40%",
|
||||
},
|
||||
{ icon: "Award", title: "Stevie Awards", value: "2" },
|
||||
{ icon: "Users", title: "Coaching Pros", value: "30+" },
|
||||
{ icon: "TrendingUp", title: "Year-Over-Year", value: "40%" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -167,35 +103,20 @@ export default function HomePage() {
|
||||
description="Trusted by scaling businesses."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Smith",
|
||||
role: "CEO",
|
||||
quote: "Growth Idea completely changed how we scale.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-cheering-good-news_482257-120419.jpg?_wi=2",
|
||||
name: "John Smith", role: "CEO", quote: "Growth Idea completely changed how we scale.", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-cheering-good-news_482257-120419.jpg"
|
||||
},
|
||||
{
|
||||
name: "Sarah Lee",
|
||||
role: "Founder",
|
||||
quote: "The best investment for our SME growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg",
|
||||
name: "Sarah Lee", role: "Founder", quote: "The best investment for our SME growth.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-middle-aged-man-with-beard-hairstyle-dressed-elegant-formal-suit-textured-dark-background-studio_613910-19887.jpg"
|
||||
},
|
||||
{
|
||||
name: "Mike Ross",
|
||||
role: "Director",
|
||||
quote: "Unbeatable coaching expertise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
name: "Mike Ross", role: "Director", quote: "Unbeatable coaching expertise.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg"
|
||||
},
|
||||
{
|
||||
name: "Jane Doe",
|
||||
role: "Founder",
|
||||
quote: "Scaled beyond our wildest expectations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84736.jpg",
|
||||
name: "Jane Doe", role: "Founder", quote: "Scaled beyond our wildest expectations.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-smiling_107420-84736.jpg"
|
||||
},
|
||||
{
|
||||
name: "Alex P",
|
||||
role: "CEO",
|
||||
quote: "The definitive coaching group.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-holding-pen_1098-2049.jpg",
|
||||
},
|
||||
name: "Alex P", role: "CEO", quote: "The definitive coaching group.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-holding-pen_1098-2049.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -209,17 +130,11 @@ export default function HomePage() {
|
||||
description="Find out how we can help you grow."
|
||||
items={[
|
||||
{
|
||||
question: "What is the HPeX Programme?",
|
||||
answer: "It's our High-Performance management program.",
|
||||
},
|
||||
question: "What is the HPeX Programme?", answer: "It's our High-Performance management program."},
|
||||
{
|
||||
question: "How do I start?",
|
||||
answer: "Book a discovery call today.",
|
||||
},
|
||||
question: "How do I start?", answer: "Book a discovery call today."},
|
||||
{
|
||||
question: "Do you work with SMEs?",
|
||||
answer: "Yes, exclusively with SME founders.",
|
||||
},
|
||||
question: "Do you work with SMEs?", answer: "Yes, exclusively with SME founders."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ambitious-woman-director-oversees-strategic-review-enterprise-activity_482257-122704.jpg"
|
||||
/>
|
||||
@@ -232,13 +147,9 @@ export default function HomePage() {
|
||||
tag="Get Started"
|
||||
text="Book your free Breakthrough Discovery Call today."
|
||||
primaryButton={{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Book Now", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@growthidea.co.uk",
|
||||
}}
|
||||
text: "Email Us", href: "mailto:info@growthidea.co.uk"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user