diff --git a/src/app/page.tsx b/src/app/page.tsx index 79f78ad..0a12564 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,15 +83,15 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Strategy", title: "Digital Strategy", subtitle: "Roadmap for success", description: "We begin with deep research and competitive analysis to craft a digital strategy that aligns with your business goals and resonates with your audience.", imageSrc: "http://img.b2bpic.net/free-vector/creative-process-concept-landing-page-template_23-2148153173.jpg", imageAlt: "Digital strategy planning" + tag: "Strategy", title: "Digital Strategy", subtitle: "Roadmap for success", description: "We begin with deep research and competitive analysis to craft a digital strategy that aligns with your business goals and resonates with your audience.", imageSrc: "http://img.b2bpic.net/free-vector/creative-process-concept-landing-page-template_23-2148153173.jpg?_wi=1", imageAlt: "Digital strategy planning" }, { id: 2, - tag: "Design", title: "UI/UX Design", subtitle: "Beautiful experiences", description: "Our designers create intuitive, visually stunning interfaces that engage users and drive conversions. Every pixel serves a purpose.", imageSrc: "http://img.b2bpic.net/free-vector/five-whys-infographic-concept_23-2148555772.jpg", imageAlt: "Design process and methodology" + tag: "Design", title: "UI/UX Design", subtitle: "Beautiful experiences", description: "Our designers create intuitive, visually stunning interfaces that engage users and drive conversions. Every pixel serves a purpose.", imageSrc: "http://img.b2bpic.net/free-vector/five-whys-infographic-concept_23-2148555772.jpg?_wi=1", imageAlt: "Design process and methodology" }, { id: 3, - tag: "Development", title: "Web Development", subtitle: "Powered by innovation", description: "We build fast, scalable, and secure websites using cutting-edge technologies. Performance and user experience are always our priority.", imageSrc: "http://img.b2bpic.net/free-vector/colorful-flat-design-icons-representing-business-finance-technology-concepts_9975-95348.jpg", imageAlt: "Web development process" + tag: "Development", title: "Web Development", subtitle: "Powered by innovation", description: "We build fast, scalable, and secure websites using cutting-edge technologies. Performance and user experience are always our priority.", imageSrc: "http://img.b2bpic.net/free-vector/colorful-flat-design-icons-representing-business-finance-technology-concepts_9975-95348.jpg?_wi=1", imageAlt: "Web development process" } ]} textboxLayout="default" @@ -106,7 +106,7 @@ export default function LandingPage() { tag="How We Work" features={[ { - id: "1", title: "Discovery & Research", description: "We dive deep into understanding your business, market, and audience. This phase sets the foundation for strategic, impactful solutions.", media: { imageSrc: "http://img.b2bpic.net/free-vector/creative-process-concept-landing-page-template_23-2148153173.jpg" }, + id: "1", title: "Discovery & Research", description: "We dive deep into understanding your business, market, and audience. This phase sets the foundation for strategic, impactful solutions.", media: { imageSrc: "http://img.b2bpic.net/free-vector/creative-process-concept-landing-page-template_23-2148153173.jpg?_wi=2" }, items: [ { icon: Target, text: "Audience Analysis" }, { icon: TrendingUp, text: "Market Research" }, @@ -115,7 +115,7 @@ export default function LandingPage() { reverse: false }, { - id: "2", title: "Design & Prototyping", description: "Our designers craft beautiful, user-centered interfaces. We create interactive prototypes to validate concepts before development.", media: { imageSrc: "http://img.b2bpic.net/free-vector/five-whys-infographic-concept_23-2148555772.jpg" }, + id: "2", title: "Design & Prototyping", description: "Our designers craft beautiful, user-centered interfaces. We create interactive prototypes to validate concepts before development.", media: { imageSrc: "http://img.b2bpic.net/free-vector/five-whys-infographic-concept_23-2148555772.jpg?_wi=2" }, items: [ { icon: Palette, text: "Visual Design" }, { icon: Layers, text: "Prototyping" }, @@ -124,7 +124,7 @@ export default function LandingPage() { reverse: true }, { - id: "3", title: "Development & Launch", description: "We code clean, performant solutions using modern technologies. Rigorous testing ensures your site launches flawlessly.", media: { imageSrc: "http://img.b2bpic.net/free-vector/colorful-flat-design-icons-representing-business-finance-technology-concepts_9975-95348.jpg" }, + id: "3", title: "Development & Launch", description: "We code clean, performant solutions using modern technologies. Rigorous testing ensures your site launches flawlessly.", media: { imageSrc: "http://img.b2bpic.net/free-vector/colorful-flat-design-icons-representing-business-finance-technology-concepts_9975-95348.jpg?_wi=2" }, items: [ { icon: Code, text: "Clean Code" }, { icon: Zap, text: "Performance" },