diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7400334..9e99d76 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1380,4 +1380,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 8171d2e..28ba410 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -221,8 +221,7 @@ export default function LandingPage() { { id: "1", title: "Discovery & Strategy", description: "We start by understanding your business, goals, and target audience. Through workshops and research, we develop a clear strategic foundation for all creative decisions.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg?_wi=2"}, - items: [ + "http://img.b2bpic.net/free-photo/group-smiling-business-people-analyzing-reports-communicating-while-working-together-office-there-are-people-background_637285-170.jpg?_wi=2"}, items: [ { icon: Brain, text: "Deep market analysis" }, { icon: Users, text: "User research & personas" }, { icon: Target, text: "Goal alignment" }, @@ -232,8 +231,7 @@ export default function LandingPage() { { id: "2", title: "Design & Prototyping", description: "Our designers create stunning visual concepts and interactive prototypes. We iterate based on feedback to ensure the design perfectly captures your brand essence.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-368.jpg?_wi=2"}, - items: [ + "http://img.b2bpic.net/free-photo/businessmen-hands-wooden-table-with-documents-drafts_176420-368.jpg?_wi=2"}, items: [ { icon: Palette, text: "Brand visual design" }, { icon: LayoutGrid, text: "UX/UI design" }, { icon: Figma, text: "Interactive prototypes" }, @@ -243,8 +241,7 @@ export default function LandingPage() { { id: "3", title: "Development & Testing", description: "Using modern technologies and best practices, our developers build robust, scalable solutions. Rigorous testing ensures quality, performance, and security.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/working-code_1098-19858.jpg?_wi=2"}, - items: [ + "http://img.b2bpic.net/free-photo/working-code_1098-19858.jpg?_wi=2"}, items: [ { icon: Code, text: "Clean, scalable code" }, { icon: Zap, text: "Performance optimization" }, { icon: Lock, text: "Security & compliance" }, @@ -254,8 +251,7 @@ export default function LandingPage() { { id: "4", title: "Launch & Optimize", description: "We carefully deploy your solution and monitor performance. Ongoing optimization and analytics-driven improvements ensure sustained success.", media: { imageSrc: - "http://img.b2bpic.net/free-vector/rocket-clouds-striped_25030-38450.jpg?_wi=2"}, - items: [ + "http://img.b2bpic.net/free-vector/rocket-clouds-striped_25030-38450.jpg?_wi=2"}, items: [ { icon: Rocket, text: "Strategic deployment" }, { icon: BarChart3, text: "Analytics & reporting" }, { icon: RefreshCw, text: "Continuous improvement" }, @@ -279,8 +275,8 @@ export default function LandingPage() { background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ - { text: "Start Your Project", href: "/contact" }, - { text: "Schedule Consultation", href: "/contact" }, + { text: "Get Free Audit", href: "/contact" }, + { text: "Book Discovery Call", href: "/contact" }, ]} ariaLabel="Contact call-to-action section" /> @@ -305,4 +301,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file