Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8d8965b0c6 | |||
| 3520362682 | |||
| ae57e193b9 | |||
| 7ce4aef5ca |
@@ -161,25 +161,25 @@ export default function LandingPage() {
|
||||
"Strategic Roadmapping", "Market Analysis & Entry", "Competitor Benchmarking"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Learn More"},
|
||||
],
|
||||
text: "Learn More", href: "#contact"}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "service-2", label: "Growth & Expansion", title: "Accelerated Market Penetration", items: [
|
||||
"Sales & Marketing Optimization", "Partnership Development", "New Product Launch Strategy"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Learn More"},
|
||||
],
|
||||
text: "Learn More", href: "#contact"}
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "service-3", label: "Operational Excellence", title: "Efficiency & Performance", items: [
|
||||
"Process Improvement", "Resource Management", "Performance Metrics & KPIs"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
text: "Learn More", href: "#contact"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Our Core Business Development Services"
|
||||
description="We offer a comprehensive suite of services designed to accelerate your growth and optimize your operations."
|
||||
@@ -198,6 +198,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="blur-reveal"
|
||||
speed={40}
|
||||
showCard={true}
|
||||
ariaLabel="Clients section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -222,6 +223,7 @@ export default function LandingPage() {
|
||||
description="Hear directly from businesses that have experienced transformative growth with our guidance."
|
||||
tagAnimation="blur-reveal"
|
||||
buttonAnimation="blur-reveal"
|
||||
ariaLabel="Testimonials section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -242,6 +244,7 @@ export default function LandingPage() {
|
||||
id: "m4", value: "10+", description: "Years of Expertise"},
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
ariaLabel="Metrics section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -262,6 +265,7 @@ export default function LandingPage() {
|
||||
faqsAnimation="blur-reveal"
|
||||
textPosition="left"
|
||||
showCard={true}
|
||||
ariaLabel="FAQs section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -281,6 +285,11 @@ export default function LandingPage() {
|
||||
inputPlaceholder="Your Email Address"
|
||||
buttonText="Send Message"
|
||||
termsText="By submitting, you agree to our privacy policy and terms of service."
|
||||
onSubmit={(email) => {
|
||||
console.log("Contact form submitted:", email);
|
||||
alert(`Thank you for your message, ${email}!`);
|
||||
}}
|
||||
ariaLabel="Contact section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -321,6 +330,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
logoText="Business Navigation Services"
|
||||
ariaLabel="Site footer"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user