From c0e7c854e1b7586ba0b4fd22a98f41c7455c46ea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:32:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4cdcff..03077e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> @@ -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="" /> @@ -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" /> @@ -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" -- 2.49.1