Translated the home page to work with both EN and AR
This commit is contained in:
@@ -53,7 +53,7 @@ export default function Home() {
|
||||
|
||||
return (
|
||||
<main className="h-screen w-full bg-white text-mti-black flex flex-col">
|
||||
<Navbar currentPage="/success" />
|
||||
<Navbar currentPage="/success" language="en" />
|
||||
|
||||
<section className="w-full h-full relative bg-white py-32 flex flex-col items-center justify-center text-center gap-4">
|
||||
{isLoading && (
|
||||
@@ -83,7 +83,7 @@ export default function Home() {
|
||||
)}
|
||||
</section>
|
||||
|
||||
<Footer />
|
||||
<Footer language="en" />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user