diff --git a/src/app/page.tsx b/src/app/page.tsx
index 182f9ed..d236cf1 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,15 +3,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
-import ContactCTA from '@/components/sections/contact/ContactCTA';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
-import FooterCard from '@/components/sections/footer/FooterCard';
+import FooterBase from '@/components/sections/footer/FooterBase';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
-import { Award, Linkedin, TrendingUp, Twitter, Users } from "lucide-react";
+import { Award, TrendingUp, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,85 +31,31 @@ export default function LandingPage() {
@@ -117,27 +63,13 @@ export default function LandingPage() {
@@ -147,145 +79,35 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
- useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Starter Toolkit",
- price: "$199",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-office-desk-arrangement_23-2148707946.jpg",
- },
- {
- id: "p2",
- name: "Analytics Pro",
- price: "$499",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-showing-digital-tablet-his-hand_23-2147945078.jpg",
- },
- {
- id: "p3",
- name: "SaaS Platform",
- price: "$899",
- imageSrc: "http://img.b2bpic.net/free-photo/staistics-business-strategy-planning-research-digital-tablet-concept_53876-26413.jpg",
- },
- {
- id: "p4",
- name: "Growth Suite",
- price: "$299",
- imageSrc: "http://img.b2bpic.net/free-photo/glossy-gradient-facebook-logo_23-2152009926.jpg",
- },
- {
- id: "p5",
- name: "Efficiency Pack",
- price: "$399",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-business-desk-arrangement_23-2148128260.jpg",
- },
- {
- id: "p6",
- name: "Ultimate Hub",
- price: "$999",
- imageSrc: "http://img.b2bpic.net/free-vector/abstract-modern-business-card_1017-8642.jpg",
- },
+ { id: "p1", name: "مجموعة البداية", price: "١٩٩$", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-office-desk-arrangement_23-2148707946.jpg" },
+ { id: "p2", name: "تحليلات برو", price: "٤٩٩$", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-carpenter-showing-digital-tablet-his-hand_23-2147945078.jpg" },
]}
- title="Strategic Toolkits"
- description="Premium resources and tools to jumpstart your business operations."
- />
-
-
-