Merge version_2 into main #1

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

View File

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