diff --git a/src/app/page.tsx b/src/app/page.tsx index 4271c17..ad96299 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,13 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -86,54 +87,51 @@ export default function LandingPage() {