Merge version_2 into main #3

Merged
bender merged 4 commits from version_2 into main 2026-03-25 21:42:01 +00:00
4 changed files with 8 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
},
{
name: "حجز موعد",
href: "/appointments",
id: "5",
},
]}

View File

@@ -63,7 +63,7 @@ export default function AppointmentsPage() {
{
name: "تواصل معنا", id: "contact"},
{
name: "حجز موعد", href: "/appointments", id: "5"},
name: "حجز موعد", id: "5"},
]}
brandName="Complexe Éducatif Lixus"
/>
@@ -175,7 +175,7 @@ export default function AppointmentsPage() {
<MessageSquare className="absolute left-3 top-3 text-muted-foreground" size={20} />
<Textarea
id="message"
name="message"
value={formData.message}
onChange={val => setFormData(prev => ({ ...prev, message: val }))}
placeholder="اكتب رسالتك هنا..."

View File

@@ -38,9 +38,9 @@ export default function LandingPage() {
{
name: "تواصل معنا", id: "contact"},
{
name: "حجز موعد", href: "/appointments", id: "5"},
name: "حجز موعد", id: "5"},
{
name: "تتبع الموعد", href: "/tracking", id: "tracking"},
name: "تتبع الموعد", id: "tracking"},
]}
brandName="Complexe Éducatif Lixus"
/>

View File

@@ -58,9 +58,9 @@ export default function TrackingPage() {
{
name: "تواصل معنا", id: "contact"},
{
name: "حجز موعد", href: "/appointments", id: "5"},
name: "حجز موعد", id: "5"},
{
name: "تتبع الموعد", href: "/tracking", id: "tracking"},
name: "تتبع الموعد", id: "tracking"},
]}
brandName="Complexe Éducatif Lixus"
/>
@@ -96,7 +96,7 @@ export default function TrackingPage() {
borderColor: 'var(--accent)',
background: 'var(--background-accent)',
color: 'var(--foreground)',
'::placeholder': { color: 'var(--foreground)' } // This won't work in inline style but sets intention
}}
aria-label="Appointment Number Input"
/>