diff --git a/src/app/(marketing)/page.tsx b/src/app/(marketing)/page.tsx index 21820cb..15cadc0 100644 --- a/src/app/(marketing)/page.tsx +++ b/src/app/(marketing)/page.tsx @@ -12,6 +12,7 @@ import { AboutSection } from "@/components/sections/about-section"; import { ServicesSection } from "@/components/sections/services-section"; import { ProductsSection } from "@/components/sections/products-section"; import { NewsSection } from "@/components/sections/news-section"; +import { TestimonialsSection } from "@/components/sections/testimonials-section"; import { ContactSection } from "@/components/sections/contact-section"; export default function HomePage() { @@ -28,6 +29,7 @@ export default function HomePage() { +