Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-15 03:23:41 +00:00

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}