diff --git a/src/app/page.tsx b/src/app/page.tsx index 659858c..50029ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,17 +87,17 @@ export default function LandingPage() { tagIcon={Code} tagAnimation="slide-up" features={[ - { - icon: Globe, - title: "Web Design", description: "Beautiful, responsive websites that engage visitors and reflect your brand identity with modern design principles." - }, { icon: Zap, - title: "Web Development", description: "Robust, scalable web applications built with cutting-edge technologies for optimal performance and security." + 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" }, { icon: Settings, - title: "E-Commerce Solutions", description: "Fully functional online stores with payment integration, inventory management, and conversion optimization." + 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" + }, + { + icon: Globe, + title: "Web Design", description: "Beautiful, responsive websites that engage visitors and reflect your brand identity with modern design principles." }, { icon: Smartphone, @@ -119,6 +119,7 @@ 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" />