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