Merge version_2 into main #2
291
src/app/page.tsx
291
src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Expertise",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Expertise", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Sunyani Consult"
|
||||
/>
|
||||
@@ -59,78 +44,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Transforming Businesses with 10+ Years of Proven Expertise"
|
||||
description="Sunyani's trusted management consultancy helping businesses scale, optimize processes, and achieve sustainable growth through strategic leadership."
|
||||
kpis={[
|
||||
{
|
||||
value: "10+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Projects Completed",
|
||||
},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Success Rate",
|
||||
},
|
||||
{ value: "10+", label: "Years Experience" },
|
||||
{ value: "500+", label: "Projects Completed" },
|
||||
{ value: "95%", label: "Success Rate" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg?_wi=1"
|
||||
buttons={[{ text: "Book Consultation", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/co-workers-planning-strategy_1098-1144.jpg",
|
||||
alt: "Co-workers planning a strategy",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/executive-joking-meeting_1098-1814.jpg",
|
||||
alt: "Executive joking at the meeting",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sales-representative-meeting-with-his-manager_1098-2009.jpg",
|
||||
alt: "Sales representative in a meeting with his manager",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-businessman-discussing-project-meeting_23-2147923440.jpg",
|
||||
alt: "Two businessman discussing the project in the meeting",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-workers-office-working-together-finishing-project_482257-126470.jpg",
|
||||
alt: "Portrait of smiling workers in office",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/co-workers-planning-strategy_1098-1144.jpg", alt: "Co-workers planning a strategy" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/executive-joking-meeting_1098-1814.jpg", alt: "Executive joking at the meeting" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/sales-representative-meeting-with-his-manager_1098-2009.jpg", alt: "Sales representative in a meeting with his manager" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-businessman-discussing-project-meeting_23-2147923440.jpg", alt: "Two businessman discussing the project in the meeting" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-workers-office-working-together-finishing-project_482257-126470.jpg", alt: "Portrait of smiling workers in office" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Growth",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Operational Excellence",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Performance Analytics",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Market Leadership",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Business Scaling",
|
||||
},
|
||||
{ type: "text", text: "Strategic Growth" },
|
||||
{ type: "text", text: "Operational Excellence" },
|
||||
{ type: "text", text: "Performance Analytics" },
|
||||
{ type: "text", text: "Market Leadership" },
|
||||
{ type: "text", text: "Business Scaling" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,16 +80,10 @@ export default function LandingPage() {
|
||||
title="Decades of Strategic Insights"
|
||||
description="We specialize in business management solutions tailored to the unique economic landscape of Sunyani. Our approach combines time-tested methodology with modern efficiency."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Client Satisfaction",
|
||||
},
|
||||
{
|
||||
value: "50+",
|
||||
title: "Strategic Partners",
|
||||
},
|
||||
{ value: "100%", title: "Client Satisfaction" },
|
||||
{ value: "50+", title: "Strategic Partners" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-entrepreneur-presenting-his-colleagues-new-business-strategy-whiteboard-meeting-office_637285-6984.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-entrepreneur-presenting-his-colleagues-new-business-strategy-whiteboard-meeting-office_637285-6984.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -163,64 +96,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Growth Planning",
|
||||
description: "Long-term scaling solutions based on market data.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motivation-aspiration-expectations-inspire-concept_53876-132318.jpg",
|
||||
title: "Strategic Growth Planning", description: "Long-term scaling solutions based on market data.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/motivation-aspiration-expectations-inspire-concept_53876-132318.jpg", imageAlt: "business strategy diagram"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Market Analysis",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "ROI Focused",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Market Analysis" },
|
||||
{ icon: CheckCircle, text: "ROI Focused" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-meeting-cafe_53876-15162.jpg?_wi=2",
|
||||
imageAlt: "business strategy diagram",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Operational Efficiency",
|
||||
description: "Streamlining workflows to reduce overhead and improve output.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/eight-training-slide-templates-set_1262-4493.jpg",
|
||||
title: "Operational Efficiency", description: "Streamlining workflows to reduce overhead and improve output.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/eight-training-slide-templates-set_1262-4493.jpg", imageAlt: "business strategy diagram"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Lean Methodology",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Workflow Audit",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Lean Methodology" },
|
||||
{ icon: CheckCircle, text: "Workflow Audit" },
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-entrepreneur-presenting-his-colleagues-new-business-strategy-whiteboard-meeting-office_637285-6984.jpg?_wi=2",
|
||||
imageAlt: "business strategy diagram",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Performance Analytics",
|
||||
description: "Tracking metrics that matter for bottom-line success.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461313.jpg",
|
||||
title: "Performance Analytics", description: "Tracking metrics that matter for bottom-line success.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-looking-finance-graphs_23-2150461313.jpg", imageAlt: "business strategy diagram"
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Custom Dashboards",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Predictive Modeling",
|
||||
},
|
||||
{ icon: CheckCircle, text: "Custom Dashboards" },
|
||||
{ icon: CheckCircle, text: "Predictive Modeling" },
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg?_wi=1",
|
||||
imageAlt: "business strategy diagram",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="Our Core Consultancy Services"
|
||||
@@ -235,26 +138,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "40%",
|
||||
title: "Efficiency Gain",
|
||||
description: "Avg improvement in operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-back-school-elements-with-clipboard-template_23-2148198134.jpg",
|
||||
},
|
||||
id: "m1", value: "40%", title: "Efficiency Gain", description: "Avg improvement in operations.", imageSrc: "http://img.b2bpic.net/free-photo/flay-lay-back-school-elements-with-clipboard-template_23-2148198134.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2.5x",
|
||||
title: "Revenue Growth",
|
||||
description: "Avg growth for startups.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg",
|
||||
},
|
||||
id: "m2", value: "2.5x", title: "Revenue Growth", description: "Avg growth for startups.", imageSrc: "http://img.b2bpic.net/free-photo/empty-startup-office-displays-statistics_482257-119484.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "150+",
|
||||
title: "Local Businesses",
|
||||
description: "Successfully consulted.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-laptop-growth-chart-analyzed-by-hands_23-2148780625.jpg",
|
||||
},
|
||||
id: "m3", value: "150+", title: "Local Businesses", description: "Successfully consulted.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-desk-with-laptop-growth-chart-analyzed-by-hands_23-2148780625.jpg"},
|
||||
]}
|
||||
title="Proven Impact"
|
||||
description="Numbers behind our consulting success."
|
||||
@@ -266,14 +154,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Alpha Corp",
|
||||
"Beta Solutions",
|
||||
"Gamma Retail",
|
||||
"Delta Logistics",
|
||||
"Epsilon Tech",
|
||||
"Zeta Finance",
|
||||
"Eta Manufacturing",
|
||||
]}
|
||||
"Alpha Corp", "Beta Solutions", "Gamma Retail", "Delta Logistics", "Epsilon Tech", "Zeta Finance", "Eta Manufacturing"]}
|
||||
title="Trusted by Local Leaders"
|
||||
description="Partnering with the top enterprises in Sunyani."
|
||||
/>
|
||||
@@ -286,40 +167,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kwame Osei",
|
||||
role: "CEO",
|
||||
testimonial: "Transformed my retail operations completely.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Kwame Osei", role: "CEO", testimonial: "Transformed my retail operations completely.", imageSrc: "http://img.b2bpic.net/free-photo/business-partners-working-office_273609-6542.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Ama Serwaa",
|
||||
role: "Founder",
|
||||
testimonial: "Professional, detailed, and results-oriented.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg",
|
||||
},
|
||||
id: "2", name: "Ama Serwaa", role: "Founder", testimonial: "Professional, detailed, and results-oriented.", imageSrc: "http://img.b2bpic.net/free-photo/furious-mature-business-man-conference-room_1262-3010.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "John Mensah",
|
||||
role: "Director",
|
||||
testimonial: "Best consultancy in Sunyani region.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-guy-glasses-sits-cafe-shows-peace-sign-laptop-camera-video-chats-connects_1258-314853.jpg",
|
||||
},
|
||||
id: "3", name: "John Mensah", role: "Director", testimonial: "Best consultancy in Sunyani region.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-guy-glasses-sits-cafe-shows-peace-sign-laptop-camera-video-chats-connects_1258-314853.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Boateng",
|
||||
role: "Manager",
|
||||
testimonial: "Data-driven strategy that just works.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg",
|
||||
},
|
||||
id: "4", name: "Elena Boateng", role: "Manager", testimonial: "Data-driven strategy that just works.", imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kofi Adu",
|
||||
role: "Lead",
|
||||
testimonial: "Invaluable expert support for my startup.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-microphone-working-record-studio_1303-26330.jpg",
|
||||
},
|
||||
id: "5", name: "Kofi Adu", role: "Lead", testimonial: "Invaluable expert support for my startup.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-microphone-working-record-studio_1303-26330.jpg"},
|
||||
]}
|
||||
title="Voices of Our Success"
|
||||
description="Hear what our long-term partners say."
|
||||
@@ -332,20 +188,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long is a typical engagement?",
|
||||
content: "Varies by project scale, usually 3-6 months.",
|
||||
},
|
||||
id: "f1", title: "How long is a typical engagement?", content: "Varies by project scale, usually 3-6 months."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer virtual consultations?",
|
||||
content: "Yes, we support both remote and in-person sessions.",
|
||||
},
|
||||
id: "f2", title: "Do you offer virtual consultations?", content: "Yes, we support both remote and in-person sessions."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What industries do you serve?",
|
||||
content: "We cover retail, tech, manufacturing, and logistics.",
|
||||
},
|
||||
id: "f3", title: "What industries do you serve?", content: "We cover retail, tech, manufacturing, and logistics."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/goal-oriented-businessman-focuses-his-company-career-development_482257-123195.jpg"
|
||||
title="Common Questions"
|
||||
@@ -357,9 +204,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Let's Connect"
|
||||
title="Get Started Today"
|
||||
description="Schedule your initial business assessment with our consultants."
|
||||
@@ -373,38 +218,20 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{ label: "Services", href: "#features" },
|
||||
{ label: "About", href: "#about" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -414,4 +241,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user