Merge version_2 into main #3
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
name: "حجز موعد",
|
||||
href: "/appointments",
|
||||
|
||||
id: "5",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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="اكتب رسالتك هنا..."
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user