Update src/app/page.tsx
This commit is contained in:
@@ -85,15 +85,15 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Discovery", title: "Strategic Planning", subtitle: "Data-driven decisions for maximum impact", description: "We analyze your business needs, market conditions, and competitive landscape to develop a tailored strategy that aligns with your goals and maximizes ROI.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153845.jpg", imageAlt: "Strategic planning visualization"
|
||||
tag: "Discovery", title: "Strategic Planning", subtitle: "Data-driven decisions for maximum impact", description: "We analyze your business needs, market conditions, and competitive landscape to develop a tailored strategy that aligns with your goals and maximizes ROI.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153845.jpg?_wi=1", imageAlt: "Strategic planning visualization"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Implementation", title: "Execution", subtitle: "Seamless integration and deployment", description: "Our expert team implements your strategy with precision, ensuring smooth integration with existing systems and minimal disruption to your operations.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-leaders-meeting-sharing-ideas-corporate-growth_482257-123661.jpg", imageAlt: "Analytics dashboard interface"
|
||||
tag: "Implementation", title: "Execution", subtitle: "Seamless integration and deployment", description: "Our expert team implements your strategy with precision, ensuring smooth integration with existing systems and minimal disruption to your operations.", imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-leaders-meeting-sharing-ideas-corporate-growth_482257-123661.jpg?_wi=1", imageAlt: "Analytics dashboard interface"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Support", title: "Optimization", subtitle: "Continuous improvement and support", description: "We monitor performance metrics, optimize operations, and provide ongoing support to ensure sustained success and continuous growth.", imageSrc: "http://img.b2bpic.net/free-vector/concept-telecommuting_23-2148488933.jpg", imageAlt: "Customer support team"
|
||||
tag: "Support", title: "Optimization", subtitle: "Continuous improvement and support", description: "We monitor performance metrics, optimize operations, and provide ongoing support to ensure sustained success and continuous growth.", imageSrc: "http://img.b2bpic.net/free-vector/concept-telecommuting_23-2148488933.jpg?_wi=1", imageAlt: "Customer support team"
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -165,7 +165,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Consultation & Analysis", description: "We conduct thorough analysis of your business needs, market dynamics, and competitive positioning to develop a comprehensive roadmap for success.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153845.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-business-team-working_23-2149153845.jpg?_wi=2"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Market research and analysis" },
|
||||
@@ -176,7 +176,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", title: "Implementation & Deployment", description: "Our technical experts execute the strategy with precision, ensuring seamless integration and optimal performance throughout the deployment process.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-leaders-meeting-sharing-ideas-corporate-growth_482257-123661.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-business-leaders-meeting-sharing-ideas-corporate-growth_482257-123661.jpg?_wi=2"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "System integration and testing" },
|
||||
@@ -187,7 +187,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Monitoring & Optimization", description: "Continuous monitoring and optimization ensure your systems perform at peak efficiency while adapting to evolving business needs.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/concept-telecommuting_23-2148488933.jpg"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/concept-telecommuting_23-2148488933.jpg?_wi=2"
|
||||
},
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Performance analytics" },
|
||||
|
||||
Reference in New Issue
Block a user