Update src/app/page.tsx

This commit is contained in:
2026-03-19 09:39:17 +00:00
parent 5407019e77
commit 848c53c62c

View File

@@ -63,7 +63,7 @@ export default function LandingPage() {
imageAlt="creative team working collaboration digital"
mediaAnimation="slide-up"
imagePosition="right"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2955.jpg", alt: "Team member Sarah" },
{ src: "http://img.b2bpic.net/free-photo/serious-young-man-standing-outdoors-with-his-arms-crossed_1262-19037.jpg", alt: "Team member Marcus" },
@@ -240,7 +240,7 @@ export default function LandingPage() {
{ text: "Schedule a Consultation", href: "mailto:hello@webild.com" },
{ text: "Explore Our Services", href: "#services" }
]}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>