Update src/app/page.tsx

This commit is contained in:
2026-03-09 21:46:31 +00:00
parent a6c1237897
commit b87fa4a845

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardThree
title="Our Premium Services"
description="Comprehensive creative solutions designed for brands, events, and films seeking sophisticated digital experiences."
description="Comprehensive creative solutions designed for brands, events, and films seeking sophisticated digital experiences. Ready to elevate your vision? Let's discuss your project and bring your creative goals to life."
tag="Services"
tagIcon={Zap}
features={[
@@ -89,6 +89,10 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
buttons={[
{ text: "Book a Consultation", href: "#contact" }
]}
buttonAnimation="slide-up"
/>
</div>