Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-11 17:07:27 +00:00

View File

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