diff --git a/src/app/page.tsx b/src/app/page.tsx index a3d9517..798f34e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,8 @@ export default function LandingPage() { { name: "FAQs", id: "faq" }, ]} button={{ - text: "Post a Job", href: "#contact"}} + text: "Post a Job", href: "#contact" + }} animateOnLoad={true} /> @@ -48,11 +49,14 @@ export default function LandingPage() { description="Connect with leading construction, infrastructure, and engineering firms. Discover opportunities that match your expertise and career goals in the civil engineering field." avatars={[ { - src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "professional engineer male portrait"}, + src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "professional engineer male portrait" + }, { - src: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg", alt: "professional engineer female portrait"}, + src: "http://img.b2bpic.net/free-photo/business-woman-hard-hat-using-laptop_1303-29779.jpg", alt: "professional engineer female portrait" + }, { - src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "professional construction worker portrait"}, + src: "http://img.b2bpic.net/free-photo/young-workman-wearing-white-hard-hat_1303-26649.jpg", alt: "professional construction worker portrait" + }, ]} avatarText="Trusted by 5,000+ civil professionals" buttons={[ @@ -61,7 +65,6 @@ export default function LandingPage() { ]} background={{ variant: "downward-rays-static" }} buttonAnimation="slide-up" - useInvertedBackground={false} /> @@ -69,7 +72,8 @@ export default function LandingPage() {