Update src/app/page.tsx

This commit is contained in:
2026-05-12 14:30:14 +00:00
parent c9eab65549
commit 73e8fc5e42

View File

@@ -58,6 +58,8 @@ export default function LandingPage() {
title="Why We Recommend"
description="We only pick products that meet strict quality and performance standards."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
features={[
{
title: "Expert Selection",
@@ -74,6 +76,8 @@ export default function LandingPage() {
<ProductCardTwo
title="Top Affiliate Picks"
description="Discover the best products we've reviewed this month."
textboxLayout="split"
useInvertedBackground={false}
gridVariant="bento-grid"
animationType="slide-up"
products={[
@@ -86,6 +90,8 @@ export default function LandingPage() {
<MetricCardOne
title="The Impact"
description="Reliable stats for every recommendation."
textboxLayout="split"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
@@ -101,6 +107,7 @@ export default function LandingPage() {
title="Shopper Feedback"
description="Real feedback from our growing community of tech buyers."
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Alex P.", date: "Oct 2024", title: "Game Changer", quote: "The recommendations here saved me so much time picking gear.", tag: "Top Pick", avatarSrc: "https://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg" }
]}
@@ -116,6 +123,7 @@ export default function LandingPage() {
]}
faqsAnimation="slide-up"
textboxLayout="split"
useInvertedBackground={false}
/>
</div>
@@ -123,6 +131,8 @@ export default function LandingPage() {
<BlogCardTwo
title="Curator Insights"
description="Updates on the latest tech trends and affiliate finds."
textboxLayout="split"
useInvertedBackground={false}
animationType="slide-up"
blogs={[
{ id: "1", category: "Gear", title: "Best Tech of 2025", excerpt: "Top picks for your setup.", imageSrc: "https://img.b2bpic.net/free-photo/desk-arrangement-with-computer-plants_23-2149155736.jpg", authorName: "Admin", authorAvatar: "", date: "Oct 2025" }
@@ -135,6 +145,8 @@ export default function LandingPage() {
title="Collaborate With Us"
description="Have a product you think we should review? Get in touch."
tag="Contact Us"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>