From 930d5cf3f8f95ae47f2195af056923e6e75470fd Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 10:56:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 ++++++++++++++--------------------------------- 1 file changed, 61 insertions(+), 148 deletions(-) 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