From 30d7873136d022162c03eaf6b96a716d3d049854 Mon Sep 17 00:00:00 2001
From: bender
Date: Tue, 10 Mar 2026 11:57:07 +0000
Subject: [PATCH] Update src/app/page.tsx
---
src/app/page.tsx | 82 +++++++++++++++++++++++++++++++-----------------
1 file changed, 54 insertions(+), 28 deletions(-)
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 769e74d..6df2716 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,5 +1,7 @@
"use client";
+import Link from "next/link";
+import Image from "next/image";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Flag, Shield, Target, TrendingUp, Users } from "lucide-react";
@@ -22,15 +24,15 @@ const LandingPage = () => {
@@ -45,16 +47,22 @@ const LandingPage = () => {
Get precise entry levels, stop losses, and targets from expert technical analysis. Receive 2-3 premium trading setups every week in our private trading community.
-

+
@@ -63,7 +71,13 @@ const LandingPage = () => {
-

+
@@ -151,7 +165,13 @@ const LandingPage = () => {
].map((example, idx) => (
-

+
{example.badge}
@@ -213,9 +233,9 @@ const LandingPage = () => {
))}
-
+
Join Now
-
+
))}
@@ -242,7 +262,13 @@ const LandingPage = () => {
].map((testimonial, idx) => (
-

+
{testimonial.name}
{testimonial.role} • {testimonial.company}
@@ -302,26 +328,26 @@ const LandingPage = () => {
@@ -337,4 +363,4 @@ const LandingPage = () => {
);
};
-export default LandingPage;
\ No newline at end of file
+export default LandingPage;
--
2.49.1