diff --git a/src/app/page.tsx b/src/app/page.tsx index dc90a5c..559544b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,12 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll"; -import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Phone, Star, Wrench } from "lucide-react"; +import { Phone, Star, Wrench, Quote } from "lucide-react"; export default function LandingPage() { return ( @@ -61,29 +61,38 @@ export default function LandingPage() {