diff --git a/src/app/page.tsx b/src/app/page.tsx index 9cf969c..55767ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,25 +15,29 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar export default function LandingPage() { return ( ); -} \ No newline at end of file +}