Update src/app/page.tsx

This commit is contained in:
2026-03-14 08:10:53 +00:00
parent b542656cb5
commit 00d9a60c56

View File

@@ -76,11 +76,10 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
tag="About Webild Studio"
tagIcon={Award}
tagAnimation="slide-up"
title="We blend creativity with strategy to deliver results that matter."
description="Since 2013, we've partnered with forward-thinking brands to craft digital experiences that engage, inspire, and convert. Our approach combines cutting-edge design, robust technology, and strategic thinking to ensure every project exceeds expectations."
description={[
"Since 2013, we've partnered with forward-thinking brands to craft digital experiences that engage, inspire, and convert. Our approach combines cutting-edge design, robust technology, and strategic thinking to ensure every project exceeds expectations."
]}
buttons={[
{ text: "Explore Our Services", href: "#services" }
]}