diff --git a/src/app/page.tsx b/src/app/page.tsx index e3bff47..809d139 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import ReactLenis from "lenis/react"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; -import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; +import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven"; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; @@ -10,6 +10,7 @@ import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import { Globe } from "lucide-react"; export default function LuxuryTravelAgencyPage() { return ( @@ -51,10 +52,13 @@ export default function LuxuryTravelAgencyPage() { />