7 Commits

Author SHA1 Message Date
440c136600 Merge version_3 into main
Merge version_3 into main
2026-03-12 07:31:57 +00:00
a52e3491d4 Update src/app/page.tsx 2026-03-12 07:31:53 +00:00
839b128911 Merge version_2 into main
Merge version_2 into main
2026-03-12 07:29:24 +00:00
082e4801ab Update src/app/page.tsx 2026-03-12 07:29:20 +00:00
7cceb9f947 Merge version_1 into main
Merge version_1 into main
2026-03-12 07:24:38 +00:00
0006f4f297 Merge version_1 into main
Merge version_1 into main
2026-03-12 07:24:13 +00:00
8f3a646cf4 Merge version_1 into main
Merge version_1 into main
2026-03-12 07:23:00 +00:00

View File

@@ -45,8 +45,8 @@ export default function HomePage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="Premium Facilities & Logistics Solutions in Jordan"
description="Professional facilities management, manpower supply, logistics transportation, and retail operational support. Excellence that supports your reputation."
title="Protect Your Reputation Through Operational Excellence"
description="Dar Sary delivers integrated facilities management, logistics, and workforce solutions that enhance your brand reputation and ensure seamless operations. From maintenance to manpower, we handle the details so you can focus on growth."
tag="Trusted Partner"
tagIcon={Shield}
tagAnimation="slide-up"
@@ -163,11 +163,11 @@ export default function HomePage() {
<div id="philosophy" data-section="philosophy">
<ContactText
text="More Than a Supplier — A Strategic Partner. Companies that care about their reputation need partners who understand the importance of operational excellence."
text="24/7 Support That Protects Your Brand Reputation. Companies that care about their reputation need partners who understand the importance of operational excellence and round-the-clock support."
animationType="entrance-slide"
buttons={[
{
text: "Schedule Consultation", href: "/contact"
text: "Get Your Free Consultation", href: "/contact"
},
{
text: "View Case Studies", href: "/about"
@@ -315,4 +315,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}