diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4eba429..0f86d67 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,105 +1,29 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import ContactSplit from '@/components/sections/contact/ContactSplit'; -export default function LandingPage() { +export default function ContactPage() { return ( - - - - -
- -
- -
- -
- - -
+ + +
+ +
); } diff --git a/src/app/page.tsx b/src/app/page.tsx index 6165a69..b0b33d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,8 +82,8 @@ export default function LandingPage() { title="Core Features" description="What sets us apart." features={[ - { title: "Speed", description: "Lightning fast transactions" }, - { title: "Security", description: "Bank grade protection" } + { title: "Speed", description: "Lightning fast transactions", imageSrc: "", titleIconSrc: "", buttonText: "Learn More" }, + { title: "Security", description: "Bank grade protection", imageSrc: "", titleIconSrc: "", buttonText: "Learn More" } ]} animationType="slide-up" textboxLayout="default"