3 Commits

Author SHA1 Message Date
3e8e789864 Merge version_3 into main
Merge version_3 into main
2026-06-08 12:54:55 +00:00
f041a2d931 Update src/app/contact/page.tsx 2026-06-08 12:54:51 +00:00
baac6eb6c3 Merge version_2 into main
Merge version_2 into main
2026-06-08 12:49:24 +00:00

View File

@@ -15,7 +15,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur" defaultTextAnimation="reveal-blur"
borderRadius="pill" borderRadius="pill"
contentWidth="compact" contentWidth="compact"
sizing="largeSmall" sizing="medium"
background="fluid" background="fluid"
cardStyle="outline" cardStyle="outline"
primaryButtonStyle="diagonal-gradient" primaryButtonStyle="diagonal-gradient"
@@ -27,34 +27,20 @@ export default function LandingPage() {
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ {
name: "Home", name: "الرئيسية", id: "/"},
id: "/",
},
{ {
name: "Services", name: "الخدمات", id: "/services"},
id: "/services",
},
{ {
name: "Projects", name: "المشاريع", id: "/projects"},
id: "/projects",
},
{ {
name: "Process", name: "العملية", id: "/#process"},
id: "/#process",
},
{ {
name: "Testimonials", name: "شهادات العملاء", id: "/#testimonials"},
id: "/#testimonials",
},
{ {
name: "Contact", name: "اتصل بنا", id: "/contact"},
id: "/contact",
},
]} ]}
button={{ button={{
text: "Get a Quote", text: "احصل على عرض سعر", href: "/contact"}}
href: "/contact",
}}
brandName="SNC AR ETANCHE" brandName="SNC AR ETANCHE"
/> />
</div> </div>
@@ -63,14 +49,11 @@ export default function LandingPage() {
<ContactText <ContactText
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}} text="لنتناقش حول مشروعك\n\nمعلومات الاتصال\nالهاتف: 030 43 13 83\nالعنوان: 09 الطريق الوطني، إيريحين، تالا حمزة 06120، الجزائر\nساعات العمل: الاثنين السبت، مفتوح حتى 4:30 مساءً\n\nللاستفسارات، يرجى ملء نموذجنا أو الاتصال بنا مباشرة. نتطلع إلى الاستماع إليك."
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."
buttons={[ buttons={[
{ {
text: "Send Request", text: "إرسال طلب", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -78,24 +61,15 @@ export default function LandingPage() {
<div id="contact-metrics" data-section="contact-metrics"> <div id="contact-metrics" data-section="contact-metrics">
<MetricCardFourteen <MetricCardFourteen
useInvertedBackground={false} useInvertedBackground={false}
title="Our Impact & Experience" title="تأثيرنا وخبرتنا"
tag="Proven Performance" tag="أداء مثبت"
metrics={[ metrics={[
{ {
id: "metric1", id: "metric1", value: "+25", description: "سنة في العمل"},
value: "25+",
description: "Years in Business",
},
{ {
id: "metric2", id: "metric2", value: "+500", description: "مشروع ناجح"},
value: "500+",
description: "Successful Projects",
},
{ {
id: "metric3", id: "metric3", value: "%98", description: "رضا العملاء"},
value: "98%",
description: "Client Satisfaction",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -104,18 +78,14 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="SNC AR ETANCHE" logoText="SNC AR ETANCHE"
copyrightText="© 2024 SNC AR ETANCHE. All rights reserved." copyrightText="© 2024 SNC AR ETANCHE. جميع الحقوق محفوظة."
socialLinks={[ socialLinks={[
{ {
icon: Facebook, icon: Facebook,
href: "#", href: "#", ariaLabel: "رابط فيسبوك"},
ariaLabel: "Facebook link",
},
{ {
icon: Linkedin, icon: Linkedin,
href: "#", href: "#", ariaLabel: "رابط لينكد إن"},
ariaLabel: "LinkedIn link",
},
]} ]}
/> />
</div> </div>