Merge version_1 into main #2
@@ -18,26 +18,23 @@ const AboutPage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "services" },
|
||||
{ label: "Portfolio", href: "portfolio" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Team", href: "about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
@@ -94,35 +91,17 @@ const AboutPage = () => {
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
role: "Founder & CEO",
|
||||
testimonial:
|
||||
"With over 15 years in tech, I'm committed to building solutions that truly transform businesses. Innovation and integrity are at our core.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-exec-1772536829249-92484298.png?_wi=3",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", role: "Founder & CEO", testimonial:
|
||||
"With over 15 years in tech, I'm committed to building solutions that truly transform businesses. Innovation and integrity are at our core.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-exec-1772536829249-92484298.png", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
role: "Lead Developer",
|
||||
testimonial:
|
||||
"Our development philosophy centers on clean code, scalability, and user experience. We build solutions that stand the test of time.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-mana-1772536828421-9ae258e6.png?_wi=3",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", role: "Lead Developer", testimonial:
|
||||
"Our development philosophy centers on clean code, scalability, and user experience. We build solutions that stand the test of time.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-mana-1772536828421-9ae258e6.png", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Arun Patel",
|
||||
role: "Design Lead",
|
||||
testimonial:
|
||||
"Great design bridges the gap between business needs and user expectations. We create interfaces that are both beautiful and functional.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-an-entrepreneur-1772536829312-461ee1ff.png?_wi=3",
|
||||
imageAlt: "Arun Patel",
|
||||
},
|
||||
id: "3", name: "Arun Patel", role: "Design Lead", testimonial:
|
||||
"Great design bridges the gap between business needs and user expectations. We create interfaces that are both beautiful and functional.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-an-entrepreneur-1772536829312-461ee1ff.png", imageAlt: "Arun Patel"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
|
||||
@@ -18,26 +18,23 @@ const ContactPage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "services" },
|
||||
{ label: "Portfolio", href: "portfolio" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Team", href: "about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
@@ -92,41 +89,23 @@ const ContactPage = () => {
|
||||
sideDescription="Find answers to common questions about our services, process, and how we can help transform your business."
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What services does Kraftcode offer?",
|
||||
content:
|
||||
"We provide comprehensive digital solutions including website development, iOS and Android app development, custom development, performance optimization, and security implementation. Our services are tailored to meet your unique business requirements.",
|
||||
},
|
||||
id: "1", title: "What services does Kraftcode offer?", content:
|
||||
"We provide comprehensive digital solutions including website development, iOS and Android app development, custom development, performance optimization, and security implementation. Our services are tailored to meet your unique business requirements."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How long does a typical project take?",
|
||||
content:
|
||||
"Project timelines vary based on complexity and scope. Most web projects take 2-4 months, while mobile apps typically require 3-6 months. We provide detailed timelines and milestones during the planning phase.",
|
||||
},
|
||||
id: "2", title: "How long does a typical project take?", content:
|
||||
"Project timelines vary based on complexity and scope. Most web projects take 2-4 months, while mobile apps typically require 3-6 months. We provide detailed timelines and milestones during the planning phase."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your development process?",
|
||||
content:
|
||||
"We follow a structured approach: Discovery & Planning → Design & Prototyping → Development → Testing → Deployment → Support. We maintain regular communication and provide progress updates throughout the project.",
|
||||
},
|
||||
id: "3", title: "What is your development process?", content:
|
||||
"We follow a structured approach: Discovery & Planning → Design & Prototyping → Development → Testing → Deployment → Support. We maintain regular communication and provide progress updates throughout the project."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer post-launch support?",
|
||||
content:
|
||||
"Yes, we provide comprehensive post-launch support including maintenance, updates, bug fixes, and performance monitoring. We offer various support packages tailored to your needs.",
|
||||
},
|
||||
id: "4", title: "Do you offer post-launch support?", content:
|
||||
"Yes, we provide comprehensive post-launch support including maintenance, updates, bug fixes, and performance monitoring. We offer various support packages tailored to your needs."},
|
||||
{
|
||||
id: "5",
|
||||
title: "How do you ensure quality and security?",
|
||||
content:
|
||||
"Quality is built into our process through rigorous testing, code reviews, and quality assurance protocols. Security is implemented from the ground up, with compliance to industry standards and best practices.",
|
||||
},
|
||||
id: "5", title: "How do you ensure quality and security?", content:
|
||||
"Quality is built into our process through rigorous testing, code reviews, and quality assurance protocols. Security is implemented from the ground up, with compliance to industry standards and best practices."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Can you work with our existing team?",
|
||||
content:
|
||||
"Absolutely. We're experienced in collaborating with in-house teams, agencies, and external partners. We can integrate seamlessly into your existing workflow and development processes.",
|
||||
},
|
||||
id: "6", title: "Can you work with our existing team?", content:
|
||||
"Absolutely. We're experienced in collaborating with in-house teams, agencies, and external partners. We can integrate seamlessly into your existing workflow and development processes."},
|
||||
]}
|
||||
faqsAnimation="blur-reveal"
|
||||
textPosition="left"
|
||||
|
||||
@@ -6,43 +6,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Kraftcode Infosol - Web & Mobile App Development",
|
||||
description: "Expert web development, iOS & Android app development. Transforming businesses with innovative digital solutions. 300+ happy clients worldwide.",
|
||||
keywords: "web development, app development, iOS, Android, custom software, digital solutions, tech company",
|
||||
metadataBase: new URL("https://kraftcodeinfosol.com"),
|
||||
title: "Kraftcode Infosol - Web & Mobile App Development", description: "Expert web development, iOS & Android app development. Transforming businesses with innovative digital solutions. 300+ happy clients worldwide.", keywords: "web development, app development, iOS, Android, custom software, digital solutions, tech company", metadataBase: new URL("https://kraftcodeinfosol.com"),
|
||||
alternates: {
|
||||
canonical: "https://kraftcodeinfosol.com",
|
||||
},
|
||||
canonical: "https://kraftcodeinfosol.com"},
|
||||
openGraph: {
|
||||
title: "Kraftcode Infosol - Digital Solutions That Transform",
|
||||
description: "Build your digital future with expert web and mobile development services",
|
||||
url: "https://kraftcodeinfosol.com",
|
||||
siteName: "Kraftcode Infosol",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Kraftcode Infosol - Digital Solutions That Transform", description: "Build your digital future with expert web and mobile development services", url: "https://kraftcodeinfosol.com", siteName: "Kraftcode Infosol", type: "website", images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/a-modern-tech-company-hero-image-showing-1772536832346-3e105fc1.png",
|
||||
alt: "Kraftcode digital transformation services",
|
||||
},
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/a-modern-tech-company-hero-image-showing-1772536832346-3e105fc1.png", alt: "Kraftcode digital transformation services"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Kraftcode Infosol - Web & App Development",
|
||||
description: "Transform your business with innovative digital solutions",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/a-modern-tech-company-hero-image-showing-1772536832346-3e105fc1.png",
|
||||
],
|
||||
card: "summary_large_image", title: "Kraftcode Infosol - Web & App Development", description: "Transform your business with innovative digital solutions", images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/a-modern-tech-company-hero-image-showing-1772536832346-3e105fc1.png"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
194
src/app/page.tsx
194
src/app/page.tsx
@@ -23,26 +23,23 @@ const HomePage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "services" },
|
||||
{ label: "Portfolio", href: "portfolio" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Team", href: "about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
@@ -82,35 +79,20 @@ const HomePage = () => {
|
||||
mediaAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson",
|
||||
handle: "CEO, TechCorp",
|
||||
testimonial:
|
||||
"Working with Kraftcode transformed our digital presence. Their strategic insights and meticulous approach delivered results beyond expectations.",
|
||||
rating: 5,
|
||||
name: "Sarah Johnson", handle: "CEO, TechCorp", testimonial:
|
||||
"Working with Kraftcode transformed our digital presence. Their strategic insights and meticulous approach delivered results beyond expectations.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-exec-1772536829249-92484298.png?_wi=1",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-exec-1772536829249-92484298.png", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
name: "Michael Chen",
|
||||
handle: "CTO, InnovateLab",
|
||||
testimonial:
|
||||
"Exceptional team that understands technology and business. They delivered a cutting-edge platform that exceeded all our requirements.",
|
||||
rating: 5,
|
||||
name: "Michael Chen", handle: "CTO, InnovateLab", testimonial:
|
||||
"Exceptional team that understands technology and business. They delivered a cutting-edge platform that exceeded all our requirements.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-mana-1772536828421-9ae258e6.png?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-mana-1772536828421-9ae258e6.png", imageAlt: "Michael Chen"},
|
||||
{
|
||||
name: "Emily Rodriguez",
|
||||
handle: "Founder, GrowthCo",
|
||||
testimonial:
|
||||
"Kraftcode's expertise in web and mobile development is unmatched. They built solutions that directly contributed to our business growth.",
|
||||
rating: 5,
|
||||
name: "Emily Rodriguez", handle: "Founder, GrowthCo", testimonial:
|
||||
"Kraftcode's expertise in web and mobile development is unmatched. They built solutions that directly contributed to our business growth.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-an-entrepreneur-1772536829312-461ee1ff.png?_wi=1",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-an-entrepreneur-1772536829312-461ee1ff.png", imageAlt: "Emily Rodriguez"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
@@ -149,38 +131,28 @@ const HomePage = () => {
|
||||
features={[
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Website Development",
|
||||
description:
|
||||
"Custom sites boost your online presence. We create responsive, scalable websites that engage users and drive conversions.",
|
||||
button: { text: "Explore Web Services", href: "/services" },
|
||||
title: "Website Development", description:
|
||||
"Custom sites boost your online presence. We create responsive, scalable websites that engage users and drive conversions.", button: { text: "Explore Web Services", href: "/services" },
|
||||
},
|
||||
{
|
||||
icon: Smartphone,
|
||||
title: "Mobile App Development",
|
||||
description:
|
||||
"Mobile solutions tailored to your vision. iOS and Android apps built with cutting-edge technology and user-centric design.",
|
||||
button: { text: "Explore App Services", href: "/services" },
|
||||
title: "Mobile App Development", description:
|
||||
"Mobile solutions tailored to your vision. iOS and Android apps built with cutting-edge technology and user-centric design.", button: { text: "Explore App Services", href: "/services" },
|
||||
},
|
||||
{
|
||||
icon: Code,
|
||||
title: "Custom Development",
|
||||
description:
|
||||
"Bespoke solutions tailored to your unique business requirements. We build scalable, secure, and innovative digital products.",
|
||||
button: { text: "Explore Custom Solutions", href: "/services" },
|
||||
title: "Custom Development", description:
|
||||
"Bespoke solutions tailored to your unique business requirements. We build scalable, secure, and innovative digital products.", button: { text: "Explore Custom Solutions", href: "/services" },
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Performance Optimization",
|
||||
description:
|
||||
"Lightning-fast applications and websites. We optimize every aspect to ensure exceptional speed and user experience.",
|
||||
button: { text: "Learn About Optimization", href: "/services" },
|
||||
title: "Performance Optimization", description:
|
||||
"Lightning-fast applications and websites. We optimize every aspect to ensure exceptional speed and user experience.", button: { text: "Learn About Optimization", href: "/services" },
|
||||
},
|
||||
{
|
||||
icon: Code,
|
||||
title: "Security & Compliance",
|
||||
description:
|
||||
"Enterprise-grade security and compliance. We build solutions that protect your data and meet industry standards.",
|
||||
button: { text: "Explore Security", href: "/services" },
|
||||
title: "Security & Compliance", description:
|
||||
"Enterprise-grade security and compliance. We build solutions that protect your data and meet industry standards.", button: { text: "Explore Security", href: "/services" },
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -201,23 +173,11 @@ const HomePage = () => {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "300+",
|
||||
title: "Happy Customers",
|
||||
description: "Trusted by businesses worldwide",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/happy-customers-and-client-satisfaction--1772536829516-9e8b25ec.png",
|
||||
imageAlt: "Happy customers",
|
||||
},
|
||||
id: "1", value: "300+", title: "Happy Customers", description: "Trusted by businesses worldwide", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/happy-customers-and-client-satisfaction--1772536829516-9e8b25ec.png", imageAlt: "Happy customers"},
|
||||
{
|
||||
id: "2",
|
||||
value: "500+",
|
||||
title: "Successful Projects",
|
||||
description: "Delivered across web and mobile",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/successful-project-delivery-visualizatio-1772536830356-9ed4b093.png",
|
||||
imageAlt: "Successful projects",
|
||||
},
|
||||
id: "2", value: "500+", title: "Successful Projects", description: "Delivered across web and mobile", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/successful-project-delivery-visualizatio-1772536830356-9ed4b093.png", imageAlt: "Successful projects"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -236,65 +196,29 @@ const HomePage = () => {
|
||||
tagAnimation="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO, TechCorp",
|
||||
testimonial:
|
||||
"Working with Kraftcode was a transformational experience for our company. Their strategic insights and meticulous planning delivered results beyond our expectations.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-exec-1772536829249-92484298.png?_wi=2",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO, TechCorp", testimonial:
|
||||
"Working with Kraftcode was a transformational experience for our company. Their strategic insights and meticulous planning delivered results beyond our expectations.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-exec-1772536829249-92484298.png", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO, InnovateLab",
|
||||
testimonial:
|
||||
"Exceptional team that understands both technology and business needs. They delivered a cutting-edge platform that exceeded all our requirements.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-mana-1772536828421-9ae258e6.png?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "CTO, InnovateLab", testimonial:
|
||||
"Exceptional team that understands both technology and business needs. They delivered a cutting-edge platform that exceeded all our requirements.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-mana-1772536828421-9ae258e6.png", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Founder, GrowthCo",
|
||||
testimonial:
|
||||
"Kraftcode's expertise in web and mobile development is unmatched. They built solutions that directly contributed to our business growth.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-an-entrepreneur-1772536829312-461ee1ff.png?_wi=2",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Founder, GrowthCo", testimonial:
|
||||
"Kraftcode's expertise in web and mobile development is unmatched. They built solutions that directly contributed to our business growth.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-an-entrepreneur-1772536829312-461ee1ff.png", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager, StartupXYZ",
|
||||
testimonial:
|
||||
"Professional, reliable, and innovative. Kraftcode delivered our project on time and within budget while maintaining exceptional code quality.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-owne-1772536829505-ee335f31.png",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Product Manager, StartupXYZ", testimonial:
|
||||
"Professional, reliable, and innovative. Kraftcode delivered our project on time and within budget while maintaining exceptional code quality.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-owne-1772536829505-ee335f31.png", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
role: "Director, Innovation Labs",
|
||||
testimonial:
|
||||
"Outstanding service from start to finish. The team's attention to detail and commitment to excellence was evident in every aspect of our project.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-project-manag-1772536831572-9fdcfe07.png",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", role: "Director, Innovation Labs", testimonial:
|
||||
"Outstanding service from start to finish. The team's attention to detail and commitment to excellence was evident in every aspect of our project.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-project-manag-1772536831572-9fdcfe07.png", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Robert Thompson",
|
||||
role: "CEO, Digital Solutions Co",
|
||||
testimonial:
|
||||
"A trusted partner for digital transformation. Kraftcode's solutions have significantly improved our operational efficiency and customer satisfaction.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-stra-1772536828602-df1b16dd.png",
|
||||
imageAlt: "Robert Thompson",
|
||||
},
|
||||
id: "6", name: "Robert Thompson", role: "CEO, Digital Solutions Co", testimonial:
|
||||
"A trusted partner for digital transformation. Kraftcode's solutions have significantly improved our operational efficiency and customer satisfaction.", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/professional-headshot-of-a-business-stra-1772536828602-df1b16dd.png", imageAlt: "Robert Thompson"},
|
||||
]}
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
@@ -313,25 +237,9 @@ const HomePage = () => {
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="blur-reveal"
|
||||
names={[
|
||||
"Microsoft",
|
||||
"Google",
|
||||
"Amazon",
|
||||
"Apple",
|
||||
"IBM",
|
||||
"Netflix",
|
||||
"Oracle",
|
||||
"Salesforce",
|
||||
]}
|
||||
"Microsoft", "Google", "Amazon", "Apple", "IBM", "Netflix", "Oracle", "Salesforce"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg",
|
||||
"http://img.b2bpic.net/free-vector/technology-logo_1071-152.jpg",
|
||||
"http://img.b2bpic.net/free-vector/shiny-cyber-monday-background_23-2147718014.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-weight-loss-logo-template_23-2150815714.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149202348.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gradient-n-logo-template_23-2149377854.jpg",
|
||||
"http://img.b2bpic.net/free-vector/logotype_23-2148145168.jpg",
|
||||
"http://img.b2bpic.net/free-vector/technology-logo-template-with-abstract-shapes_23-2148240848.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/geometric-abstract-echos-web-design-agency-logo_1421494-124.jpg", "http://img.b2bpic.net/free-vector/technology-logo_1071-152.jpg", "http://img.b2bpic.net/free-vector/shiny-cyber-monday-background_23-2147718014.jpg", "http://img.b2bpic.net/free-vector/gradient-weight-loss-logo-template_23-2150815714.jpg", "http://img.b2bpic.net/free-vector/gradient-data-logo-template_23-2149202348.jpg", "http://img.b2bpic.net/free-vector/gradient-n-logo-template_23-2149377854.jpg", "http://img.b2bpic.net/free-vector/logotype_23-2148145168.jpg", "http://img.b2bpic.net/free-vector/technology-logo-template-with-abstract-shapes_23-2148240848.jpg"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
|
||||
@@ -17,26 +17,23 @@ const PortfolioPage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "services" },
|
||||
{ label: "Portfolio", href: "portfolio" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Team", href: "about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
@@ -73,37 +70,17 @@ const PortfolioPage = () => {
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Financial Tech Platform",
|
||||
price: "Finance",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/financial-tech-solution-showcase-showing-1772536829700-08f53efb.png",
|
||||
imageAlt: "Finance platform",
|
||||
},
|
||||
id: "1", name: "Financial Tech Platform", price: "Finance", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/financial-tech-solution-showcase-showing-1772536829700-08f53efb.png", imageAlt: "Finance platform"},
|
||||
{
|
||||
id: "2",
|
||||
name: "HR Management System",
|
||||
price: "Human Resources",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/human-resources-platform-illustration-sh-1772536829975-a0919a4e.png",
|
||||
imageAlt: "HR system",
|
||||
},
|
||||
id: "2", name: "HR Management System", price: "Human Resources", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/human-resources-platform-illustration-sh-1772536829975-a0919a4e.png", imageAlt: "HR system"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Legal Services Platform",
|
||||
price: "Legal Tech",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/legal-services-platform-showing-law-firm-1772536830626-e5e66c56.png",
|
||||
imageAlt: "Legal platform",
|
||||
},
|
||||
id: "3", name: "Legal Services Platform", price: "Legal Tech", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/legal-services-platform-showing-law-firm-1772536830626-e5e66c56.png", imageAlt: "Legal platform"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Startup Solution Suite",
|
||||
price: "Startup",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/startup-solution-platform-showing-modern-1772536829727-82b44a37.png",
|
||||
imageAlt: "Startup solution",
|
||||
},
|
||||
id: "4", name: "Startup Solution Suite", price: "Startup", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQtbsTMeGJHQMw356WqTQ94vTH/startup-solution-platform-showing-modern-1772536829727-82b44a37.png", imageAlt: "Startup solution"},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
@@ -17,26 +17,23 @@ const ServicesPage = () => {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Portfolio", href: "/portfolio" },
|
||||
title: "Product", items: [
|
||||
{ label: "Services", href: "services" },
|
||||
{ label: "Portfolio", href: "portfolio" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Team", href: "/about" },
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Team", href: "about" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{ label: "LinkedIn", href: "https://linkedin.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
{ label: "GitHub", href: "https://github.com" },
|
||||
@@ -74,24 +71,18 @@ const ServicesPage = () => {
|
||||
features={[
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Website Development",
|
||||
description:
|
||||
"Custom responsive websites designed for conversion. We create user-friendly, scalable platforms that establish your digital presence and engage your audience effectively.",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Website Development", description:
|
||||
"Custom responsive websites designed for conversion. We create user-friendly, scalable platforms that establish your digital presence and engage your audience effectively.", button: { text: "Learn More", href: "services" },
|
||||
},
|
||||
{
|
||||
icon: Smartphone,
|
||||
title: "Mobile App Development",
|
||||
description:
|
||||
"Native and cross-platform applications for iOS and Android. We build intuitive, high-performance mobile solutions that solve real problems and drive user engagement.",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Mobile App Development", description:
|
||||
"Native and cross-platform applications for iOS and Android. We build intuitive, high-performance mobile solutions that solve real problems and drive user engagement.", button: { text: "Learn More", href: "services" },
|
||||
},
|
||||
{
|
||||
icon: Code,
|
||||
title: "Custom Development Solutions",
|
||||
description:
|
||||
"Bespoke software tailored to your unique business needs. From backend systems to complex integrations, we architect scalable solutions that grow with your business.",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Custom Development Solutions", description:
|
||||
"Bespoke software tailored to your unique business needs. From backend systems to complex integrations, we architect scalable solutions that grow with your business.", button: { text: "Learn More", href: "services" },
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -113,24 +104,18 @@ const ServicesPage = () => {
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Performance Optimization",
|
||||
description:
|
||||
"Lightning-fast applications and websites optimized for speed. We analyze, optimize, and enhance every aspect to deliver exceptional user experience and SEO benefits.",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Performance Optimization", description:
|
||||
"Lightning-fast applications and websites optimized for speed. We analyze, optimize, and enhance every aspect to deliver exceptional user experience and SEO benefits.", button: { text: "Learn More", href: "services" },
|
||||
},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Security & Compliance",
|
||||
description:
|
||||
"Enterprise-grade security implementation and compliance management. We protect your data with industry-standard practices and meet regulatory requirements.",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Security & Compliance", description:
|
||||
"Enterprise-grade security implementation and compliance management. We protect your data with industry-standard practices and meet regulatory requirements.", button: { text: "Learn More", href: "services" },
|
||||
},
|
||||
{
|
||||
icon: Code,
|
||||
title: "Maintenance & Support",
|
||||
description:
|
||||
"Ongoing technical support and maintenance services. We ensure your applications remain stable, updated, and optimized with dedicated support teams.",
|
||||
button: { text: "Learn More", href: "/services" },
|
||||
title: "Maintenance & Support", description:
|
||||
"Ongoing technical support and maintenance services. We ensure your applications remain stable, updated, and optimized with dedicated support teams.", button: { text: "Learn More", href: "services" },
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user