diff --git a/teressa-copeland-homes/src/app/page.tsx b/teressa-copeland-homes/src/app/page.tsx
index ceab68f..1afdaf7 100644
--- a/teressa-copeland-homes/src/app/page.tsx
+++ b/teressa-copeland-homes/src/app/page.tsx
@@ -1,5 +1,6 @@
import SiteNav from './_components/SiteNav';
import HeroSection from './_components/HeroSection';
+import TestimonialsSection from './_components/TestimonialsSection';
import ListingsPlaceholder from './_components/ListingsPlaceholder';
import { ContactSection } from './_components/ContactSection';
import SiteFooter from './_components/SiteFooter';
@@ -10,7 +11,7 @@ export default function HomePage() {
- {/* TestimonialsSection — added in Task 2 */}
+