diff --git a/src/app/page.tsx b/src/app/page.tsx index 7834ace..0b12f1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import { Instagram, Twitter, Linkedin, Github } from "lucide-react"; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FooterCard from '@/components/sections/footer/FooterCard'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -29,129 +30,64 @@ export default function LandingPage() {
@@ -163,9 +99,7 @@ export default function LandingPage() { description="Our mission is to help you disconnect from the routine and reconnect with the extraordinary. We blend expert knowledge with an eye for the unique, ensuring every experience is personalized, luxurious, and memorable." buttons={[ { - text: "Learn More", - href: "#", - }, + text: "Learn More", href: "#"}, ]} imageSrc="http://img.b2bpic.net/free-photo/portrait-angry-man-packing-suitcase-looking-frustrated-notebook-with-check-list-items-holiday-preparing-go-vacation_1258-314315.jpg" imageAlt="Professional curation process" @@ -176,31 +110,11 @@ export default function LandingPage() { @@ -244,21 +142,36 @@ export default function LandingPage() { ); -} +} \ No newline at end of file