feat: add testimonials section with testimonial cards

This commit is contained in:
张翔
2026-02-13 14:11:19 +08:00
parent 04b2aca4c1
commit 8ac0065a06
3 changed files with 167 additions and 0 deletions
+2
View File
@@ -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>