Update src/app/page.tsx

This commit is contained in:
2026-05-10 11:49:05 +00:00
parent da553ba4f6
commit f24910d521

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269908.jpg", imageAlt: "Emerging Creator Talent"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/laptop-screen-with-trading-grid-moving-averages-buy-signal_169016-69164.jpg", imageAlt: "Tech Market Insights"},
id: "5", imageSrc: "http://img.b2bpic.net/laptop-screen-with-trading-grid-moving-averages-buy-signal_169016-69164.jpg", imageAlt: "Tech Market Insights"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg", imageAlt: "Trend Graph Visualization"},
]}
@@ -86,7 +86,7 @@ export default function LandingPage() {
<div id="features" data-section="features">
<FeatureCardTwentyEight
animationType="slide-up"
textboxLayout="split"
textboxLayout="split-actions"
useInvertedBackground={false}
features={[
{
@@ -215,4 +215,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}