diff --git a/src/app/page.tsx b/src/app/page.tsx index 03a3221..367fd9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,16 +88,16 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Discovery & Strategy", title: "Strategic Foundation", subtitle: "Understanding your vision and market", description: "We dive deep into your business goals, target audience, and competitive landscape to build a solid foundation for your digital transformation. Our strategic approach ensures every decision aligns with your objectives.", imageSrc: "http://img.b2bpic.net/free-vector/creative-blue-goals-infographic_23-2148596341.jpg", imageAlt: "Strategic planning and discovery session"}, + tag: "Discovery & Strategy", title: "Strategic Foundation", subtitle: "Understanding your vision and market", description: "We dive deep into your business goals, target audience, and competitive landscape to build a solid foundation for your digital transformation. Our strategic approach ensures every decision aligns with your objectives.", imageSrc: "http://img.b2bpic.net/free-vector/creative-blue-goals-infographic_23-2148596341.jpg?_wi=1", imageAlt: "Strategic planning and discovery session"}, { id: 2, - tag: "Design & Prototyping", title: "Creative Execution", subtitle: "Bringing concepts to life visually", description: "Our design team creates stunning, user-centric interfaces that balance aesthetics with functionality. We prototype and iterate based on feedback to ensure perfection before development begins.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-paper_23-2149930960.jpg", imageAlt: "Creative design workshop and mockups"}, + tag: "Design & Prototyping", title: "Creative Execution", subtitle: "Bringing concepts to life visually", description: "Our design team creates stunning, user-centric interfaces that balance aesthetics with functionality. We prototype and iterate based on feedback to ensure perfection before development begins.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-paper_23-2149930960.jpg?_wi=1", imageAlt: "Creative design workshop and mockups"}, { id: 3, - tag: "Development & Testing", title: "Technical Excellence", subtitle: "Building robust and scalable solutions", description: "Our developers transform designs into high-performance digital products using cutting-edge technologies. We rigorously test every feature to guarantee quality, speed, and security.", imageSrc: "http://img.b2bpic.net/free-photo/programmers-questioning-source-cyber-attacks-system-security-coverage-software-technician-triangulates-hacker-location-by-updating-safety-script-codes-data-processor-sequencer_482257-40508.jpg", imageAlt: "Development workspace and coding"}, + tag: "Development & Testing", title: "Technical Excellence", subtitle: "Building robust and scalable solutions", description: "Our developers transform designs into high-performance digital products using cutting-edge technologies. We rigorously test every feature to guarantee quality, speed, and security.", imageSrc: "http://img.b2bpic.net/free-photo/programmers-questioning-source-cyber-attacks-system-security-coverage-software-technician-triangulates-hacker-location-by-updating-safety-script-codes-data-processor-sequencer_482257-40508.jpg?_wi=1", imageAlt: "Development workspace and coding"}, { id: 4, - tag: "Launch & Optimization", title: "Market Ready", subtitle: "Deploying and continuously improving", description: "We manage smooth deployments and monitor performance metrics closely. Our team provides ongoing optimization and support to maximize your digital investment's impact.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-partying-together_23-2149631321.jpg", imageAlt: "Project launch and celebration"}, + tag: "Launch & Optimization", title: "Market Ready", subtitle: "Deploying and continuously improving", description: "We manage smooth deployments and monitor performance metrics closely. Our team provides ongoing optimization and support to maximize your digital investment's impact.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-partying-together_23-2149631321.jpg?_wi=1", imageAlt: "Project launch and celebration"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -171,7 +171,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Strategic Innovation", description: "We don't just follow trends—we anticipate them. Our strategic approach ensures your digital presence is always ahead of the curve, positioning you as an industry leader.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/creative-blue-goals-infographic_23-2148596341.jpg"}, + imageSrc: "http://img.b2bpic.net/free-vector/creative-blue-goals-infographic_23-2148596341.jpg?_wi=2"}, items: [ { icon: Lightbulb, text: "Forward-thinking strategy" }, { icon: Target, text: "Audience-focused solutions" }, @@ -181,7 +181,7 @@ export default function LandingPage() { }, { id: "2", title: "World-Class Design", description: "Our award-winning design team creates visually stunning interfaces that captivate users and drive engagement. Every pixel serves a purpose.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-paper_23-2149930960.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-hands-holding-paper_23-2149930960.jpg?_wi=2"}, items: [ { icon: Palette, text: "Award-winning aesthetics" }, { icon: Eye, text: "User experience focus" }, @@ -191,7 +191,7 @@ export default function LandingPage() { }, { id: "3", title: "Cutting-Edge Development", description: "Our developers build scalable, secure, and high-performance digital products using the latest technologies and best practices.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/programmers-questioning-source-cyber-attacks-system-security-coverage-software-technician-triangulates-hacker-location-by-updating-safety-script-codes-data-processor-sequencer_482257-40508.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/programmers-questioning-source-cyber-attacks-system-security-coverage-software-technician-triangulates-hacker-location-by-updating-safety-script-codes-data-processor-sequencer_482257-40508.jpg?_wi=2"}, items: [ { icon: Code, text: "Latest technology stack" }, { icon: Shield, text: "Enterprise security" }, @@ -201,7 +201,7 @@ export default function LandingPage() { }, { id: "4", title: "Dedicated Partnership", description: "We treat your success as our own. Our collaborative approach ensures transparent communication and exceptional results throughout the project lifecycle.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-partying-together_23-2149631321.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-people-partying-together_23-2149631321.jpg?_wi=2"}, items: [ { icon: Users, text: "Collaborative approach" }, { icon: MessageCircle, text: "Transparent communication" },