about page done

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-26 15:45:53 +05:00
parent 5777437af8
commit d3aa467055
8 changed files with 306 additions and 3 deletions

13
app/about/page.tsx Normal file
View 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>
);
}

View File

@@ -125,7 +125,7 @@
}
.loi{
color:#a60404ad;
color:#a6040400;
}
.gradient-text {