inner navbar belong about page
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
import { AboutBanner, Story, WhyChooseUs } from "@/components/pages/about";
|
||||
import { Story, WhyChooseUs } from "@/components/pages/about";
|
||||
import { Statistics } from "@/components/pages/home";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<div className="mb-0">
|
||||
<AboutBanner />
|
||||
<Story />
|
||||
<Statistics/>
|
||||
<WhyChooseUs/>
|
||||
|
||||
Reference in New Issue
Block a user