Merge version_1 into main #2

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

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="small"
sizing="mediumLargeSizeLargeTitles"
background="fluid"
background={{ variant: "plain" }}
cardStyle="solid"
primaryButtonStyle="shadow"
secondaryButtonStyle="solid"
@@ -50,7 +50,7 @@ export default function LandingPage() {
]}
buttonAnimation="blur-reveal"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-as-team-medium-shot_23-2149636250.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/colleagues-working-as-team-medium-shot_23-2149636250.jpg"
imageAlt="Envy Studios creative workspace"
mediaAnimation="blur-reveal"
frameStyle="card"
@@ -77,7 +77,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "project-1", name: "Brand Identity Design", price: "Full Custom Suite", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-as-team-medium-shot_23-2149636250.jpg?_wi=2", imageAlt: "Brand identity design project"
id: "project-1", name: "Brand Identity Design", price: "Full Custom Suite", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-working-as-team-medium-shot_23-2149636250.jpg", imageAlt: "Brand identity design project"
},
{
id: "project-2", name: "Digital Experience", price: "Web & App Design", imageSrc: "http://img.b2bpic.net/free-photo/team-focused-designers-sitting-together-table-with-blueprints-working-project_74855-10425.jpg", imageAlt: "Digital experience project"
@@ -88,8 +88,7 @@ export default function LandingPage() {
]}
className="w-full"
containerClassName="px-4 py-20"
titleClassName="text-3xl font-extrabold"
descriptionClassName="text-base mt-4"
textBoxDescriptionClassName="text-base mt-4"
/>
</div>
@@ -115,8 +114,8 @@ export default function LandingPage() {
}}
className="w-full"
containerClassName="px-4 py-20"
titleClassName="text-3xl font-extrabold"
descriptionClassName="text-base mt-4"
textBoxTitleClassName="text-3xl font-extrabold"
textBoxDescriptionClassName="text-base mt-4"
/>
</div>
@@ -139,6 +138,7 @@ export default function LandingPage() {
titleClassName="text-3xl font-extrabold"
descriptionClassName="text-base mt-4"
buttonContainerClassName="flex gap-4 mt-8"
textBoxClassName=""
/>
</div>
@@ -194,8 +194,8 @@ export default function LandingPage() {
]}
className="w-full"
containerClassName="px-4 py-20"
titleClassName="text-3xl font-extrabold"
descriptionClassName="text-base mt-4"
textBoxTitleClassName="text-3xl font-extrabold"
textBoxDescriptionClassName="text-base mt-4"
/>
</div>
@@ -206,7 +206,7 @@ export default function LandingPage() {
description="Ready to elevate your brand? Reach out to our team and let's start a conversation about your next creative project."
tagIcon={Sparkles}
tagAnimation="blur-reveal"
background={{ variant: "fluid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Send Message"