Merge version_1 into main #5
@@ -69,12 +69,14 @@ export default function Page() {
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
title="Trusted by creators & businesses worldwide"
|
||||
description=""
|
||||
names={[
|
||||
"Business Owners", "YouTubers", "Influencers", "E-Commerce", "Coaches", "Personal Brands", "Startups"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
speed={20}
|
||||
showCard={false}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="who-we-scale" data-section="who-we-scale">
|
||||
@@ -95,6 +97,7 @@ export default function Page() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
@@ -126,6 +129,7 @@ export default function Page() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="roi-section" data-section="roi-section">
|
||||
@@ -160,6 +164,7 @@ export default function Page() {
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
@@ -202,6 +207,7 @@ export default function Page() {
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
@@ -213,7 +219,7 @@ export default function Page() {
|
||||
{ text: "Book a Discovery Call Today", href: "#contact" },
|
||||
{ text: "💬 WhatsApp Us", href: "https://wa.me/919876543210" }
|
||||
]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user