diff --git a/src/app/page.tsx b/src/app/page.tsx index a6c5355..204a87c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,11 +126,11 @@ export default function LandingPage() { features={[ { title: "Web Development", description: "Full-stack development with React, Next.js, and modern frameworks. Responsive design, performance optimization, and SEO-first approach.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvSYPeKrGgUdmlN0mtyunkDrBL/a-sleek-mockup-showing-responsive-web-de-1773472259894-2844032a.png", imageAlt: "Web development showcase", buttonIcon: Code2, - buttonHref: "#work", cardTitleClassName: "text-2xl font-bold text-[#cee7ff] mb-4 group-hover:text-[#004a93] transition-colors" + buttonHref: "#work" }, { title: "AI Voice Receptionist", description: "Intelligent voice systems that handle customer interactions 24/7. Natural language processing, call routing, and seamless CRM integration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AvSYPeKrGgUdmlN0mtyunkDrBL/a-futuristic-ai-voice-receptionist-inter-1773472259474-7a677aad.png", imageAlt: "AI voice technology interface", buttonIcon: Mic, - buttonHref: "#work", cardTitleClassName: "text-2xl font-bold text-[#cee7ff] mb-4 group-hover:text-[#004a93] transition-colors" + buttonHref: "#work" } ]} textboxLayout="default"