From 7e4d312baf0691c34b71aa7c7685ee8675c60ba1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 14:42:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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() { />
-
-- 2.49.1