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;