Update src/app/page.tsx

This commit is contained in:
2026-03-03 11:28:03 +00:00
parent d686d2100b
commit ac149ebcf6

View File

@@ -10,7 +10,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Zap, Lightbulb, Globe, Smartphone, Code, Award, MessageSquare, CheckCircle } from "lucide-react";
import { Zap, Lightbulb, Globe, Smartphone, Code, Award, MessageSquare, CheckCircle, Target, Send, Briefcase } from "lucide-react";
const HomePage = () => {
const navItems = [
@@ -110,7 +110,7 @@ const HomePage = () => {
<div id="about" data-section="about">
<TextAbout
tag="About Kraftcode"
tagIcon={Zap}
tagIcon={Target}
tagAnimation="blur-reveal"
title="Unlocking Transformational Potential Through Expert Digital Solutions. We craft innovative, high-performance websites and mobile applications that drive real results."
buttons={[{ text: "Learn More About Us", href: "/about" }]}