diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b6082b..89f2ab6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,10 +9,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardThree from '@/components/ecommerce/productDetail/ProductDetailCard'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import { ShoppingCart } from "lucide-react"; export default function LandingPage() { return ( @@ -38,13 +35,13 @@ export default function LandingPage() { { name: "الطلبات", id: "#orders" }, { name: "تواصل معنا", id: "#contact" }, ]} - brandName="أسواق الإسكندرية" + brandName="أسواق القاهرة" />
@@ -119,10 +116,10 @@ export default function LandingPage() { { title: "روابط سريعة", items: [{ label: "الرئيسية", href: "#hero" }, { label: "الطلبات", href: "#orders" }] }, { title: "دعم", items: [{ label: "02 22699836", href: "tel:0222699836" }] } ]} - bottomLeftText="© 2025 أسواق الإسكندرية" + bottomLeftText="© 2025 أسواق القاهرة" />
); -} \ No newline at end of file +}