Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-14 14:33:01 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroLogoBillboardSplit
logoText="Envy Studios"
description="Where creativity meets innovation. We craft stunning visual experiences that elevate your brand and captivate your audience."
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
buttons={[
{ text: "Explore Our Work", href: "#showcase" },
{ text: "Book a Consultation", href: "#contact" }
@@ -138,7 +138,6 @@ export default function LandingPage() {
titleClassName="text-3xl font-extrabold"
descriptionClassName="text-base mt-4"
buttonContainerClassName="flex gap-4 mt-8"
textBoxClassName=""
/>
</div>