Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -51,15 +51,15 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Schedule Consultation", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="hover-bubble"
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-strategy_53876-167052.jpg", imageAlt: "Professional business consultant in a modern office" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/line-graph-data-analysis-icon_53876-20801.jpg", imageAlt: "Business charts and data analysis" }
|
||||
]}
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
ratingText="Highly Rated by Executive Clients"
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
@@ -72,6 +72,7 @@ export default function LandingPage() {
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "#features" }
|
||||
]}
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
@@ -102,7 +103,7 @@ export default function LandingPage() {
|
||||
{ id: "m2", value: "$10M+", description: "Cumulative cost savings identified and implemented for clients." },
|
||||
{ id: "m3", value: "95%", description: "Client satisfaction rate, reflecting our commitment to excellence." }
|
||||
]}
|
||||
metricsAnimation="reveal-blur"
|
||||
metricsAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,7 +121,7 @@ export default function LandingPage() {
|
||||
{ value: "4.9/5", label: "Average Rating" },
|
||||
{ value: "100+", label: "Successful Projects" }
|
||||
]}
|
||||
animationType="reveal-blur"
|
||||
animationType="blur-reveal"
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Hear directly from the executives who have partnered with Alberto Nue Bracamonte to achieve remarkable results and sustained success."
|
||||
textboxLayout="default"
|
||||
@@ -147,12 +148,12 @@ export default function LandingPage() {
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/using-device-corporate-touchpad-network-multimedia_1421-248.jpg"
|
||||
imageAlt="Business people brainstorming discussion"
|
||||
mediaAnimation="reveal-blur"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="left"
|
||||
title="Frequently Asked Questions"
|
||||
description="Addressing common inquiries to provide clarity on our consulting approach and engagement process."
|
||||
tag="Insights"
|
||||
faqsAnimation="reveal-blur"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user