Merge version_1 into main #1
@@ -52,8 +52,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
slides={[
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/executives-with-digital-tablet-having-meeting-office_1098-1881.jpg", imageAlt: "Business dashboard interface" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", imageAlt: "Analytics and reporting" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092253.jpg", imageAlt: "Platform integration" }
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg?_wi=1", imageAlt: "Analytics and reporting" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092253.jpg?_wi=1", imageAlt: "Platform integration" }
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
showDimOverlay={true}
|
||||
@@ -67,7 +67,7 @@ export default function LandingPage() {
|
||||
description="Founded in 2019"
|
||||
subdescription="TechVenture Inc."
|
||||
icon={Rocket}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg"
|
||||
imageSrc="https://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg?_wi=1"
|
||||
imageAlt="TechVenture team collaborating"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -79,19 +79,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", category: ["Automation", "Workflow"],
|
||||
title: "Intelligent Workflow Automation", imageSrc: "https://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg", imageAlt: "Workflow automation interface"
|
||||
title: "Intelligent Workflow Automation", imageSrc: "https://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg?_wi=2", imageAlt: "Workflow automation interface"
|
||||
},
|
||||
{
|
||||
id: "2", category: ["Analytics", "Insights"],
|
||||
title: "Real-Time Analytics & Reporting", imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", imageAlt: "Analytics dashboard"
|
||||
title: "Real-Time Analytics & Reporting", imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg?_wi=2", imageAlt: "Analytics dashboard"
|
||||
},
|
||||
{
|
||||
id: "3", category: ["Integration", "API"],
|
||||
title: "Seamless Third-Party Integrations", imageSrc: "https://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092253.jpg", imageAlt: "Integration ecosystem"
|
||||
title: "Seamless Third-Party Integrations", imageSrc: "https://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092253.jpg?_wi=2", imageAlt: "Integration ecosystem"
|
||||
},
|
||||
{
|
||||
id: "4", category: ["Security", "Compliance"],
|
||||
title: "Enterprise-Grade Security", imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg", imageAlt: "Security features"
|
||||
title: "Enterprise-Grade Security", imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg?_wi=1", imageAlt: "Security features"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -107,16 +107,16 @@ export default function LandingPage() {
|
||||
<MetricCardEleven
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "50K+", title: "Active Users", description: "Teams across 25+ countries trust our platform", imageSrc: "https://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg", imageAlt: "Global user base"
|
||||
id: "1", value: "50K+", title: "Active Users", description: "Teams across 25+ countries trust our platform", imageSrc: "https://img.b2bpic.net/free-photo/digital-transformation-process-optimization_84443-74868.jpg?_wi=3", imageAlt: "Global user base"
|
||||
},
|
||||
{
|
||||
id: "2", value: "45%", title: "Avg. Cost Reduction", description: "Our customers save significantly on operational expenses", imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg", imageAlt: "Cost savings visualization"
|
||||
id: "2", value: "45%", title: "Avg. Cost Reduction", description: "Our customers save significantly on operational expenses", imageSrc: "https://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg?_wi=3", imageAlt: "Cost savings visualization"
|
||||
},
|
||||
{
|
||||
id: "3", value: "99.99%", title: "Platform Uptime", description: "Enterprise-grade reliability and availability", imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg", imageAlt: "Uptime guarantee"
|
||||
id: "3", value: "99.99%", title: "Platform Uptime", description: "Enterprise-grade reliability and availability", imageSrc: "https://img.b2bpic.net/free-photo/padlock-computer-circuit-board_93675-129557.jpg?_wi=2", imageAlt: "Uptime guarantee"
|
||||
},
|
||||
{
|
||||
id: "4", value: "3x", title: "Faster Implementation", description: "Get up and running in days, not months", imageSrc: "https://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092253.jpg", imageAlt: "Quick deployment"
|
||||
id: "4", value: "3x", title: "Faster Implementation", description: "Get up and running in days, not months", imageSrc: "https://img.b2bpic.net/free-photo/application-programming-interface-hologram_23-2149092253.jpg?_wi=3", imageAlt: "Quick deployment"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -133,27 +133,27 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Chen", role: "VP Operations", company: "TechCorp Industries", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Chen"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Chen"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Rodriguez", role: "CTO", company: "CloudScale Inc", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Rodriguez"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Watson", role: "CEO", company: "DataFlow Systems", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Watson"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Watson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Park", role: "Founder", company: "StartupXYZ", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Park"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", role: "Director of Engineering", company: "InnovateLab", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Lee"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Jessica Lee"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Marcus Thompson", role: "Head of Strategy", company: "GrowthMetrics", rating: 5,
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Thompson"
|
||||
imageSrc: "https://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "Marcus Thompson"
|
||||
}
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
|
||||
Reference in New Issue
Block a user