3 Commits

Author SHA1 Message Date
ff92e63235 Merge version_3 into main
Merge version_3 into main
2026-05-05 06:49:19 +00:00
05ed9cc627 Update src/app/page.tsx 2026-05-05 06:49:16 +00:00
115c813ee6 Merge version_2 into main
Merge version_2 into main
2026-05-05 06:45:32 +00:00

View File

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