about page done
This commit is contained in:
13
app/about/page.tsx
Normal file
13
app/about/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { AboutBanner, 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/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
@@ -125,7 +125,7 @@
|
||||
}
|
||||
|
||||
.loi{
|
||||
color:#a60404ad;
|
||||
color:#a6040400;
|
||||
}
|
||||
|
||||
.gradient-text {
|
||||
|
||||
Reference in New Issue
Block a user