diff --git a/src/app/page.tsx b/src/app/page.tsx index ba5c7b6..141a999 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,12 +57,13 @@ export default function LandingPage() {
- +
@@ -116,6 +120,7 @@ export default function LandingPage() { author="Client Review" ratingAnimation="slide-up" avatarsAnimation="slide-up" + useInvertedBackground={false} avatars={[{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2150171293.jpg", alt: "Client" }]} />
@@ -123,12 +128,14 @@ export default function LandingPage() {
@@ -139,6 +146,7 @@ export default function LandingPage() { description="Reach out to discuss potential projects or opportunities." buttons={[{ text: "Contact Me", href: "mailto:email@example.com" }]} background={{ variant: "plain" }} + useInvertedBackground={false} />