diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 41f1c69..6b58c7b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -40,6 +40,17 @@ export default function AboutPage() { title="Innovation, Dedication, Results. Building the Future of Digital." buttons={[{ text: "Meet Our Team", href: "/team" }]} description="At Webild, we're passionate about crafting exceptional digital experiences that drive growth and connect brands with their audience. Founded with a vision to revolutionize web design and development, our journey began X years ago, fueled by a commitment to innovation, quality, and client success. We believe in close collaboration, understanding your unique goals, and transforming them into powerful, engaging online platforms." + bulletPoints={[ + { + title: "Client-Centric Approach", description: "We prioritize your vision, working closely to understand and achieve your business objectives." + }, + { + title: "Expert Team", description: "Our multidisciplinary team comprises seasoned designers, developers, and strategists dedicated to excellence." + }, + { + title: "Innovative Solutions", description: "Leveraging the latest technologies to deliver cutting-edge, scalable, and secure digital platforms." + } + ]} useInvertedBackground={false} textboxLayout="default" />