diff --git a/src/app/page.tsx b/src/app/page.tsx index e752232..96b9cfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,15 +90,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Design", title: "User-Centric Design", subtitle: "Stunning visual experiences", description: "We create beautiful, intuitive interfaces that engage users and drive conversions through thoughtful design principles.", imageSrc: "http://img.b2bpic.net/free-vector/background-with-ball-circuit_1035-4307.jpg", imageAlt: "graphic designer working on interface design" + tag: "Design", title: "User-Centric Design", subtitle: "Increase conversions by up to 40%", description: "We create beautiful, intuitive interfaces that engage users and drive conversions through thoughtful design principles.", imageSrc: "http://img.b2bpic.net/free-vector/background-with-ball-circuit_1035-4307.jpg", imageAlt: "graphic designer working on interface design" }, { id: 2, - tag: "Development", title: "Full-Stack Development", subtitle: "Powerful technical solutions", description: "Our developers build scalable, performant web applications using the latest technologies and best practices.", imageSrc: "http://img.b2bpic.net/free-photo/presentation-data_1098-12864.jpg", imageAlt: "web developer coding on multiple monitors" + tag: "Development", title: "Full-Stack Development", subtitle: "Achieve 99.9% uptime and 2x faster load speeds", description: "Our developers build scalable, performant web applications using the latest technologies and best practices.", imageSrc: "http://img.b2bpic.net/free-photo/presentation-data_1098-12864.jpg", imageAlt: "web developer coding on multiple monitors" }, { id: 3, - tag: "Strategy", title: "Strategic Planning", subtitle: "Results-driven approach", description: "We collaborate with you to understand your goals and create a comprehensive digital strategy for success.", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-reading-sticky-notes_1170-1744.jpg", imageAlt: "business strategy planning meeting whiteboard" + tag: "Strategy", title: "Strategic Planning", subtitle: "Boost revenue by 35% through data-driven approach", description: "We collaborate with you to understand your goals and create a comprehensive digital strategy for success.", imageSrc: "http://img.b2bpic.net/free-photo/business-executives-reading-sticky-notes_1170-1744.jpg", imageAlt: "business strategy planning meeting whiteboard" } ]} /> @@ -233,4 +233,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file