Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1a11d44b5 | |||
| 3e33c35acb |
@@ -17,7 +17,7 @@ export default function LandingPage() {
|
|||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant="bounce-effect"
|
defaultButtonVariant="bounce-effect"
|
||||||
defaultTextAnimation="background-highlight"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumLarge"
|
contentWidth="mediumLarge"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
@@ -46,6 +46,7 @@ export default function LandingPage() {
|
|||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Joana Alves"
|
logoText="Joana Alves"
|
||||||
description="Premium personal branding and strategic consulting for the modern era. Elevating your professional identity with sophisticated, data-driven insights."
|
description="Premium personal branding and strategic consulting for the modern era. Elevating your professional identity with sophisticated, data-driven insights."
|
||||||
|
buttonAnimation="blur-reveal"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Services", href: "#features"},
|
text: "Explore Services", href: "#features"},
|
||||||
@@ -70,13 +71,13 @@ export default function LandingPage() {
|
|||||||
title: "Execution Excellence", description: "Turning visionary concepts into reality."},
|
title: "Execution Excellence", description: "Turning visionary concepts into reality."},
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780731.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780731.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardThree
|
<FeatureCardThree
|
||||||
animationType="slide-up"
|
animationType="blur-reveal"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="one-large-right-three-stacked-left"
|
gridVariant="one-large-right-three-stacked-left"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -106,7 +107,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "m3", value: "98%", description: "Client Satisfaction Rate"},
|
id: "m3", value: "98%", description: "Client Satisfaction Rate"},
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -127,7 +128,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
cardTitle="Client Voices"
|
cardTitle="Client Voices"
|
||||||
cardTag="Stories of Success"
|
cardTag="Stories of Success"
|
||||||
cardAnimation="slide-up"
|
cardAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -139,6 +140,7 @@ export default function LandingPage() {
|
|||||||
"Luxe Ventures", "Elite Concepts", "Strategic Hub", "Global Vision", "Innovate Core", "Legacy Partners", "Nextgen Studio"]}
|
"Luxe Ventures", "Elite Concepts", "Strategic Hub", "Global Vision", "Innovate Core", "Legacy Partners", "Nextgen Studio"]}
|
||||||
title="Trusted Partners"
|
title="Trusted Partners"
|
||||||
description="Collaborating with leading brands and organizations to redefine standards."
|
description="Collaborating with leading brands and organizations to redefine standards."
|
||||||
|
tagAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -157,13 +159,14 @@ export default function LandingPage() {
|
|||||||
{ text: "Book a Discovery Call", href: "#contact" }
|
{ text: "Book a Discovery Call", href: "#contact" }
|
||||||
]}
|
]}
|
||||||
sideTitle="Frequent Inquiries"
|
sideTitle="Frequent Inquiries"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
animationType="reveal-blur"
|
||||||
background={{
|
background={{
|
||||||
variant: "canvas-reveal"}}
|
variant: "canvas-reveal"}}
|
||||||
text="Ready to redefine your professional legacy? Let's discuss your next milestone."
|
text="Ready to redefine your professional legacy? Let's discuss your next milestone."
|
||||||
|
|||||||
Reference in New Issue
Block a user