Merge version_4 into main
Merge version_4 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -198,6 +198,7 @@ export default function LandingPage() {
|
|||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
speed={40}
|
speed={40}
|
||||||
showCard={true}
|
showCard={true}
|
||||||
|
ariaLabel="Clients section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -222,6 +223,7 @@ export default function LandingPage() {
|
|||||||
description="Hear directly from businesses that have experienced transformative growth with our guidance."
|
description="Hear directly from businesses that have experienced transformative growth with our guidance."
|
||||||
tagAnimation="blur-reveal"
|
tagAnimation="blur-reveal"
|
||||||
buttonAnimation="blur-reveal"
|
buttonAnimation="blur-reveal"
|
||||||
|
ariaLabel="Testimonials section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -242,6 +244,7 @@ export default function LandingPage() {
|
|||||||
id: "m4", value: "10+", description: "Years of Expertise"},
|
id: "m4", value: "10+", description: "Years of Expertise"},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="blur-reveal"
|
metricsAnimation="blur-reveal"
|
||||||
|
ariaLabel="Metrics section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -262,6 +265,7 @@ export default function LandingPage() {
|
|||||||
faqsAnimation="blur-reveal"
|
faqsAnimation="blur-reveal"
|
||||||
textPosition="left"
|
textPosition="left"
|
||||||
showCard={true}
|
showCard={true}
|
||||||
|
ariaLabel="FAQs section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -285,6 +289,7 @@ export default function LandingPage() {
|
|||||||
console.log("Contact form submitted:", email);
|
console.log("Contact form submitted:", email);
|
||||||
alert(`Thank you for your message, ${email}!`);
|
alert(`Thank you for your message, ${email}!`);
|
||||||
}}
|
}}
|
||||||
|
ariaLabel="Contact section"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -325,6 +330,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
logoText="Business Navigation Services"
|
logoText="Business Navigation Services"
|
||||||
|
ariaLabel="Site footer"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user