Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-05 06:49:19 +00:00

View File

@@ -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>