feat: add testimonials section with testimonial cards
This commit is contained in:
@@ -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() {
|
||||
<ServicesSection />
|
||||
<ProductsSection />
|
||||
<NewsSection />
|
||||
<TestimonialsSection />
|
||||
<ContactSection />
|
||||
<Footer />
|
||||
</main>
|
||||
|
||||
Reference in New Issue
Block a user