3 Commits

Author SHA1 Message Date
2ae948bc4a Update src/app/page.tsx 2026-05-07 23:29:10 +00:00
25ca3374b7 Merge version_1 into main
Merge version_1 into main
2026-05-07 23:27:31 +00:00
e3d3a27e11 Merge version_1 into main
Merge version_1 into main
2026-05-07 23:27:00 +00:00

View File

@@ -50,6 +50,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
buttons={[{ text: "Join Now", href: "#contact" }]}
title="نادي الإبداع والمهن | Creativity and Professions Club"
description="نحن نبني الجيل القادم من المبتكرين. انضم إلى مساحة الإبداع الرقمي الأكثر فخامة."
testimonials={[
@@ -301,4 +302,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}