Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-15 11:20:25 +00:00

View File

@@ -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="أسواق القاهرة"
/>
</div>
<div id="hero" data-section="hero">
<HeroLogoBillboard
logoText="أسواق الإسكندرية"
logoText="أسواق القاهرة"
description="تطبيقك الأذكى للتسوق في القاهرة. نوفر لك أفضل المنتجات الطازجة مع توصيل سريع وتفاعلي مباشرة إلى باب منزلك."
buttons={[
{ text: "تسوق الآن", href: "#categories" },
@@ -82,7 +79,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
title="أسواق الإسكندرية التفاعلية"
title="أسواق القاهرة التفاعلية"
description={["تأسسنا لتقديم تجربة تسوق مبتكرة تتناسب مع نمط حياتك العصري.", "استخدم خريطتنا التفاعلية للعثور على أقرب فرع لك وتتبع طلبك في الوقت الفعلي."]}
useInvertedBackground={false}
/>
@@ -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 أسواق القاهرة"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}