diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ec0882..a8be2be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,8 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, Coffee, Shield } from "lucide-react"; +import ContactText from '@/components/sections/contact/ContactText'; +import { Award, Coffee, Shield, Clock, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -32,16 +33,12 @@ export default function LandingPage() {