Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-10 12:11:49 +00:00
2 changed files with 45 additions and 168 deletions

View File

@@ -11,8 +11,7 @@ import { Rocket, Zap } from "lucide-react";
export default function AboutPage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "/features" },
@@ -20,8 +19,7 @@ export default function AboutPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "#" },
@@ -29,8 +27,7 @@ export default function AboutPage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Community", href: "#" },
@@ -38,8 +35,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },
@@ -72,9 +68,7 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Get Started",
href: "/contact",
}}
text: "Get Started", href: "/contact"}}
/>
</div>
@@ -86,19 +80,15 @@ export default function AboutPage() {
description="TechCore was founded with a mission to revolutionize how enterprises build, deploy, and scale their software infrastructure. Our team of industry veterans combines decades of experience in cloud computing, cybersecurity, and artificial intelligence to deliver solutions that drive real business impact."
metrics={[
{
value: "500+",
title: "Enterprise Clients",
},
value: "500+", title: "Enterprise Clients"},
{
value: "99.99%",
title: "Platform Uptime",
},
value: "99.99%", title: "Platform Uptime"},
]}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-professional-team-of-software-develope-1773144537851-0de4da3a.jpg?_wi=2"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-professional-team-of-software-develope-1773144537851-0de4da3a.jpg"
imageAlt="TechCore Team Collaboration"
mediaAnimation="slide-up"
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
tagAnimation="opacity"
/>
</div>
@@ -107,32 +97,14 @@ export default function AboutPage() {
<FeatureCardTwentyFour
features={[
{
id: "1",
title: "Advanced Security",
author: "Security Team",
description: "Military-grade encryption, multi-factor authentication, and comprehensive compliance frameworks including HIPAA, SOC 2, and ISO 27001 certifications.",
tags: ["Security", "Compliance"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-visualization-of-cloud-security-1773144532588-9315b3bb.png?_wi=2",
imageAlt: "Cloud Security Features",
},
id: "1", title: "Advanced Security", author: "Security Team", description: "Military-grade encryption, multi-factor authentication, and comprehensive compliance frameworks including HIPAA, SOC 2, and ISO 27001 certifications.", tags: ["Security", "Compliance"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-visualization-of-cloud-security-1773144532588-9315b3bb.png", imageAlt: "Cloud Security Features"},
{
id: "2",
title: "Intelligent Automation",
author: "Product Team",
description: "AI-powered workflow automation that learns from patterns, reduces manual tasks by up to 80%, and improves operational efficiency across your organization.",
tags: ["AI", "Automation"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/modern-automation-workflow-visualization-1773144537987-5ca7d5b2.jpg?_wi=2",
imageAlt: "Automation Workflow",
},
id: "2", title: "Intelligent Automation", author: "Product Team", description: "AI-powered workflow automation that learns from patterns, reduces manual tasks by up to 80%, and improves operational efficiency across your organization.", tags: ["AI", "Automation"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/modern-automation-workflow-visualization-1773144537987-5ca7d5b2.jpg", imageAlt: "Automation Workflow"},
{
id: "3",
title: "Unlimited Scalability",
author: "Infrastructure Team",
description: "Cloud-native architecture that scales seamlessly from startup to enterprise, supporting millions of transactions per second without performance degradation.",
tags: ["Scalability", "Cloud"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-representation-of-scalability-a-1773144535133-0294c819.jpg?_wi=2",
imageAlt: "Scalable Architecture",
},
id: "3", title: "Unlimited Scalability", author: "Infrastructure Team", description: "Cloud-native architecture that scales seamlessly from startup to enterprise, supporting millions of transactions per second without performance degradation.", tags: ["Scalability", "Cloud"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-representation-of-scalability-a-1773144535133-0294c819.jpg", imageAlt: "Scalable Architecture"},
]}
animationType="slide-up"
title="Powerful Features"

View File

@@ -15,8 +15,7 @@ import { Rocket, Zap, Star, CheckCircle } from "lucide-react";
export default function HomePage() {
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/features" },
{ label: "Pricing", href: "/pricing" },
{ label: "Security", href: "/features" },
@@ -24,8 +23,7 @@ export default function HomePage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "#" },
@@ -33,8 +31,7 @@ export default function HomePage() {
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "API Reference", href: "#" },
{ label: "Community", href: "#" },
@@ -42,8 +39,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Compliance", href: "#" },
@@ -76,9 +72,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Get Started",
href: "/contact",
}}
text: "Get Started", href: "/contact"}}
/>
</div>
@@ -87,17 +81,12 @@ export default function HomePage() {
logoText="TechCore"
description="Enterprise-grade software solutions designed for innovation. Streamline operations, enhance security, and scale with confidence using our cutting-edge technology platform."
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
buttons={[
{
text: "Start Free Trial",
href: "/contact",
},
text: "Start Free Trial", href: "/contact"},
{
text: "View Demo",
href: "/about",
},
text: "View Demo", href: "/about"},
]}
layoutOrder="default"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-modern-sleek-software-dashboard-interf-1773144534031-d6361a36.jpg"
@@ -116,19 +105,15 @@ export default function HomePage() {
description="TechCore was founded with a mission to revolutionize how enterprises build, deploy, and scale their software infrastructure. Our team of industry veterans combines decades of experience in cloud computing, cybersecurity, and artificial intelligence to deliver solutions that drive real business impact."
metrics={[
{
value: "500+",
title: "Enterprise Clients",
},
value: "500+", title: "Enterprise Clients"},
{
value: "99.99%",
title: "Platform Uptime",
},
value: "99.99%", title: "Platform Uptime"},
]}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-professional-team-of-software-develope-1773144537851-0de4da3a.jpg?_wi=1"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/a-professional-team-of-software-develope-1773144537851-0de4da3a.jpg"
imageAlt="TechCore Team Collaboration"
mediaAnimation="slide-up"
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
tagAnimation="opacity"
/>
</div>
@@ -137,32 +122,14 @@ export default function HomePage() {
<FeatureCardTwentyFour
features={[
{
id: "1",
title: "Advanced Security",
author: "Security Team",
description: "Military-grade encryption, multi-factor authentication, and comprehensive compliance frameworks including HIPAA, SOC 2, and ISO 27001 certifications.",
tags: ["Security", "Compliance"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-visualization-of-cloud-security-1773144532588-9315b3bb.png?_wi=1",
imageAlt: "Cloud Security Features",
},
id: "1", title: "Advanced Security", author: "Security Team", description: "Military-grade encryption, multi-factor authentication, and comprehensive compliance frameworks including HIPAA, SOC 2, and ISO 27001 certifications.", tags: ["Security", "Compliance"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-visualization-of-cloud-security-1773144532588-9315b3bb.png", imageAlt: "Cloud Security Features"},
{
id: "2",
title: "Intelligent Automation",
author: "Product Team",
description: "AI-powered workflow automation that learns from patterns, reduces manual tasks by up to 80%, and improves operational efficiency across your organization.",
tags: ["AI", "Automation"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/modern-automation-workflow-visualization-1773144537987-5ca7d5b2.jpg?_wi=1",
imageAlt: "Automation Workflow",
},
id: "2", title: "Intelligent Automation", author: "Product Team", description: "AI-powered workflow automation that learns from patterns, reduces manual tasks by up to 80%, and improves operational efficiency across your organization.", tags: ["AI", "Automation"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/modern-automation-workflow-visualization-1773144537987-5ca7d5b2.jpg", imageAlt: "Automation Workflow"},
{
id: "3",
title: "Unlimited Scalability",
author: "Infrastructure Team",
description: "Cloud-native architecture that scales seamlessly from startup to enterprise, supporting millions of transactions per second without performance degradation.",
tags: ["Scalability", "Cloud"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-representation-of-scalability-a-1773144535133-0294c819.jpg?_wi=1",
imageAlt: "Scalable Architecture",
},
id: "3", title: "Unlimited Scalability", author: "Infrastructure Team", description: "Cloud-native architecture that scales seamlessly from startup to enterprise, supporting millions of transactions per second without performance degradation.", tags: ["Scalability", "Cloud"],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/abstract-representation-of-scalability-a-1773144535133-0294c819.jpg", imageAlt: "Scalable Architecture"},
]}
animationType="slide-up"
title="Powerful Features"
@@ -179,28 +146,16 @@ export default function HomePage() {
<MetricCardFourteen
title="Proven Results and Impact Metrics"
tag="Performance"
tagAnimation="entrance-slide"
tagAnimation="opacity"
metrics={[
{
id: "1",
value: "3.2x",
description: "Average improvement in processing speed and operational efficiency after implementation.",
},
id: "1", value: "3.2x", description: "Average improvement in processing speed and operational efficiency after implementation."},
{
id: "2",
value: "45%",
description: "Reduction in infrastructure costs through intelligent resource optimization and automation.",
},
id: "2", value: "45%", description: "Reduction in infrastructure costs through intelligent resource optimization and automation."},
{
id: "3",
value: "98%",
description: "Customer satisfaction rating with 24/7 dedicated enterprise support.",
},
id: "3", value: "98%", description: "Customer satisfaction rating with 24/7 dedicated enterprise support."},
{
id: "4",
value: "150+",
description: "Integrations with leading enterprise applications and services.",
},
id: "4", value: "150+", description: "Integrations with leading enterprise applications and services."},
]}
metricsAnimation="slide-up"
useInvertedBackground={false}
@@ -211,59 +166,17 @@ export default function HomePage() {
<TestimonialCardTen
testimonials={[
{
id: "1",
title: "Complete Digital Infrastructure Overhaul",
quote: "TechCore transformed our legacy systems into a modern, scalable platform. The implementation was seamless, and within months we saw a 300% increase in transaction capacity with improved security.",
name: "Sarah Chen",
role: "Chief Technology Officer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-confident-sof-1773144534034-c544170a.png?_wi=1",
imageAlt: "Sarah Chen",
},
id: "1", title: "Complete Digital Infrastructure Overhaul", quote: "TechCore transformed our legacy systems into a modern, scalable platform. The implementation was seamless, and within months we saw a 300% increase in transaction capacity with improved security.", name: "Sarah Chen", role: "Chief Technology Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-confident-sof-1773144534034-c544170a.png", imageAlt: "Sarah Chen"},
{
id: "2",
title: "Enterprise-Grade Reliability",
quote: "The 99.99% uptime guarantee gave us the confidence to migrate critical workloads. Their support team is exceptional - always available and knowledgeable.",
name: "James Rodriguez",
role: "VP of Engineering",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-technical-eng-1773144534249-fd7ec2b9.jpg?_wi=1",
imageAlt: "James Rodriguez",
},
id: "2", title: "Enterprise-Grade Reliability", quote: "The 99.99% uptime guarantee gave us the confidence to migrate critical workloads. Their support team is exceptional - always available and knowledgeable.", name: "James Rodriguez", role: "VP of Engineering", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-technical-eng-1773144534249-fd7ec2b9.jpg", imageAlt: "James Rodriguez"},
{
id: "3",
title: "Accelerated Time to Market",
quote: "With TechCore's automation features, we reduced our deployment cycle from weeks to hours. This agility gave us a competitive edge in our market.",
name: "Michael Wong",
role: "Product Manager",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-product-manag-1773144532734-5f1b56a2.png",
imageAlt: "Michael Wong",
},
id: "3", title: "Accelerated Time to Market", quote: "With TechCore's automation features, we reduced our deployment cycle from weeks to hours. This agility gave us a competitive edge in our market.", name: "Michael Wong", role: "Product Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-product-manag-1773144532734-5f1b56a2.png", imageAlt: "Michael Wong"},
{
id: "4",
title: "Exceptional ROI and Cost Savings",
quote: "We achieved our cost reduction targets in the first year. TechCore's intelligent optimization reduced our cloud spend by nearly half while improving performance.",
name: "Emma Thompson",
role: "Founder & CEO",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-startup-found-1773144532923-cb854b6d.png",
imageAlt: "Emma Thompson",
},
id: "4", title: "Exceptional ROI and Cost Savings", quote: "We achieved our cost reduction targets in the first year. TechCore's intelligent optimization reduced our cloud spend by nearly half while improving performance.", name: "Emma Thompson", role: "Founder & CEO", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-startup-found-1773144532923-cb854b6d.png", imageAlt: "Emma Thompson"},
{
id: "5",
title: "Seamless Integration and Support",
quote: "The integration process was straightforward, and TechCore's team provided excellent guidance. They truly understand enterprise needs.",
name: "David Park",
role: "IT Director",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-confident-sof-1773144534034-c544170a.png?_wi=2",
imageAlt: "David Park",
},
id: "5", title: "Seamless Integration and Support", quote: "The integration process was straightforward, and TechCore's team provided excellent guidance. They truly understand enterprise needs.", name: "David Park", role: "IT Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-confident-sof-1773144534034-c544170a.png", imageAlt: "David Park"},
{
id: "6",
title: "Security and Compliance Made Easy",
quote: "Passing our security audits was effortless with TechCore's built-in compliance frameworks. One less headache for our security team.",
name: "Lisa Martinez",
role: "Security Officer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-technical-eng-1773144534249-fd7ec2b9.jpg?_wi=2",
imageAlt: "Lisa Martinez",
},
id: "6", title: "Security and Compliance Made Easy", quote: "Passing our security audits was effortless with TechCore's built-in compliance frameworks. One less headache for our security team.", name: "Lisa Martinez", role: "Security Officer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/professional-headshot-of-a-technical-eng-1773144534249-fd7ec2b9.jpg", imageAlt: "Lisa Martinez"},
]}
title="Trusted by Industry Leaders"
description="See what leading enterprises have to say about their transformation with TechCore."
@@ -285,15 +198,7 @@ export default function HomePage() {
useInvertedBackground={false}
names={[]}
logos={[
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/microsoft-company-logo-modern-and-recogn-1773144537677-e897c954.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/google-company-logo-iconic-colorful-tech-1773144532136-cc6c331d.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/amazon-company-logo-recognizable-ecommer-1773144533201-8d42dc8f.png",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/salesforce-company-logo-crm-software-and-1773144540135-77f0bf19.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/ibm-company-logo-enterprise-technology-a-1773144542517-c650ca73.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/oracle-company-logo-database-and-enterpr-1773144534714-ed7bc395.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/cisco-company-logo-networking-and-techno-1773144535270-5a9c9292.jpg",
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/adobe-company-logo-creative-software-and-1773144532496-01fb4ce2.png",
]}
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/microsoft-company-logo-modern-and-recogn-1773144537677-e897c954.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/google-company-logo-iconic-colorful-tech-1773144532136-cc6c331d.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/amazon-company-logo-recognizable-ecommer-1773144533201-8d42dc8f.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/salesforce-company-logo-crm-software-and-1773144540135-77f0bf19.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/ibm-company-logo-enterprise-technology-a-1773144542517-c650ca73.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/oracle-company-logo-database-and-enterpr-1773144534714-ed7bc395.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/cisco-company-logo-networking-and-techno-1773144535270-5a9c9292.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_30ordogEOn7VO6LZdIWb5atLXky/adobe-company-logo-creative-software-and-1773144532496-01fb4ce2.png"]}
speed={40}
showCard={true}
tagAnimation="opacity"