From 4134d9d0e12f6bd4bef1ccd347ed3dc31146dac5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 14:29:24 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 55 ++++++++++++---------------------------- 1 file changed, 16 insertions(+), 39 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 5f74eac..ad43dde 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,6 +6,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -25,22 +26,10 @@ export default function LandingPage() { @@ -64,6 +51,10 @@ export default function LandingPage() { useInvertedBackground={false} title="Support Hub" description="We are here to help." + features={[ + { title: "Email", description: "Contact us.", bentoComponent: "reveal-icon", icon: Mail }, + { title: "Support", description: "Help center.", bentoComponent: "reveal-icon", icon: Mail }, + ]} /> @@ -71,29 +62,15 @@ export default function LandingPage() {