From 3d8bad3336dd878b8ce0c081e91aed73b2c6c771 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 12:42:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 106 +---------------------------------------------- 1 file changed, 1 insertion(+), 105 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7ea10b..317a5fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { Instagram } from "lucide-react"; export default function LandingPage() { @@ -33,8 +29,6 @@ export default function LandingPage() { navItems={[ { name: "الرئيسية", id: "#home"}, - { - name: "المنتجات", id: "#products"}, { name: "الفروع", id: "#branches"}, { @@ -54,7 +48,7 @@ export default function LandingPage() { description="اكتشف أفضل العروض والخصومات اليومية على منتجات البقالة والمنزل. تسوق بذكاء ووفر أكثر!" buttons={[ { - text: "تصفح العروض", href: "#products"}, + text: "تصفح العروض", href: "#branches"}, { text: "اعثر على أقرب فرع", href: "#branches"}, ]} @@ -64,60 +58,7 @@ export default function LandingPage() { /> -
- -
-
- -
-
- -
- -
- -