From e0967a068cc2c7cbd23577fbee776ff4a355d087 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:54:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50029ba..f3f5706 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,11 +89,11 @@ export default function LandingPage() { features={[ { icon: Zap, - title: "Web Development", description: "Robust, scalable web applications built with cutting-edge technologies for optimal performance and security.", cardClassName: "lg:col-span-2 lg:row-span-2" + title: "Web Development", description: "Robust, scalable web applications built with cutting-edge technologies for optimal performance and security." }, { icon: Settings, - title: "E-Commerce Solutions", description: "Fully functional online stores with payment integration, inventory management, and conversion optimization.", cardClassName: "lg:col-span-2 lg:row-span-2" + title: "E-Commerce Solutions", description: "Fully functional online stores with payment integration, inventory management, and conversion optimization." }, { icon: Globe, @@ -119,7 +119,6 @@ export default function LandingPage() { { text: "Explore Services", href: "contact" } ]} buttonAnimation="slide-up" - cardClassName="relative overflow-hidden rounded-[16px] border border-accent bg-background-accent p-6 transition-all duration-300 hover:shadow-lg hover:shadow-accent/20" />