Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-03 15:54:15 +00:00

View File

@@ -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"
/>
</div>