Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c03e10ed2 | |||
| db815c13fb |
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services" className="py-20">
|
<div id="services" data-section="services" className="py-32">
|
||||||
<FeatureCardNine
|
<FeatureCardNine
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="inline-image"
|
textboxLayout="inline-image"
|
||||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="pricing" data-section="pricing" className="py-20">
|
<div id="pricing" data-section="pricing" className="py-32">
|
||||||
<PricingCardNine
|
<PricingCardNine
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="reviews" data-section="reviews" className="py-20">
|
<div id="reviews" data-section="reviews" className="py-32">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
@@ -137,7 +137,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact" className="py-20">
|
<div id="contact" data-section="contact" className="py-32">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user