Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ff92e63235 | |||
| 05ed9cc627 | |||
| 115c813ee6 |
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
|||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split-actions"
|
textboxLayout="split"
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
@@ -146,7 +146,6 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Spotlight Work"
|
title="Spotlight Work"
|
||||||
description="The best projects curated for the creative developer."
|
description="The best projects curated for the creative developer."
|
||||||
buttons={[{ text: "Submit Your Project", href: "#contact" }]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -205,6 +204,9 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
sideTitle="Frequently Asked"
|
sideTitle="Frequently Asked"
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
buttons={[
|
||||||
|
{ text: "Contact Support", href: "#contact" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user