Update src/app/page.tsx
This commit is contained in:
@@ -127,7 +127,7 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-actions"
|
||||
textboxLayout="split"
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
@@ -146,7 +146,6 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Spotlight Work"
|
||||
description="The best projects curated for the creative developer."
|
||||
buttons={[{ text: "Submit Your Project", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -205,6 +204,9 @@ export default function LandingPage() {
|
||||
]}
|
||||
sideTitle="Frequently Asked"
|
||||
faqsAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Contact Support", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user