language Switcher added
This commit is contained in:
24
app/page.tsx
24
app/page.tsx
@@ -1,25 +1,5 @@
|
||||
import {
|
||||
AboutUs,
|
||||
Banner,
|
||||
Blog,
|
||||
Line,
|
||||
OurService,
|
||||
Statistics,
|
||||
Testimonial,
|
||||
Video,
|
||||
} from "@/components/pages/home";
|
||||
import { redirect } from "next/navigation";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main className="bg-slate-950">
|
||||
<Banner />
|
||||
<Statistics />
|
||||
<AboutUs />
|
||||
<Video />
|
||||
<OurService />
|
||||
<Testimonial />
|
||||
<Line />
|
||||
<Blog />
|
||||
</main>
|
||||
);
|
||||
return redirect('/uz/home')
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user