Update src/app/page.tsx
This commit is contained in:
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}
|
||||
|
||||
Reference in New Issue
Block a user