Update src/app/about/page.tsx
This commit is contained in:
@@ -73,27 +73,27 @@ export default function AboutPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Innovation", description: "Embracing new technologies and creative solutions to push boundaries.", media: { icon: Sparkles },
|
||||
title: "Innovation", description: "Embracing new technologies and creative solutions to push boundaries.",
|
||||
items: [{ icon: Sparkles, text: "Cutting-edge approach" }],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
title: "Excellence", description: "Delivering exceptional quality and attention to detail in every aspect.", media: { icon: CheckCircle },
|
||||
title: "Excellence", description: "Delivering exceptional quality and attention to detail in every aspect.",
|
||||
items: [{ icon: CheckCircle, text: "Uncompromising standards" }],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
title: "Collaboration", description: "Working hand-in-hand with clients for shared success and mutual growth.", media: { icon: Users },
|
||||
title: "Collaboration", description: "Working hand-in-hand with clients for shared success and mutual growth."
|
||||
items: [{ icon: Users, text: "Partnership-driven" }],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
title: "Integrity", description: "Operating with transparency, honesty, and ethical conduct at all times.", media: { icon: Shield },
|
||||
title: "Integrity", description: "Operating with transparency, honesty, and ethical conduct at all times."
|
||||
items: [{ icon: Shield, text: "Trust and honesty" }],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
title: "Impact", description: "Creating meaningful and measurable results that truly make a difference.", media: { icon: TrendingUp },
|
||||
title: "Impact", description: "Creating meaningful and measurable results that truly make a difference."
|
||||
items: [{ icon: TrendingUp, text: "Results-oriented" }],
|
||||
reverse: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user