Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-03 11:28:09 +00:00

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