Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 08:48:17 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="mediumSmall"
sizing="largeSmallSizeLargeTitles"
background="noise"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
<HeroBillboardCarousel
title="E-PLUS Center"
description="تسجيل الطلاب في أكاديمية تعليمية متقدمة | Student Registration at Advanced Educational Academy"
background={{ variant: "noise" }}
background={{ variant: "animated-grid" }}
tag="Educational Academy"
tagIcon={GraduationCap}
tagAnimation="slide-up"
@@ -64,7 +64,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-vector/vip-member-elements-set_1284-22981.jpg", imageAlt: "VIP Lessons"},
{
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149150486.jpg?_wi=1", imageAlt: "Registration Form"},
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149150486.jpg", imageAlt: "Registration Form"},
]}
containerClassName="min-h-screen flex items-center justify-center"
titleClassName="text-5xl md:text-7xl font-bold text-center"
@@ -76,7 +76,7 @@ export default function LandingPage() {
<TextSplitAbout
title="About E-PLUS Center"
description={[
"E-PLUS Center is a premier educational academy dedicated to providing world-class educational services including support recordings, professional language courses, and exclusive VIP lessons tailored to students' individual needs.", "Our platform uses cutting-edge technology to ensure seamless registration and enrollment experiences, with full mobile-first responsiveness optimized for QR code scanning and quick access on smartphones."]}
"E-PLUS Center is a premier educational academy dedicated to providing world-class educational services including support recordings, professional language courses, and exclusive VIP lessons tailored to students' individual needs.", "Our platform uses cutting-edge technology to ensure seamless registration and enrollment experiences, with full mobile-first responsiveness optimized for QR code scanning and quick access on smartphones." ]}
buttons={[{ text: "Learn More", href: "#contact" }]}
useInvertedBackground={false}
showBorder={true}
@@ -112,7 +112,7 @@ export default function LandingPage() {
required: false,
}}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149150486.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-technology-landing-page_23-2149150486.jpg"
imageAlt="E-PLUS Center Registration"
mediaAnimation="slide-up"
mediaPosition="right"