diff --git a/src/pages-templates/about/index.tsx b/src/pages-templates/about/index.tsx
index d7c0167..a0259f1 100644
--- a/src/pages-templates/about/index.tsx
+++ b/src/pages-templates/about/index.tsx
@@ -7,6 +7,8 @@ import Link from 'next/link';
import { Reviews } from '@/app/api-utlities/@types';
import { AboutUsPageData } from '@/app/api-utlities/@types/pages';
+import { ReviewForm } from '@/features/review-form/ui';
+
import AnimatedCounter from '@/shared/components/animated-counter';
import { Container } from '@/shared/components/container';
import { Rating } from '@/shared/components/rating';
@@ -18,7 +20,6 @@ import { Card, CardContent } from '@/shared/shadcn-ui/card';
import { CompanyTimeline } from '@/widgets/about-page/company-timeline';
import { StationGallery } from '@/widgets/about-page/station-gallery';
import { CtaSection } from '@/widgets/cta-section';
-import { ReviewForm } from '@/features/review-form/ui';
export interface AboutPageProps {
content: AboutUsPageData;
@@ -295,7 +296,9 @@ export default function AboutPage({ content }: AboutPageProps) {
))}
-
+
+
+