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" } ] }, {