Merge version_3 into main #11

Merged
bender merged 1 commits from version_3 into main 2026-06-08 12:54:55 +00:00

View File

@@ -15,7 +15,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="compact"
sizing="largeSmall"
sizing="medium"
background="fluid"
cardStyle="outline"
primaryButtonStyle="diagonal-gradient"
@@ -27,34 +27,20 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "الرئيسية", id: "/"},
{
name: "Services",
id: "/services",
},
name: "الخدمات", id: "/services"},
{
name: "Projects",
id: "/projects",
},
name: "المشاريع", id: "/projects"},
{
name: "Process",
id: "/#process",
},
name: "العملية", id: "/#process"},
{
name: "Testimonials",
id: "/#testimonials",
},
name: "شهادات العملاء", id: "/#testimonials"},
{
name: "Contact",
id: "/contact",
},
name: "اتصل بنا", id: "/contact"},
]}
button={{
text: "Get a Quote",
href: "/contact",
}}
text: "احصل على عرض سعر", href: "/contact"}}
brandName="SNC AR ETANCHE"
/>
</div>
@@ -63,14 +49,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "plain",
}}
text="Let's Discuss Your Project\n\nContact Information\nPhone: 030 43 13 83\nAddress: 09 Route Nationale, Iryehenne, Tala Hamza 06120, Algeria\nBusiness Hours: Monday Saturday, Open until 4:30 PM\n\nFor inquiries, please fill out our form or reach us directly. We look forward to hearing from you."
variant: "plain"}}
text="لنتناقش حول مشروعك\n\nمعلومات الاتصال\nالهاتف: 030 43 13 83\nالعنوان: 09 الطريق الوطني، إيريحين، تالا حمزة 06120، الجزائر\nساعات العمل: الاثنين السبت، مفتوح حتى 4:30 مساءً\n\nللاستفسارات، يرجى ملء نموذجنا أو الاتصال بنا مباشرة. نتطلع إلى الاستماع إليك."
buttons={[
{
text: "Send Request",
href: "#",
},
text: "إرسال طلب", href: "#"},
]}
/>
</div>
@@ -78,24 +61,15 @@ export default function LandingPage() {
<div id="contact-metrics" data-section="contact-metrics">
<MetricCardFourteen
useInvertedBackground={false}
title="Our Impact & Experience"
tag="Proven Performance"
title="تأثيرنا وخبرتنا"
tag="أداء مثبت"
metrics={[
{
id: "metric1",
value: "25+",
description: "Years in Business",
},
id: "metric1", value: "+25", description: "سنة في العمل"},
{
id: "metric2",
value: "500+",
description: "Successful Projects",
},
id: "metric2", value: "+500", description: "مشروع ناجح"},
{
id: "metric3",
value: "98%",
description: "Client Satisfaction",
},
id: "metric3", value: "%98", description: "رضا العملاء"},
]}
metricsAnimation="slide-up"
/>
@@ -104,18 +78,14 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="SNC AR ETANCHE"
copyrightText="© 2024 SNC AR ETANCHE. All rights reserved."
copyrightText="© 2024 SNC AR ETANCHE. جميع الحقوق محفوظة."
socialLinks={[
{
icon: Facebook,
href: "#",
ariaLabel: "Facebook link",
},
href: "#", ariaLabel: "رابط فيسبوك"},
{
icon: Linkedin,
href: "#",
ariaLabel: "LinkedIn link",
},
href: "#", ariaLabel: "رابط لينكد إن"},
]}
/>
</div>