Update src/app/page.tsx
This commit is contained in:
@@ -51,15 +51,15 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Schedule Consultation", href: "#contact" }
|
{ text: "Schedule Consultation", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="hover-bubble"
|
buttonAnimation="blur-reveal"
|
||||||
mediaItems={[
|
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/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" }
|
{ 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}
|
rating={5}
|
||||||
ratingText="Highly Rated by Executive Clients"
|
ratingText="Highly Rated by Executive Clients"
|
||||||
tagAnimation="reveal-blur"
|
tagAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
@@ -72,6 +72,7 @@ export default function LandingPage() {
|
|||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn More", href: "#features" }
|
{ text: "Learn More", href: "#features" }
|
||||||
]}
|
]}
|
||||||
|
buttonAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div id="features" data-section="features">
|
<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: "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." }
|
{ id: "m3", value: "95%", description: "Client satisfaction rate, reflecting our commitment to excellence." }
|
||||||
]}
|
]}
|
||||||
metricsAnimation="reveal-blur"
|
metricsAnimation="blur-reveal"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -120,7 +121,7 @@ export default function LandingPage() {
|
|||||||
{ value: "4.9/5", label: "Average Rating" },
|
{ value: "4.9/5", label: "Average Rating" },
|
||||||
{ value: "100+", label: "Successful Projects" }
|
{ value: "100+", label: "Successful Projects" }
|
||||||
]}
|
]}
|
||||||
animationType="reveal-blur"
|
animationType="blur-reveal"
|
||||||
title="Trusted by Industry Leaders"
|
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."
|
description="Hear directly from the executives who have partnered with Alberto Nue Bracamonte to achieve remarkable results and sustained success."
|
||||||
textboxLayout="default"
|
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"
|
imageSrc="http://img.b2bpic.net/free-photo/using-device-corporate-touchpad-network-multimedia_1421-248.jpg"
|
||||||
imageAlt="Business people brainstorming discussion"
|
imageAlt="Business people brainstorming discussion"
|
||||||
mediaAnimation="reveal-blur"
|
mediaAnimation="blur-reveal"
|
||||||
mediaPosition="left"
|
mediaPosition="left"
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Addressing common inquiries to provide clarity on our consulting approach and engagement process."
|
description="Addressing common inquiries to provide clarity on our consulting approach and engagement process."
|
||||||
tag="Insights"
|
tag="Insights"
|
||||||
faqsAnimation="reveal-blur"
|
faqsAnimation="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user