diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7943e51..397f3f7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,5 +1,6 @@
"use client";
+import React from "react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import BlogCardThree from '@/components/sections/blog/BlogCardThree';
@@ -57,7 +58,6 @@ export default function LandingPage() {
@@ -93,11 +89,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
- plans={[
- { id: "basic", price: "$0", name: "Free", features: [], buttons: [{ text: "Get", href: "#" }] },
- { id: "pro", price: "$29", name: "Pro", features: [], buttons: [{ text: "Upgrade", href: "#" }] },
- { id: "business", price: "$99", name: "Business", features: [], buttons: [{ text: "Upgrade", href: "#" }] },
- ]}
+ plans={[]}
title={lang === 'en' ? "Simple Pricing" : "أسعار بسيطة"}
description="..."
/>
@@ -164,11 +156,7 @@ export default function LandingPage() {