diff --git a/src/app/page.tsx b/src/app/page.tsx index 41b54f2..9ed7bd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,9 @@ export default function LandingPage() { { text: "View Portfolio", href: "#services" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-psd/flat-design-landscaping-service-business-card_23-2151032177.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-psd/flat-design-landscaping-service-business-card_23-2151032177.jpg" imageAlt="Beautiful professionally landscaped garden" + background={{ variant: "radial-gradient" }} mediaAnimation="blur-reveal" imagePosition="right" fixedMediaHeight={true} @@ -143,8 +144,8 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={false} - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg opacity-90 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg opacity-90 max-w-2xl" cardTitleClassName="text-2xl font-semibold" itemsContainerClassName="space-y-3" /> @@ -193,8 +194,8 @@ export default function LandingPage() { useInvertedBackground={false} speed={40} showCard={true} - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg opacity-90 max-w-2xl" + textBoxTitleClassName="text-4xl md:text-5xl font-bold" + textBoxDescriptionClassName="text-lg opacity-90 max-w-2xl" /> @@ -274,7 +275,7 @@ export default function LandingPage() {