From 91d3527e64834b1b8f23f841e69b9b00095f5b08 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:07:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d404a8a..58562b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Sparkles, Zap, Cpu, Target, Award, Handshake, HelpCircle } from "lucide-react"; +import { Sparkles, Zap, Cpu, Target, Award, Handshake, HelpCircle, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -229,7 +229,7 @@ export default function LandingPage() { { label: "About Us", href: "/about" }, { label: "Blog", href: "/blog" }, { label: "Careers", href: "/careers" }, - { label: "Contact", href: "#contact" } + { label: "Contact", href: "mailto:support@powerai.com" } ] }, { -- 2.49.1