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