Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user